Hi All,
I need to compare tge differences(for example tables, constraints, sequences etc.) between two databases. Now I assume I have to link the database that I want to compare against. For example the two databases that I'm trying to compare are(db1 and db2 are in different schema) My sql statement that created the link looks something like this:
CREATE PUBLIC DATABASE LINK my_link
CONNECT TO db2 IDENTIFIED BY db2
USING 'plc';
Currently I have logged under db1. Then I created my link to db2. What should my next step shoudl be, so that I could compare for example the tables in db1 against the tables in db2?
Any thoughts would be of great help.
sj
I need to compare tge differences(for example tables, constraints, sequences etc.) between two databases. Now I assume I have to link the database that I want to compare against. For example the two databases that I'm trying to compare are(db1 and db2 are in different schema) My sql statement that created the link looks something like this:
CREATE PUBLIC DATABASE LINK my_link
CONNECT TO db2 IDENTIFIED BY db2
USING 'plc';
Currently I have logged under db1. Then I created my link to db2. What should my next step shoudl be, so that I could compare for example the tables in db1 against the tables in db2?
Any thoughts would be of great help.
sj