by AgataKrishtoff <agata0krishtoff@[EMAIL PROTECTED]
>
Apr 2, 2008 at 10:25 AM
On Apr 2, 10:30 am, DA Morgan <damor...@[EMAIL PROTECTED]
> wrote:
> AgataKrishtoff wrote:
> > Dear All,
>
> > Is anyone aware of a way to compare Oracle databases (schemas and
> > content)? I found a .net software DBTyP.net that promises an easy and
> > visual comparison, but it seems not to be working with Oracle dbs
> > (though their site outlines it as one of the available options).
>
> > Thank you.
> > Agata
>
> The capability is built into the database.
>
> In versions prior to 11g use DBMS_RECTIFIER_DIFF
> In 11g use DBMS_COMPARISON
> --
> Daniel A. Morgan
> Oracle Ace Director & Instructor
> University of Wa****ngton
> damor...@[EMAIL PROTECTED]
(replace x with u to respond)
> Puget Sound Oracle Users Groupwww.psoug.org
Thank you!