如何记录 Oracle 数据库上的所有更改以将它们应用到其他数据库(使用 9i)?

发布于 2024-10-21 07:04:14 字数 126 浏览 2 评论 0原文

我需要一些关于替换 2 个数据库(预生产和生产)之间的更改的建议,因此我需要记录在“预生产”基础上所做的所有更改,以便稍后在“生产”基础上应用它们,日志应该包含所有事务(cerations、插入、更新……)

感谢您的阅读。

i need some advice about replacating the changes between 2 DBs, (pre-prodution & prodution), so i need to log all changes made on "Pre-Production" base to apply them later on the "Production" base, the log should contain all stransactions (cerations, insertions, updates, .....)

thanks for reading.

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

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

发布评论

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

评论(3

蛮可爱 2024-10-28 07:04:14

为什么要尝试将事务从预生产数据库应用到生产数据库?这似乎是一种糟糕的架构方法。如果您打算在升级过程中升级一组更改,那么应该在进入预生产环境之前就编写这些更改的脚本,并且您应该在两个环境中运行相同的脚本。

Why are you trying to apply transactions from a pre-production database to a production database? That seems like a poor architectural approach. If you are going to promote a set of changes as part of a promotion process, those changes should be scripted out long before you get to a pre-production environment and you should just run the same script in both environments.

千寻… 2024-10-28 07:04:14

您是否考虑过ORacle Streams? 9i 上的实现不如最近的版本那么好,但它可能符合要求。

Have you considered ORacle Streams? The implementation on 9i wasn't as good as more recent versions, but it might fit the bill.

指尖凝香 2024-10-28 07:04:14

您可以将数据库设置为ARCHIVE LOG模式,然后可以使用RMAN来同步数据库

You can set the database to ARCHIVE LOG mode and the you can use RMAN to synchronize the DB

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