tools to differentiate two database schemas? [message #215378] |
Sun, 21 January 2007 22:51 |
karismapanda
Messages: 58 Registered: January 2007
|
Member |
|
|
Hi All,
I have various schemas in my database.I want to differentiate any two schemas to get object differences,column differences,data type differences.......
Is there any tool in oracle or any third party tool available to solve my problem?
Anybody please suggest.
Thanks,
Karisma
|
|
|
|
|
|
|
|
Re: tools to differentiate two database schemas? [message #226893 is a reply to message #215378] |
Mon, 26 March 2007 19:46 |
rbedick
Messages: 2 Registered: March 2007
|
Junior Member |
|
|
You might want to consider DB Side-By-Side (http://www.schematodoc.com). It lets you create xml snapshots of a database's metadata. You can then compare any two snapshots to identify differences in primary keys, fields (datatype, size, nullable, defaults), indexes, check constraints, foreign keys, triggers, views and stored procedures. You can compare two different databases or the same database at two different points in time.
|
|
|
|
|