以正确的方式同步或管理生产开发和uat
我正在开发oracle 10.2。我还很新。
我得到了同步参数和同步的项目。为我们的 3 个主要数据库(生产、开发和测试)提供补丁,因为它们之间在参数和补丁方面存在巨大差异。
我们无法复制,因为生产量以 TB 为单位。开发和测试都是相当小的数据库。但我的工作是让它们每天保持同步。如果有人能指出我正确的方向,那就太好了。
I am working on oracle 10.2. I am fairly new.
I have been given project to synchronize parameters & patches for our 3 main databases - production, development and testing, because there is a huge difference between them, parameters and patches wise.
We cannot replicate because the production is in Terabytes. And development and testing are fairly small databases. But my job is to keep them sync on daily basis. If anyone can point me in the right direction that would be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用TOAD数据库->比较->模式(或单个对象)并应用从 DEV 到 UAT 以及从 UAT 到 PROD 的更改,尽管在 DEV 中生成补丁并将其应用到 UAT 然后再应用到 PROD 会更好。
Use TOAD Database -> Compare -> Schemas (or Single Objects) and apply changes from DEV to UAT and from UAT to PROD, although generating patches in DEV and applying them to UAT and then to PROD would be better.