Error while running DBMS_RECTIFIER_DIFF.DIFFERENCES 2005-03-10 - By Michael Fontana
ORA-00904 (See ORA-00904.ora-code.com), 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@(protected) [mailto:oracle-l-bounce@(protected)] 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 (See ORA-06550.ora-code.com): line 1, column 1361: PL/SQL: ORA-00904 (See ORA-00904.ora-code.com): "FLOWGATE_INFO": invalid identifier ORA-06550 (See ORA-06550.ora-code.com): line 1, column 1229: PL/SQL: SQL Statement ignored ORA-06550 (See ORA-06550.ora-code.com): line 1, column 2579: PL/SQL: ORA-00904 (See ORA-00904.ora-code.com): "FLOWGATE_INFO": invalid identifier ORA-06550 (See ORA-06550.ora-code.com): line 1, column 1966: PL/SQL: SQL Statement ignored ORA-06512 (See ORA-06512.ora-code.com): at "SYS.DBMS_RECTIFIER_DIFF", line 1628 ORA-06512 (See ORA-06512.ora-code.com): at "SYS.DBMS_RECTIFIER_DIFF", line 1219 ORA-06512 (See ORA-06512.ora-code.com): at line 97 -- http://www.freelists.org/webpage/oracle-l
-- http://www.freelists.org/webpage/oracle-l
|
|