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

Re: ORA-3113 with dbms_repcat.add_master_database

From: <rwessman_at_us.oracle.com>
Date: 14 Jul 1998 08:04:00 -0400
Message-ID: <un2ac3ahb.fsf@us.oracle.com>


Have you contacted Oracle support? This sounds like a bug.

                                        Rick
                                        Rick Wessman
                                        Distributed Data Security
                                        Oracle Corporation
                                        rwessman_at_us.oracle.com

"Maija-Leena Kangasmäki" <maija-leena.kangasmaki_at_tietogroup.com> writes:

>
> 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 - 07:04:00 CDT

Original text of this message

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