vote up 2 vote down star
3

Does anyone know any software to synchronize or compare Oracle schema? For e.g. SQL Compare of Red Gate is used to compare two schemata of SQL Server database.

Moreover, could you tell me how to put the code of Oracle stored procedures, stored functions, views, and so on into version control? Currently, I'm using sub version.

Thank you.

flag

22% accept rate
You should consider adding the 'oracle' tag to this, it will likely expose the question to a bunch of folks who only graze that and related tags. – feoh Nov 18 '08 at 16:27

3 Answers

vote up 2 vote down

First, see several other StackOverflow questions that may help: http://stackoverflow.com/questions/47366/sql-compare-like-tool-for-oracle

http://stackoverflow.com/questions/183730/free-oracle-development-tools

I'm sure there are several tools available for what you need; many come up in a Google search.

I use Quest Software's TOAD (Tool for Oracle Application Developers) at work. It's generally regarded as one of the best commercial options. It can be purchased in several configurations and has a pretty thorough and easy to use schema compare/synchronize.

Sybase's PowerDesigner is an incredible tool that can get you some of what you need (and a boat load more).

The Embarcadero suite of database tools can probably do some of this too, and they support several databases, not just Oracle.

But the above are not exactly inexpensive. Again, check with Google...there are some results that point to some free tools, but I've not tried any of them yet.


For your second question, here are more StackOverflow questions that might help: http://stackoverflow.com/questions/77172/stored-proceduresdb-schema-in-source-control

http://stackoverflow.com/questions/115369/do-you-source-control-your-databases

http://stackoverflow.com/questions/287409/oracle-packages-in-version-control

http://stackoverflow.com/questions/308/is-there-a-version-control-system-for-database-structure-changes

link|flag
vote up 0 vote down

Check out Oracle Enterprise Manager Change Management Pack, its an Oracle tool for this:

http://www.oracle.com/technology/products/oem/pdf/ds_change_pack.pdf

You can try it there:

http://www.oracle.com/technology/software/products/oem/index.html

link|flag
vote up 1 vote down

Due to popular demand we've decided to port our popular SQL Compare tool to the Oracle platform. The new product will be named Schema Compare for Oracle.

We're currently looking for Oracle DBAs and developers to join our Early Access program. To find out more please visit the tool's product page:

http://www.red-gate.com/products/schema_compare_for_oracle/index.htm

Many regards,

David Atkinson, Product Manager, Red Gate Software.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.