Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Setup a replication (multi-master)
Hi all,
I am trying to setup a replication and it went smoothly up-to here, any ideas what I can do...
SQL> EXECUTE Dbms_Repcat.Create_Master_Repobject('TEST55', 'TESTHOST5', 'TABLE', gname=>'MYREPGRP',copy_rows=>false);
BEGIN Dbms_Repcat.Create_Master_Repobject('TEST55', 'TESTHOST5', 'TABLE', gname=>'MYREPGRP',c
*
ERROR at line 1:
ORA-23308: object TEST55.TESTHOST5 does not exist or is invalid ORA-06512: at "SYS.DBMS_REPCAT_MAS", line 2627 ORA-06512: at "SYS.DBMS_REPCAT", line 562 ORA-06512: at line 1 ---------------------------------
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Oct 24 2003 - 07:39:26 CDT
![]() |
![]() |