REPCATLOG entries not clearing [message #75192] |
Tue, 11 June 2002 08:11 |
Pushpa Godhania
Messages: 2 Registered: June 2002
|
Junior Member |
|
|
Hi,
I'm trying to create a multi-master replication. When I execute dbms_repcat.add_master_database to add the master database, entries are added to dba_repcatlog on both the master and the master definition databases. The entries on the master have a status of READY and the ones on the master definition site have a status of AWAITING_CALLBACK. Why will these entries not clear out? Call to dbms_repcat.resume_master_activity does nothing while these entries exist.
As suggested by the Oracle manual I've done the following checks:
I've checked the database links in both directions, GLOBAL_NAMES is set to true, I can submit trivial jobs to job queue using dbms_jobs.submit and that seems to work OK.
The LOG_USER on DBA_JOBS and USERID on DBA_REPCATLOG are correct. Both databases are running.
We're running Oracle 7.3.2. Any ideas would be GREATLY appreciated.
|
|
|