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: Rama Shankar <ramashankar.yadav_at_gmail.com>
Date: 11 Jan 2006 01:03:18 -0800
Message-ID: <1136970198.869025.278860@g47g2000cwa.googlegroups.com>


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
Received on Wed Jan 11 2006 - 03:03:18 CST

Original text of this message

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