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 -> ORA-3113 with dbms_repcat.add_master_database

ORA-3113 with dbms_repcat.add_master_database

From: Maija-Leena Kangasmäki <maija-leena.kangasmaki_at_tietogroup.com>
Date: Tue, 14 Jul 1998 13:30:23 +0300
Message-ID: <35AB333F.DAC5589C@tietogroup.com>


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

Original text of this message

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