Oracle7 Server Distributed Systems Volume II: Replicated Data

Contents Index Home Previous Next

DBMS_OFFLINE_OG.BEGIN_INSTANTIATION

Purpose

To start offline instantiation of a replicated object group. You must call this procedure from the master definition site. For additional information, refer to [*].

Syntax

The parameters for the BEGIN_INSTANTIATION procedure are described in Table 12 - 38, and the exceptions are listed in Table 12 - 39. The syntax for this procedure is shown below.

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.
Table 12 - 38. Parameters for BEGIN_INSTANTIATION

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.
Table 12 - 39. Exceptions for BEGIN_INSTANTIATION


Contents Index Home Previous Next