Database Comparison
Hello to all,
Thanks to all for giving needful information of previous discussions..
And right now i want some information regarding Database schema comparison...
I want to Compare each and every object of Particular User with another User (source)
and i want to compare
Tables (full Structure and Data)
Views
Procedures
Functions
Triggers
Packages
And after Comparison i want to make script of all these structure or data differences into destination database from source database...
Can it be possible through Oracle scripts, and if possible then what is the way?
Are there any packages,procedures and functions in Oracle, so that we can directly use them and Perform the scripts on destination database?
Thanks to all for giving needful information of previous discussions..
And right now i want some information regarding Database schema comparison...
I want to Compare each and every object of Particular User with another User (source)
and i want to compare
Tables (full Structure and Data)
Views
Procedures
Functions
Triggers
Packages
And after Comparison i want to make script of all these structure or data differences into destination database from source database...
Can it be possible through Oracle scripts, and if possible then what is the way?
Are there any packages,procedures and functions in Oracle, so that we can directly use them and Perform the scripts on destination database?
0