hI ALL,
I know that I could compare two schemas and the objects in them. For example
select table_name from dba_tables where owner ='schema_1'
minus select table_name from dba_tables where owner = 'schema_2';
Now I need to compare the data in schema_1 vs schema_2. Any ideas or suggestions will be of great help.
Thank you,
sj
I know that I could compare two schemas and the objects in them. For example
select table_name from dba_tables where owner ='schema_1'
minus select table_name from dba_tables where owner = 'schema_2';
Now I need to compare the data in schema_1 vs schema_2. Any ideas or suggestions will be of great help.
Thank you,
sj