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: replication

Re: replication

From: <fitzjarrell_at_cox.net>
Date: 7 Sep 2006 10:45:50 -0700
Message-ID: <1157651150.232105.55520@p79g2000cwp.googlegroups.com>

mike7411_at_gmail.com wrote:
> I'm attempting to set up multimaster replication between two Oracle 10g
> systems like so:
>
> SQL> begin
> 2 dbms_repcat.add_master_database(
> 3 gname => 'handover_repgroup',
> 4 master => 'nct2.world',
> 5 use_existing_objects => true,
> 6 copy_rows => false,
> 7 propagation_mode => 'asynchronous');
> 8 end;
> 9 /
>
>
> Unfortunately, I keep getting this error:
>
> ---------------------------------------------------------------------
>
>
> begin
> *
> ERROR at line 1:
> ORA-23375: feature is incompatible with database version at NCT2.WORLD
> 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
>
>
> ---------------------------------------------------------------------
>
> Any ideas?

You should check which version is installed on NCT2.WORLD; I suspect it's Standard, not Enterprise.

David Fitzjarrell Received on Thu Sep 07 2006 - 12:45:50 CDT

Original text of this message

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