| | |
urgent help needed in multi master replication
Please support our Oracle advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jan 2007
Posts: 1
Reputation:
Solved Threads: 0
Hi
I am working on Oracle database 10g. I am trying to implement advanced replication on my database.
Till now I have replicated tables and those are working fine. Now I want to replicate procedure, in this case on running all the procedures(adding packages and generating replication support) I am not getting any error. But after this I am not able to resume replication. In DBA_REPGROUP status of master group is QUIESCED.
I want to know why I am getting this problem and how can i solve it.
I am running following code for this :
BEGIN
DBMS_REPCAT.create_master_repobject (sname => 'REPADMIN',
oname => 'PKG_COMMON_ERROR',
TYPE => 'PACKAGE',
use_existing_object => TRUE,
COMMENT => 'Added on ' || SYSDATE,
retry => FALSE,
gname => 'MYREPGRP'
);
DBMS_REPCAT.create_master_repobject (sname => 'REPADMIN',
oname => 'PKG_COMMON_ERROR',
TYPE => 'PACKAGE BODY',
use_existing_object => TRUE,
COMMENT => 'Added on ' || SYSDATE,
retry => FALSE,
gname => 'MYREPGRP'
);
END;
BEGIN
DBMS_REPCAT.generate_replication_support (sname => 'REPADMIN',
oname => 'PKG_COMMON_ERROR',
TYPE => 'PACKAGE',
DISTRIBUTED => TRUE,
min_communication => TRUE
);
DBMS_REPCAT.generate_replication_support (sname => 'REPADMIN',
oname => 'PKG_COMMON_ERROR',
TYPE => 'PACKAGE BODY',
DISTRIBUTED => TRUE,
min_communication => TRUE
);
END;
Thanks,
Tanu
I am working on Oracle database 10g. I am trying to implement advanced replication on my database.
Till now I have replicated tables and those are working fine. Now I want to replicate procedure, in this case on running all the procedures(adding packages and generating replication support) I am not getting any error. But after this I am not able to resume replication. In DBA_REPGROUP status of master group is QUIESCED.
I want to know why I am getting this problem and how can i solve it.
I am running following code for this :
BEGIN
DBMS_REPCAT.create_master_repobject (sname => 'REPADMIN',
oname => 'PKG_COMMON_ERROR',
TYPE => 'PACKAGE',
use_existing_object => TRUE,
COMMENT => 'Added on ' || SYSDATE,
retry => FALSE,
gname => 'MYREPGRP'
);
DBMS_REPCAT.create_master_repobject (sname => 'REPADMIN',
oname => 'PKG_COMMON_ERROR',
TYPE => 'PACKAGE BODY',
use_existing_object => TRUE,
COMMENT => 'Added on ' || SYSDATE,
retry => FALSE,
gname => 'MYREPGRP'
);
END;
BEGIN
DBMS_REPCAT.generate_replication_support (sname => 'REPADMIN',
oname => 'PKG_COMMON_ERROR',
TYPE => 'PACKAGE',
DISTRIBUTED => TRUE,
min_communication => TRUE
);
DBMS_REPCAT.generate_replication_support (sname => 'REPADMIN',
oname => 'PKG_COMMON_ERROR',
TYPE => 'PACKAGE BODY',
DISTRIBUTED => TRUE,
min_communication => TRUE
);
END;
Thanks,
Tanu
![]() |
Similar Threads
- Urgent Advice needed (Community Introductions)
- help please urgent review needed (Website Reviews)
- Urgent computer help needed – I can’t see my task bar! (Windows NT / 2000 / XP)
- PC Case Mods (Geeks' Lounge)
- Please tell me to write TSR's for windows enviorment (C)
Other Threads in the Oracle Forum
- Previous Thread: Urgent help required
- Next Thread: using jsp for a calendar connected to oracle
| Thread Tools | Search this Thread |
2009predictions acquisition amazon.com bartz bernanke cia citrix cloudcomputing crm database dell economy editor enterprise enterprise2.0 enterprisesoftware federalreserve forbes hp ibm intellipedia internet larryellison layoffs linux loughridge mediawiki michaeljackson microsoft neverland nortel notebooks oil operatingsystem oracle palm rimm saas salesforce sap seagate socialcomputing sql sun sybase technologystocks virtualiron virtualization vmware wiki wikipedia xen yahoo zoho





