Oracle 10g Express 的版本控制
我正在寻找 Oracle 10g 的版本控制。
谁能推荐一些好的(免费的和商业的)?
I'm looking for version control for Oracle 10g.
can anyone suggest good ones (free and commercial ones) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 http://oracle-ddl2svn.googlecode.com
用于在 SVN 中自动存储 Oracle DDL 模式的工具集。
Try http://oracle-ddl2svn.googlecode.com
Set of tools for automatization storing of oracle DDL schema in SVN.
我们使用Spectrum SCM来存储每个数据库对象的.SQL文件(没有表定义或数据)。 我们在内容、地点和方式上花费了大量时间。 我们学到的两个惨痛教训是:
1)选择一个工具来创建和更新文件(我们使用 TOAD)并坚持使用。 (在选择 TOAD 之前我们使用了三种不同的工具)
2)使版本控制成为开发过程的一部分(否则你将失去同步)
We use Spectrum SCM to store .SQL files of each database object (no table defs or data). We have spent a ton of time on the what, where and how. Two hard lessons that we learned were:
1) Chose a tool to create and update the files(we use TOAD) and stick with it. (We used three different tools before we settled on TOAD )
2) Make the version control part of the development process (otherwise you will get out of sync)