从 Oracle 10g 降级到 9i 时需要注意什么?

发布于 2024-07-07 19:17:03 字数 263 浏览 7 评论 0原文

我必须将 Oracle 实例从 10g (10.1.0.2.0) 降级到 9i (9.2.xxx)。 我没有计划这样做,因此没有记录 10g 依赖项。

我必须解决哪些对 10g 的依赖性?

我可以执行任何类型的查询来检测依赖关系吗?

当然,我希望有一个灵丹妙药,而不是筛选大量添加的功能来与 100 klocs 的 PL/SQL 进行比较。

顺便说一下,我们并不是就地降级数据库,而是从 10g 实例迁移到单独的 9i 实例。

I having to downgrade my Oracle instance from 10g (10.1.0.2.0) to 9i (9.2.x.x.x).
Not having planned on ever doing this, I didn't document 10g dependencies.

What are some of the dependencies on 10g that I will have to address?

Is there any type of query that I could perform to detect dependencies?

Of course I'm hoping for a magic bullet, not sifting through volumes of feature additions to compare with 100 klocs of PL/SQL.

By the way, we are not downgrading the database in place, we are migrating from a 10g instance to a separate 9i instance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

a√萤火虫的光℡ 2024-07-14 19:17:03

了解Oracle 10G 新功能 文档以查看您需要不使用的内容。

Take a look at the Oracle 10G New Features documentation to see what you need to not be using.

白鸥掠海 2024-07-14 19:17:03

您可以设置许多参数来实现 9i 兼容性、关闭散列分组依据等。

您可以开始使您的 10g 实例看起来更像 9i,而无需将其移动到任何地方。 不会是完美的,但这是一个开始。

There are a host of parameters you could set to put you in 9i compatibility, turn off hash group by's etc.

You could start to make your 10g instance look a lot more like 9i without moving it anywhere. Won't be perfect but it's a start.

浅语花开 2024-07-14 19:17:03

大人物(据我所知)。 如果您有这些领域的功能,请仔细查看:

  • 正则表达式是 10g 中的新增功能。
  • 嵌套表集合函数
  • 分层查询的一些功能(CONNECT_BY_ISCYCLE、NOCYCLE,...)
  • 对象和集合细化(新集合函数、创建后修改 varray 的最大大小,...)
  • 行间计算(SQL MODEL 子句)。

@tony-andrews :正如托尼提到的,10g 新功能文档中可能有更多细节,我确信我的模糊和无知的大脑已经遗漏了这些细节。

The biggies (that I know of). If you have functionality in these areas, take a closer look:

  • Regular expressions are new in 10g.
  • Nested table collection functions
  • Some functionality for hierarchical queries (CONNECT_BY_ISCYCLE, NOCYCLE, ...)
  • Objects and Collections refinements (new collection functions, modifying the max size of a varray after creation, ...)
  • Inter row calculations (SQL MODEL clause).

@tony-andrews: as Tony mentions, there's probably more details in the 10g new features documentation that I'm sure my foggy and uninformed brain has left out.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文