SQL Compare-Like tool for Oracle?
Posted
by Hitchhiker
on Stack Overflow
See other posts from Stack Overflow
or by Hitchhiker
Published on 2008-09-06T10:06:32Z
Indexed on
2010/05/08
20:58 UTC
Read the original article
Hit count: 229
Oracle
|sql-compare
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.
© Stack Overflow or respective owner