| Oracle® Database Advanced Repl
ication Management API Reference 10g Release 1 (10.1) Part Number B10733-01 |
|
|
View PDF |
This procedure alters an object in your replication envir onment. You must call this procedure from the master definition site.
This procedure require s that you quiesce the master group of the object if either of the following conditions is true:
safe_table_change parameter set to false in a singl
e master replication environment.You can use this procedure to alter nontable objects without quiescing the master group.
DBMS_REPCAT.ALTER_MASTER_REPOBJECT ( sname IN VARCHAR2, oname IN VARCHAR2, type IN VARC HAR2, ddl_text IN VARCHAR2, comment IN VARCHAR2 := '', retry IN BOOLEAN := false safe_table_change IN BOOLEAN := false);
nonmasterdef
Invocation site is not the master definition site.
notquiesced
Associated replication group has not been suspended.
missingobject
Object identified by sname and oname does not exist.
typefailure
Specified type parameter is not supported.
ddlfailure
DDL at the mas ter definition site did not succeed.
commfailure
At least one master site is not accessible.