Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-3113 with dbms_repcat.add_master_database
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
![]() |
![]() |