Error When creating Multimaster Replication ORA-23312
392293Sep 21 2003 — edited Oct 10 2003I have problem in replication when I Creatin mustimaster sites in Oracle 9i it give me following error
Is there anyone fix this problem?
SQL> ed
Wrote file afiedt.buf
1 begin
2 dbms_repcat.add_master_database(
3 gname => '"Group2"',
4 master =>'RYD',
5 use_existing_objects => true,
6 copy_rows => true,
7 propagation_mode =>'ASYNCHRONOUS');
8* end;
9 /
begin
*
ERROR at line 1:
ORA-23312: not the masterdef according to JED.KHALIL
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.DBMS_REPCAT_MAS", line 891
ORA-06512: at "SYS.DBMS_REPCAT_MAS", line 2144
ORA-06512: at "SYS.DBMS_REPCAT", line 146
ORA-06512: at line 2