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: Problem in Replication

Re: Problem in Replication

From: Anurag Varma <avoracle_at_gmail.com>
Date: 11 Jan 2006 08:01:48 -0800
Message-ID: <1136995308.263593.152180@g44g2000cwa.googlegroups.com>

Rama Shankar wrote:
> Hi,
> To grant privileges I have executed the following on dbsoumen
> dbms_repcat_admin.grant_admin_any_repschema ('REPADMIN');
>
> By querying v$parameter in both servers I got same value for compatible
> parameter which is
>
> compatible 10.1.0.2.0
>
> Advanced replication parameter is TRUE in both servers
>
> But when I tried :-
>
> begin
> dbms_repcat.add_master_database(
> gname => '"MYREPGRP"',
> master => 'DBSOUMEN.WORKGROUP',
> use_existing_objects => TRUE,
> copy_rows => FALSE,
> propagation_mode => 'ASYNCHRONOUS');
> end;
>
> i got the errors-
>
> ORA-23375: feature is incompatible with database version at
> DBSOUMEN.WORKGROUP
> ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
> ORA-06512: at "SYS.DBMS_REPCAT_MAS ", line 2159
> ORA-06512: at "SYS.DBMS_REPCAT", line 146
> ORA-06512: at line 2

Anurag Received on Wed Jan 11 2006 - 10:01:48 CST

Original text of this message

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