DBMS_REPCAT.REMOVE_MASTER_DATABASES( gname IN VARCHAR2, master_list IN VARCHAR2 | master_table IN DBMS_UTILITY.DBLINK_ARRAY)
Parameter | Description |
gname | The name of the object group associated with the replicated environment. This prevents confusion if a master database is involved in more than one replicated environment. |
master_list | A comma-separated list of fully qualified master database names that you want to remove from the replicated environment. There must be no extra whitespace between names in the list. |
master_table | In place of a list, you may also specify the database names in a PL/SQL table of type DBMS_UTILITY.DBLINK_ARRAY. |
Exception | Description |
nonmasterdef | The invocation site is not the master definition site. |
nonmaster | At least one of the given databases is not a master site. |
reconfigerror | One of the given databases is the master definition site. |
commfailure | At least one remaining master site is not accessible. |