Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

command line diff tool to compare db schemas?

687981Feb 26 2009 — edited Feb 26 2009
We would like to have the following process where we have server A with an existing database with all it's tables(let's say it has db schema version 3). We want to do the following
1. export all the information regarding tables, columns, constraints, sequences to a file or something
2. blow away the database
3. recreate the database
4. have hibernate run with create and it will create all the tables and constraints and sequences
5. export all the information of this new schema(version 4) to another file or something
6. compare step 1 and step 5.

What tool can I use to do step 1, 5, and 6? This is all automated so I need some command line tools. How would I do this? I am quite new to oracle and new to diffing schemas as well.

thanks,
Dean
This post has been answered by JustinCave on Feb 26 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2009
Added on Feb 26 2009
5 comments
843 views