dbTalk Databases Forums  

Oracle DB Diff Tools

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss Oracle DB Diff Tools in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Godzilla
 
Posts: n/a

Default Oracle DB Diff Tools - 09-11-2008 , 09:41 AM






Hello All,

I am looking at getting a diff tool for Oracle version 8. I need the
tool to highlight all differences between two databases. Those
includes, but not limited to, schema, data, user definition, stored
procedures, functions, sequences, etc.

Is there any respectable commercial or open source tools out there
anyone has used and recommend?

Thank you.

Cheers,
godzilla

Reply With Quote
  #2  
Old   
DA Morgan
 
Posts: n/a

Default Re: Oracle DB Diff Tools - 09-11-2008 , 02:36 PM






Godzilla wrote:
Quote:
Hello All,

I am looking at getting a diff tool for Oracle version 8. I need the
tool to highlight all differences between two databases. Those
includes, but not limited to, schema, data, user definition, stored
procedures, functions, sequences, etc.

Is there any respectable commercial or open source tools out there
anyone has used and recommend?

Thank you.

Cheers,
godzilla
DBMS_RECTIFIER_DIFF was introduced in 8.0.
http://www.psoug.org/reference/dbms_rectifier_diff.html
and will get you the information at the level of table rows.

For the rest you are going to have to do it with either a
CASE tool such as Designer or ERwin or by comparing metadata
entries in dba_tablespaces, dba_segments, etc.

To me a waste of time better spent upgrading to a version
supported during the current millennium.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #3  
Old   
DA Morgan
 
Posts: n/a

Default Re: Oracle DB Diff Tools - 09-11-2008 , 02:36 PM



Godzilla wrote:
Quote:
Hello All,

I am looking at getting a diff tool for Oracle version 8. I need the
tool to highlight all differences between two databases. Those
includes, but not limited to, schema, data, user definition, stored
procedures, functions, sequences, etc.

Is there any respectable commercial or open source tools out there
anyone has used and recommend?

Thank you.

Cheers,
godzilla
DBMS_RECTIFIER_DIFF was introduced in 8.0.
http://www.psoug.org/reference/dbms_rectifier_diff.html
and will get you the information at the level of table rows.

For the rest you are going to have to do it with either a
CASE tool such as Designer or ERwin or by comparing metadata
entries in dba_tablespaces, dba_segments, etc.

To me a waste of time better spent upgrading to a version
supported during the current millennium.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #4  
Old   
DA Morgan
 
Posts: n/a

Default Re: Oracle DB Diff Tools - 09-11-2008 , 02:36 PM



Godzilla wrote:
Quote:
Hello All,

I am looking at getting a diff tool for Oracle version 8. I need the
tool to highlight all differences between two databases. Those
includes, but not limited to, schema, data, user definition, stored
procedures, functions, sequences, etc.

Is there any respectable commercial or open source tools out there
anyone has used and recommend?

Thank you.

Cheers,
godzilla
DBMS_RECTIFIER_DIFF was introduced in 8.0.
http://www.psoug.org/reference/dbms_rectifier_diff.html
and will get you the information at the level of table rows.

For the rest you are going to have to do it with either a
CASE tool such as Designer or ERwin or by comparing metadata
entries in dba_tablespaces, dba_segments, etc.

To me a waste of time better spent upgrading to a version
supported during the current millennium.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #5  
Old   
DA Morgan
 
Posts: n/a

Default Re: Oracle DB Diff Tools - 09-11-2008 , 02:36 PM



Godzilla wrote:
Quote:
Hello All,

I am looking at getting a diff tool for Oracle version 8. I need the
tool to highlight all differences between two databases. Those
includes, but not limited to, schema, data, user definition, stored
procedures, functions, sequences, etc.

Is there any respectable commercial or open source tools out there
anyone has used and recommend?

Thank you.

Cheers,
godzilla
DBMS_RECTIFIER_DIFF was introduced in 8.0.
http://www.psoug.org/reference/dbms_rectifier_diff.html
and will get you the information at the level of table rows.

For the rest you are going to have to do it with either a
CASE tool such as Designer or ERwin or by comparing metadata
entries in dba_tablespaces, dba_segments, etc.

To me a waste of time better spent upgrading to a version
supported during the current millennium.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #6  
Old   
DA Morgan
 
Posts: n/a

Default Re: Oracle DB Diff Tools - 09-11-2008 , 02:36 PM



Godzilla wrote:
Quote:
Hello All,

I am looking at getting a diff tool for Oracle version 8. I need the
tool to highlight all differences between two databases. Those
includes, but not limited to, schema, data, user definition, stored
procedures, functions, sequences, etc.

Is there any respectable commercial or open source tools out there
anyone has used and recommend?

Thank you.

Cheers,
godzilla
DBMS_RECTIFIER_DIFF was introduced in 8.0.
http://www.psoug.org/reference/dbms_rectifier_diff.html
and will get you the information at the level of table rows.

For the rest you are going to have to do it with either a
CASE tool such as Designer or ERwin or by comparing metadata
entries in dba_tablespaces, dba_segments, etc.

To me a waste of time better spent upgrading to a version
supported during the current millennium.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #7  
Old   
DA Morgan
 
Posts: n/a

Default Re: Oracle DB Diff Tools - 09-11-2008 , 02:36 PM



Godzilla wrote:
Quote:
Hello All,

I am looking at getting a diff tool for Oracle version 8. I need the
tool to highlight all differences between two databases. Those
includes, but not limited to, schema, data, user definition, stored
procedures, functions, sequences, etc.

Is there any respectable commercial or open source tools out there
anyone has used and recommend?

Thank you.

Cheers,
godzilla
DBMS_RECTIFIER_DIFF was introduced in 8.0.
http://www.psoug.org/reference/dbms_rectifier_diff.html
and will get you the information at the level of table rows.

For the rest you are going to have to do it with either a
CASE tool such as Designer or ERwin or by comparing metadata
entries in dba_tablespaces, dba_segments, etc.

To me a waste of time better spent upgrading to a version
supported during the current millennium.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #8  
Old   
DA Morgan
 
Posts: n/a

Default Re: Oracle DB Diff Tools - 09-11-2008 , 02:36 PM



Godzilla wrote:
Quote:
Hello All,

I am looking at getting a diff tool for Oracle version 8. I need the
tool to highlight all differences between two databases. Those
includes, but not limited to, schema, data, user definition, stored
procedures, functions, sequences, etc.

Is there any respectable commercial or open source tools out there
anyone has used and recommend?

Thank you.

Cheers,
godzilla
DBMS_RECTIFIER_DIFF was introduced in 8.0.
http://www.psoug.org/reference/dbms_rectifier_diff.html
and will get you the information at the level of table rows.

For the rest you are going to have to do it with either a
CASE tool such as Designer or ERwin or by comparing metadata
entries in dba_tablespaces, dba_segments, etc.

To me a waste of time better spent upgrading to a version
supported during the current millennium.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #9  
Old   
Thomas Sommerfeld
 
Posts: n/a

Default Re: Oracle DB Diff Tools - 09-11-2008 , 03:36 PM



Hi,

Godzilla schrieb am 11.09.2008 16:41:
Quote:
I am looking at getting a diff tool for Oracle version 8. I need the
tool to highlight all differences between two databases. Those
includes, but not limited to, schema, data, user definition, stored
procedures, functions, sequences, etc.

Is there any respectable commercial or open source tools out there
anyone has used and recommend?
maybe you can have a look at PL/SQL developer from
http://www.allroundautomations.com/
But I don't know if this great tool is still supporting such an antique
Oracle version ;-)

Best regards
Thomas

--
For answers by personal mail use: thomas.sommerfeld at domain ust-gmbh.de


Reply With Quote
  #10  
Old   
Thomas Sommerfeld
 
Posts: n/a

Default Re: Oracle DB Diff Tools - 09-11-2008 , 03:36 PM



Hi,

Godzilla schrieb am 11.09.2008 16:41:
Quote:
I am looking at getting a diff tool for Oracle version 8. I need the
tool to highlight all differences between two databases. Those
includes, but not limited to, schema, data, user definition, stored
procedures, functions, sequences, etc.

Is there any respectable commercial or open source tools out there
anyone has used and recommend?
maybe you can have a look at PL/SQL developer from
http://www.allroundautomations.com/
But I don't know if this great tool is still supporting such an antique
Oracle version ;-)

Best regards
Thomas

--
For answers by personal mail use: thomas.sommerfeld at domain ust-gmbh.de


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.