| Oracle® Database Advanced Replica
tion Management API Reference 10g Release 1 (10.1) Part Number B10733-01 |
|
|
View PDF |
This procedure adds another master site to your replication env ironment. This procedure regenerates all the triggers and their associated packages at existing master sites. You must call this proc edure from the master definition site.
DBMS_REPCAT.ADD_MASTER_DATABASE ( gname IN VARCHAR2, master IN VARCHAR2, use_existing_objects IN BOOLEAN := true, copy_rows IN BOOLEAN := true, comment I N VARCHAR2 := '', propagation_mode IN VARCHAR2 := 'ASYNCHRONOUS', fname IN VARCHAR2 := NULL);
| Parameter | Description |
|---|---|
gname |
Name of the replica tion group being replicated. This replication group must already exist at the master definition site. |
master |
Fully qualified database name of the new master database. |
use_existing_objects |
Indicate |
< a name="94544">copy_rows |
Indicate |
tr>
comment |
This comment is added to the |
a>propagation_mode |
Method of forwarding changes to and receiving c
hanges from new master database. Accepted values are |
fname |
This parameter is for internal use only. Note: Do not set this parameter unless directed to do so by Oracle Support Services. |