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 data between two tables in two schema

RE: Comparing data between two tables in two schema

From: Nicoll, Iain (Calanais) <iain.nicoll_at_calanais.com>
Date: Tue, 02 Oct 2001 01:38:50 -0700
Message-ID: <F001.0039E67C.20011002014519@fatcity.com>

If its the actual data you could look at the minus, intersect operators etc

eg

select * from schema1.table
minus
select * from schema2.table

give the data in schema1 not in schema 2.

Iain Nicoll

-----Original Message-----
Sent: 02 October 2001 04:15
To: Multiple recipients of list ORACLE-L

I think that the Change Management Pack of the Oracle Enterprise Manager may

be useful to you.

>From: "Rao, Maheswara" <Maheswara.Rao_at_Sungardp3.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: Comparing data between two tables in two schema
>Date: Mon, 01 Oct 2001 12:29:41 -0800
>
>List,
>
>I have two schema. The tables in both schema are having same name and
>structures.
>
>Is there any tool to compare the data between two schema tabels?
>
>Thanks,
>
>Rao
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Rao, Maheswara
> INET: Maheswara.Rao_at_Sungardp3.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).



Descargue GRATUITAMENTE MSN Explorer en http://explorer.msn.es/intl.asp
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Alejandra Pazos Freire
  INET: alepazosfreire2_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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Nicoll, Iain (Calanais)
  INET: iain.nicoll_at_calanais.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 Tue Oct 02 2001 - 03:38:50 CDT

Original text of this message

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