| Oracle® Database Advanced Replication Man
agement API Reference 10g Release 1 (10.1) Part Number B10733-01 |
EXECUTE_DDL Proc edureThis procedure supplies DDL that you want to have executed at some or all maste r sites. You can call this procedure only from the master definition site. SyntaxDBMS_REPCAT.EXECUTE_DDL ( gname IN VARCHAR2, { master_list IN VARCHAR2 := NULL, | master_table IN DBMS_UTILITY.DBLINK_ARRAY,} DDL_TEXT IN VARCHAR2);< div align="center">
Exceptions< strong>Table 18-95 EXECUTE_DDL Procedure Exceptions Exception |
Description |
|
nonmasterdef
| Invocation site is not the master definition site.
|
nonmaster
| At least one site is not a master site.
|
ddlfailure
| DDL at the mas ter definition site did not succeed.
|
commfailure
| At least one master site is not accessible. |