ADD_MASTER_DATABASE Procedure
This procedure adds another master site to your replication environment. This procedure regenerates all the triggers and their associated packages at existing master sites. You must call this procedure from the master definition site.
Syntax
DBMS_REPCAT.ADD_MASTER_DATABASE (
gname IN VARCHAR2,
master IN VARCHAR2,
use_existing_objects IN BOOLEAN := true,
copy_rows IN BOOLEAN := true,
comment IN VARCHAR2 := '',
propagation_mode IN VARCHAR2 := 'ASYNCHRONOUS',
fname IN VARCHAR2 := NULL);
Parameters
Table 18-4 ADD_MASTER_DATABASE Procedure Parameters
Exceptions
Table 18-5 ADD_MASTER_DATABASE Procedure Exceptions