FW: RE: RE: Comparing data between two tables in two schema

2001-10-04 Thread Mark Leith
ORACLE-L Subject: Re:RE: Comparing data between two tables in two schema Why not try the time tested brute force method? Select * from owner1.table1 intersect select * from owner2.table2; If you get the same number of rows as there are in the tables individually then they are equal. BTW

RE: Comparing data between two tables in two schema

2001-10-03 Thread Szecsy Tamas
:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 11:15 PM To: Multiple recipients of list ORACLE-L Subject: Re: Comparing data between two tables in two schema I think that the Change Management Pack of the Oracle Enterprise Manager may be useful to you. From: Rao, Maheswara [EMAIL

RE: RE: Comparing data between two tables in two schema

2001-10-03 Thread Mark Leith
To: Multiple recipients of list ORACLE-L Subject: Re: Comparing data between two tables in two schema I think that the Change Management Pack of the Oracle Enterprise Manager may be useful to you. From: Rao, Maheswara [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED

Re:RE: RE: Comparing data between two tables in two schema

2001-10-03 Thread dgoulet
recipients of list ORACLE-L Subject: Re: Comparing data between two tables in two schema I think that the Change Management Pack of the Oracle Enterprise Manager may be useful to you. From: Rao, Maheswara [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Multiple

Re: Re:RE: RE: Comparing data between two tables in two schema

2001-10-03 Thread Don Granaman
Agreed. A few other pluses: 3) Lowest common denominator access requirements (e.g. If you receive a frantic call from operations when you are somewhere that doesn't have the GUI tools you know, you can still get the job done - with only character mode and a command line.) 4) Increased

RE: Comparing data between two tables in two schema

2001-10-02 Thread Nicoll, Iain (Calanais)
-L I think that the Change Management Pack of the Oracle Enterprise Manager may be useful to you. From: Rao, Maheswara [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Subject: Comparing data between two tables in two schema Date: Mon, 01

Re: Comparing data between two tables in two schema

2001-10-02 Thread Jan Pruner
; if (cnt1 = cnt2) and (cnt2 = cnt3) then res := 0 ; else res := 1 ; end if; return res; end; From: Rao, Maheswara [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Subject: Comparing data between two tables in two schema Date

RE: Comparing data between two tables in two schema

2001-10-02 Thread Gogala, Mladen
is considered rude in production environment. -Original Message- From: Alejandra Pazos Freire [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 11:15 PM To: Multiple recipients of list ORACLE-L Subject: Re: Comparing data between two tables in two schema I think that the Change

Re:RE: Comparing data between two tables in two schema

2001-10-02 Thread dgoulet
: Re: Comparing data between two tables in two schema I think that the Change Management Pack of the Oracle Enterprise Manager may be useful to you. From: Rao, Maheswara [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Subject

RE: RE: Comparing data between two tables in two schema

2001-10-02 Thread Gogala, Mladen
recipients of list ORACLE-L Subject: Re:RE: Comparing data between two tables in two schema Why not try the time tested brute force method? Select * from owner1.table1 intersect select * from owner2.table2; If you get the same number of rows as there are in the tables individually

Comparing data between two tables in two schema

2001-10-01 Thread Rao, Maheswara
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: [EMAIL PROTECTED] Fat City

Re: Comparing data between two tables in two schema

2001-10-01 Thread Byron Pearce
If you are looking for Third Party tools then I would suggest Schema Manager from Quest. Rao, Maheswara wrote: 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 --

Re: Comparing data between two tables in two schema

2001-10-01 Thread Alejandra Pazos Freire
I think that the Change Management Pack of the Oracle Enterprise Manager may be useful to you. From: Rao, Maheswara [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Subject: Comparing data between two tables in two schema Date: Mon, 01