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!

How to generate difference DDL after comparing 2 schemas

Paras Patel-OracleMay 23 2012 — edited May 28 2012
Suppose I have schema A in database B and Schema C in database D

User is applying some changes in schema A while Schema C is unchanged.

At this time I need to gather DDL of only changed objects of schema A that could be change in columns,addition of tables,addition of sequence...etc


We know Toad and other GUI utilities can do but we have to do it from command line script

Can someone please help or know any such script
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 25 2012
Added on May 23 2012
7 comments
4,364 views