Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> 9i replication error...

9i replication error...

From: Srinivas B.S.S <sbss_at_cisco.com>
Date: Tue, 15 Jan 2002 15:27:52 +0530
Message-ID: <3C43FD20.B47B9089@cisco.com>


Hi All,

I am trying to setup multi-master replication using Oracle 9.0.1 version. When I try to add master destination site, I get the following error. I am using Oralce 9.0.1 at both the sites and I tried setting the compatible parameter
to 9.0.0/9.0.1 in init.ora/initSID.ora/spfileSID.ora files with no success.

Please let me know if anyone knows the resolution for this problem.



begin

   dbms_repcat.add_master_database(

      gname => '"MyGroup"',
      master => 'MASTER1',
      use_existing_objects => TRUE,
      copy_rows => TRUE,
      propagation_mode => 'ASYNCHRONOUS');
end;

/*****

ORA-23375: feature is incompatible with database version at MASTER1
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.DBMS_REPCAT_MAS", line 2151
ORA-06512: at "SYS.DBMS_REPCAT", line 146
ORA-06512: at line 2

*****/


Regards,
Srinivas. Received on Tue Jan 15 2002 - 03:57:52 CST

Original text of this message

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