dbTalk Databases Forums  

Comparing databases (Oracle, etc.)

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Comparing databases (Oracle, etc.) in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
AgataKrishtoff
 
Posts: n/a

Default Re: Comparing databases (Oracle, etc.) - 04-02-2008 , 12:25 PM






On Apr 2, 10:30 am, DA Morgan <damor... (AT) psoug (DOT) org> wrote:
Quote:
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 Washington
damor...@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Groupwww.psoug.org
Thank you!


Reply With Quote
  #12  
Old   
AgataKrishtoff
 
Posts: n/a

Default Re: Comparing databases (Oracle, etc.) - 04-02-2008 , 12:25 PM






On Apr 2, 10:30 am, DA Morgan <damor... (AT) psoug (DOT) org> wrote:
Quote:
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 Washington
damor...@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Groupwww.psoug.org
Thank you!


Reply With Quote
  #13  
Old   
AgataKrishtoff
 
Posts: n/a

Default Re: Comparing databases (Oracle, etc.) - 04-02-2008 , 12:25 PM



On Apr 2, 10:30 am, DA Morgan <damor... (AT) psoug (DOT) org> wrote:
Quote:
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 Washington
damor...@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Groupwww.psoug.org
Thank you!


Reply With Quote
  #14  
Old   
AgataKrishtoff
 
Posts: n/a

Default Re: Comparing databases (Oracle, etc.) - 04-02-2008 , 12:29 PM



On Apr 2, 8:52 am, Mark D Powell <Mark.Pow... (AT) eds (DOT) com> wrote:
Quote:
On Apr 1, 6:59 pm, AgataKrishtoff <agata0krisht... (AT) gmail (DOT) com> 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

I once wrote a routine to compare the contents of a table loaded with
the contents of dba_tab_columns from multiple databases. You could do
the same.

Tom Kyte has written about comparing tables to find differences so you
can probably find an article on this athttp://asktom.oracle.comvia
the search feature there.

select * from tableA minus select * from TableA@databaseB

HTH -- Mark D Powell --
I just found Tom Kyte's site (sorry, I am a novice, seems that
everyone else but me knows it ). Thank you for the ref!


Reply With Quote
  #15  
Old   
AgataKrishtoff
 
Posts: n/a

Default Re: Comparing databases (Oracle, etc.) - 04-02-2008 , 12:29 PM



On Apr 2, 8:52 am, Mark D Powell <Mark.Pow... (AT) eds (DOT) com> wrote:
Quote:
On Apr 1, 6:59 pm, AgataKrishtoff <agata0krisht... (AT) gmail (DOT) com> 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

I once wrote a routine to compare the contents of a table loaded with
the contents of dba_tab_columns from multiple databases. You could do
the same.

Tom Kyte has written about comparing tables to find differences so you
can probably find an article on this athttp://asktom.oracle.comvia
the search feature there.

select * from tableA minus select * from TableA@databaseB

HTH -- Mark D Powell --
I just found Tom Kyte's site (sorry, I am a novice, seems that
everyone else but me knows it ). Thank you for the ref!


Reply With Quote
  #16  
Old   
AgataKrishtoff
 
Posts: n/a

Default Re: Comparing databases (Oracle, etc.) - 04-02-2008 , 12:29 PM



On Apr 2, 8:52 am, Mark D Powell <Mark.Pow... (AT) eds (DOT) com> wrote:
Quote:
On Apr 1, 6:59 pm, AgataKrishtoff <agata0krisht... (AT) gmail (DOT) com> 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

I once wrote a routine to compare the contents of a table loaded with
the contents of dba_tab_columns from multiple databases. You could do
the same.

Tom Kyte has written about comparing tables to find differences so you
can probably find an article on this athttp://asktom.oracle.comvia
the search feature there.

select * from tableA minus select * from TableA@databaseB

HTH -- Mark D Powell --
I just found Tom Kyte's site (sorry, I am a novice, seems that
everyone else but me knows it ). Thank you for the ref!


Reply With Quote
  #17  
Old   
AgataKrishtoff
 
Posts: n/a

Default Re: Comparing databases (Oracle, etc.) - 04-02-2008 , 12:29 PM



On Apr 2, 8:52 am, Mark D Powell <Mark.Pow... (AT) eds (DOT) com> wrote:
Quote:
On Apr 1, 6:59 pm, AgataKrishtoff <agata0krisht... (AT) gmail (DOT) com> 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

I once wrote a routine to compare the contents of a table loaded with
the contents of dba_tab_columns from multiple databases. You could do
the same.

Tom Kyte has written about comparing tables to find differences so you
can probably find an article on this athttp://asktom.oracle.comvia
the search feature there.

select * from tableA minus select * from TableA@databaseB

HTH -- Mark D Powell --
I just found Tom Kyte's site (sorry, I am a novice, seems that
everyone else but me knows it ). Thank you for the ref!


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.