RE: Error while running DBMS_RECTIFIER_DIFF.DIFFERENCES

  • From: "Michael Fontana" <mfontana@xxxxxxxxx>
  • To: <DGUPTA@xxxxxxxxxxx>, "'ORACLE-L'" <oracle-l@xxxxxxxxxxxxx>
  • Date: Thu, 10 Mar 2005 13:22:32 -0600

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@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx]
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
--
//www.freelists.org/webpage/oracle-l

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

Other related posts: