Hi,
3rd party tools like Powerdesigner DataArchitect should be able to compare two physical data models after reverse engineering from an odbc data source.
db2look does not lend itself well for diffing, unless you slice the statements into paragraphs, convert those paragraphs to one liners, sort them and then do the diff.
Another option would be to compare the system catalogs, if you just look for tables or indexes etc.
Johann
Quote:
Originally posted by jfkuser
Hi ,
We need to compare two databases from two different server. I tried generating database DDL using db2look and then using UNIX 'diff' command to check for the differences. But its giving me whole lot of differences even though there is a blank line in between.
Any suggestions.
Thanks in advance
j
|