Re: error in creating replication group [message #75098] |
Wed, 15 August 2001 08:56 |
Chuanyi
Messages: 1 Registered: August 2001
|
Junior Member |
|
|
My replication scripts works fine for oracle 806, but it fails for oracle 805 when creating replication group, the following is the err msg:
DOC>execute DBMS_REPCAT.CREATE_MASTER_REPGROUP( -
DOC> gname => '&&CurrentRepGroup', -
DOC> group_comment => '', -
DOC> master_comment => '', -
DOC> qualifier => '');
DOC>*/
ERROR at line 1:
ORA-00439: feature not enabled: Advanced replication
ORA-06512: at "SYS.DBMS_SNAP_INTERNAL", line 123
ORA-06512: at "SYS.DBMS_REPCAT_MAS", line 608
ORA-06512: at "SYS.DBMS_REPCAT", line 469
ORA-06512: at line 5
I did run catrep.sql and catrepad.sql, and verified the packages, but I still can't get
rid of this error. Does somebody know there is
some difference between 805 and 806?
Thanks.
----------------------------------------------------------------------
|
|
|