• Home
  • About
  • Contact Us
  • Terms of Use

Oracle Distilled

    Recent Categories

  • Troubleshooting (13)
  • Network (6)
  • Java (8)
  • JDBC (8)
  • Database Control (3)
  • Backup and Recovery (20)
  • Administration (11)
  • Oracle Database (22)
  • Security (1)
  • SecureFiles and Large Objects (1)
  • View All Categories

Comparing Objects using DBMS_METADATA_DIFF

by Eric Jenkinson on April 21, 2010
  • Oracle Database
  • Utilities
Tagged: compare, DBMS_METADATA, DIFF

Oracle 11gR2 introduces the new PL/SQL package, DBMS_METADATA_DIFF, which allows you to compare the metadata of two SQL objects.

Read more »