Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Problem in Replication
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 2Received on Wed Jan 11 2006 - 03:03:18 CST
![]() |
![]() |