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: Error while running DBMS_RECTIFIER_DIFF.DIFFERENCES

RE: Error while running DBMS_RECTIFIER_DIFF.DIFFERENCES

From: Michael Fontana <mfontana_at_verio.net>
Date: Thu, 10 Mar 2005 13:22:32 -0600
Message-Id: <20050310192237.6D3E5847C0@turing.freelists.org>


ORA-00904, as we know, indicates an invalid or nonexistent column name.

My guess is somebody has modified the table at one of your sites, without using the appropriate replication package to distribute the change to all sites. Check to see if the FLOWGATE_INFO column is defined consistently in all masters (or if it is missing).

This is one of the many practical reasons we decided to move away from Oracle's traditional advanced replication methodology and are instead looking at streams. It is simply not scalable, and requires an extraordinary level of control and administration to maintain.

-----Original Message-----

From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of GUPTA, DEEPENDER
Sent: Thursday, March 10, 2005 1:06 PM
To: 'ORACLE-L'
Subject: Error while running DBMS_RECTIFIER_DIFF.DIFFERENCES

I am using DBMS_RECTIFIER_DIFF.DIFFERENCES to find the data difference between two tables and receiving the following errors. Does anybody know what could be the reason. The structure of both the tables is exactly similar. I am not getting any error when I run the MINUS between two tables...
Any suggestions..

DECLARE
*
ERROR at line 1:
ORA-06550: line 1, column 1361:
PL/SQL: ORA-00904: "FLOWGATE_INFO": invalid identifier ORA-06550: line 1, column 1229:
PL/SQL: SQL Statement ignored
ORA-06550: line 1, column 2579:
PL/SQL: ORA-00904: "FLOWGATE_INFO": invalid identifier ORA-06550: line 1, column 1966:
PL/SQL: SQL Statement ignored

ORA-06512: at "SYS.DBMS_RECTIFIER_DIFF", line 1628
ORA-06512: at "SYS.DBMS_RECTIFIER_DIFF", line 1219
ORA-06512: at line 97

--

http://www.freelists.org/webpage/oracle-l

--

http://www.freelists.org/webpage/oracle-l Received on Thu Mar 10 2005 - 14:25:54 CST

Original text of this message

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