SQL Compare-Like tool for Oracle? [closed]

2019-04-21 19:47发布

We're a .NET team which uses the Oracle DB for a lot of reasons that I won't get into. But deployment has been a bitch. We are manually keeping track of all the changes to the schema in each version, by keeping a record of all the scripts that we run during development.

Now, if a developer forgets to check-in his script to the source control after he ran it - which is not that rare - at the end of the iteration we get a great big headache.

I hear that SQL Compare by Red-Gate might solve these kind of issues, but it only has SQL Server support. Anybody knows of a similar tool for Oracle? I've been unable to find one.

7条回答
姐就是有狂的资本
2楼-- · 2019-04-21 20:48

Mark - I would like to be able to easily synchronize two database schemas. Specifically, this demo looks like heaven to me.

查看更多
登录 后发表回答