Skip to Main Content

SQL & PL/SQL

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!

Compare the table structure in two schemas

user545194Oct 28 2022 — edited Oct 28 2022

Hi,
We need to periodically check if there is a difference in table structure between two schemas (i.e. Ext and Staging). The table names are the same, but in the staging schema they have an additional prefix: EXT_
Desired output:
Schema_Name Table_Name Column_Name
EXT Address new_column_name
STAGING EXT_ADDRESS null
List only columns that don't match.
Thanks in advance!

This post has been answered by tsangsir on Oct 28 2022
Jump to Answer
Comments
Post Details
Added on Oct 28 2022
7 comments
1,049 views