Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> ORA-3113 with dbms_repcat.add_master_database
I'm trying to add a new database as a master database to a symmetric
replication but I get ORA-3113 error. Has anyone else had this problem
before ?
Regards, Maija-Leena
begin
dbms_repcat.add_master_database(
gname => '"VIKA"', master => 'DB.XXX.XX.XX', use_existing_objects => TRUE, copy_rows => FALSE, propagation_mode => 'ASYNCHRONOUS');end;
begin
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
Error accessing package DBMS_APPLICATION_INFO
ERROR:
ORA-03114: not connected to ORACLE
Received on Tue Jul 14 1998 - 05:30:23 CDT
![]() |
![]() |