Home » Server Options » Replication » Multi Master issue in Oracle 8i for Linux
Multi Master issue in Oracle 8i for Linux [message #366524] Fri, 21 July 2000 14:47 Go to next message
Vijayanath
Messages: 3
Registered: July 2000
Junior Member
Hi,

We are using Oracle8i Release 8.1.5.0.0 on a Linux OS.
I want to use the multi master feature in 8i to have several master replications.
I think there is some tables and views that has not been created by the catrep.sql script.
If any one of you faced a similar problem and solved please tell me how u did it.

Since After I created the master site and tried to add the other database in the master group I am facing the following issue.Has somebody faced any similar issues.

BEGIN
DBMS_REPCAT.ADD_MASTER_DATABASE (
gname => 'Test_MG',
master => 'DB2',
use_existing_objects => TRUE,
copy_rows => TRUE,
propagation_mode => 'ASYNCHRONOUS');
END;
/

BEGIN
*
ERROR at line 1:
ORA-00439: feature not enabled: Advanced replication
ORA-06512: at "SYS.DBMS_SNAP_INTERNAL", line 134
ORA-06512: at "SYS.DBMS_REPCAT_MAS", line 1868
ORA-06512: at "SYS.DBMS_REPCAT", line 121
ORA-06512: at line 2

Any help on this will be of great use.

Regards
Vijay
Re: Multi Master issue in Oracle 8i for Linux [message #366553 is a reply to message #366524] Wed, 22 November 2000 00:12 Go to previous message
Frank Naude
Messages: 4579
Registered: April 1998
Senior Member
Hi,

You need Oracle EE (Enterprise Edition) before you can add multiple master sites. I suspect you might be running Oracle SE (Standard Edition). Oracle SE only supports a single master database for replication.

Best regards

Frank Naude
Previous Topic: Access Violation SnapshotGroup Refresh
Next Topic: Replication - Procedures
Goto Forum:
  


Current Time: Thu Mar 28 07:58:25 CDT 2024