Oracle8i Replication Management API Reference
Release 2 (8.1.6)

A76958-01

Library

Product

Contents

Index

Prev Up Next

Replication Management API Reference, 35 of 179


BEGIN_LOAD procedure

This procedure disables triggers while data is imported to the new master site as part of offline instantiation. You must call this procedure from the new master site.


Note:

This procedure is used in performing an offline instantiation of a master table in a multimaster replication environment.

This procedure should not be confused with the procedures in the DBMS_OFFLINE_SNAPSHOT package (used for performing an offline instantiation of a snapshot) or with the procedures in the DBMS_REPCAT_INSTANTIATE package (used for instantiating a deployment template). See these respective packages for more information on their use. 


Syntax

DBMS_OFFLINE_OG.BEGIN_LOAD (
   gname     IN   VARCHAR2,
   new_site  IN   VARCHAR2);

Parameters

Table 8-56 BEGIN_LOAD Procedure Parameters
Parameter  Description 
gname
 

Name of the object group whose members you are importing. 

new_site
 

The fully qualified database name of the new site at which you will be importing the object group members. 

Exceptions

Table 8-57 BEGIN_LOAD Procedure Exceptions
Exception  Description 
badargument
 

Null or empty string for object group or new master site name. 

wrongsite
 

This procedure must be called from the new master site. 

unknownsite
 

Specified site is not recognized by object group. 

wrongstate
 

Status of the new master site must be QUIESCED

dbms_repcat. 
missingrepgroup
 

gname does not exist as a replicated master group. 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index