drop_site_priority_site( gname IN VARCHAR2, name IN VARCHAR2 site IN VARCHAR2)
Parameter | Description |
gname | The replicated object group with which the site priority group is associated. |
name | The name of the site priority group whose member you are dropping. |
site | The global database name of the site you are removing from the group. |
Exception | Description |
nonmasterdef | The invocation site is not the masterdef site. |
missingrepgroup | The given replicated object group does not exist. |
missingpriority | The given site priority group does not exist. |
missingsite | The given site does not exist. |