简体   繁体   English

如何在Oracle Designer中跟踪ERD中所做的更改

[英]How to track changes made in the ERD in oracle designer

I want to track all changes made in my ERD in oracle 10g designer. 我想跟踪我在oracle 10g设计器中对ERD所做的所有更改。 Please suggest how to achieve it. 请建议如何实现。

use case: An ERD was approved in design phase. 用例:在设计阶段批准了ERD。 Few changes were made by development team and now in Implementation phase I need to track what all changes were made from say 3-Jan-12 to 3-Mar-2012 开发团队几乎没有进行任何更改,现在在实施阶段,我需要跟踪从2012年1月3日到2012年3月3日的所有更改

To add here: 1. In my project versioning of ER is not being used so ER Version diff is not an option for me. 要在此处添加:1.在我的项目中,没有使用ER的版本控制,因此ER Version diff对我来说不是一个选择。 2. In Reports, there are options for getting all entities, attributes which are created/modified in a period. 2.在“报告”中,有一些选项可用于获取所有实体,以及在一个期间内创建/修改的属性。 But it seems it is not giving me correct results. 但这似乎并没有给我正确的结果。

Oracle Designer 10g does support the SCM repository, which is the only real way of tracking changes to our models. Oracle Designer 10g确实支持SCM存储库,这是跟踪模型更改的唯一真实方法。 However, documentation is thin on the ground, probably as a matter of policy since Oracle pulled the plug on Designer as a tool with a future. 但是,由于Oracle取消了Designer的使用,因此可能只是出于政策考虑,因此文档的基础薄弱。

Oracle SCM is very powerful but not at all intuitive. Oracle SCM非常强大,但一点都不直观。 This should be obvious as we're working with rows of data rather than files like in most other source control scenarios. 这很明显,因为我们正在处理数据行,而不是像大多数其他源代码管理方案一样处理文件。 Anyway, the upshot is, doing what you want to do won't be easy and you'll need resilience and persistence. 无论如何,结果是,要做您想做的事并不容易,您将需要弹性和持久性。 You might be able to find some old lags in the ODTUG Designer forum who still have some interest in the tool. 您也许可以在ODTUG Designer论坛中找到一些对工具仍然感兴趣的旧时滞。

The other thing is, if you haven't already enabled the SCM you won't be able to retrieve the changes in the ERD over the last three months except through data mining. 另一件事是,如果尚未启用SCM,则除非通过数据挖掘,否则在过去三个月中将无法检索ERD中的更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM