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: joel garry <joel-garry_at_home.com>
Date: 7 Sep 2006 16:17:35 -0700
Message-ID: <1157671055.821229.79390@m79g2000cwm.googlegroups.com>

mike7411_at_gmail.com wrote:
> fitzjarrell_at_cox.net wrote:
> > 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

>
> It's Enterprise.

Proper privilege? (ie, execute any procedure to the replication admin in the destination db). Follow the directions for granting replication privileges. You are on the correct node?

jg

--
@home.com is bogus.
so sari http://timesofindia.indiatimes.com/articleshow/1950763.cms
Received on Thu Sep 07 2006 - 18:17:35 CDT

Original text of this message

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