Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error When creating Multimaster Replication ORA-23312

392293Sep 21 2003 — edited Oct 10 2003
I 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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 7 2003
Added on Sep 21 2003
1 comment
657 views