DBMS_OFFLINE_OG.BEGIN_INSTANTIATION( gname IN VARCHAR2, new_site IN VARCHAR2)
Parameter | Description |
gname | The name of the object group that you want to replicate to the new site. |
new_site | The fully qualified database name of the new site to which you want to replicate the object group. |
Exception | Description |
23430 badargument | Null or empty string for object group or new master site name. |
nonmasterdef | This procedure must be called from the master definition site. |
23432 sitealreadyexists | Given site is already a master site for this object group. |
23431 wrongstate | Status of master definition site must be QUIESCED. |
missingrepgroup | GNAME does not exist as a replicated object group. |