Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Comparing different instances for schema differences

Re: Comparing different instances for schema differences

From: Rachel Carmichael <carmichr_at_hotmail.com>
Date: Thu, 21 Jun 2001 15:20:14 -0700
Message-ID: <F001.00332F68.20010621152436@fatcity.com>

Laura,

New to Oracle, but not databases. (Laura and I worked together years back).

There are products out on the market that will do this, Quest Software's Schema Manager comes to mind.

What exactly are you looking for when you say differences? Columns? Column sizes? Ordering of the columns in the table descriptions? You can get most of that information from the data dictionary tables, specifically the dba_tab_columns view. And you can certainly write your own against that.

You'd need a database link between the two databases so that you can access one from the other as well.

Rachel

>From: laura hardy <laura_hardy1_at_yahoo.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: Comparing different instances for schema differences
>Date: Thu, 21 Jun 2001 14:42:18 -0800
>
>Hello,
>
>I'm fairly new to the Oracle world and have read a ton
>of books on the subject (and haven't even made a dent
>into the huge number of books out there). I thought I
>had seen scripts out there that would compare
>different database schemas for differences (such as
>test and production). Does anyone have such scripts
>or know where I can find them....
>
>Thank you for your time,
>Laura.
>
>__________________________________________________
>Do You Yahoo!?
>Get personalized email addresses from Yahoo! Mail
>http://personal.mail.yahoo.com/
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: laura hardy
> INET: laura_hardy1_at_yahoo.com
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).



Get your FREE download of MSN Explorer at http://explorer.msn.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rachel Carmichael
  INET: carmichr_at_hotmail.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Jun 21 2001 - 17:20:14 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US