Oracle8i Replication Management API Reference
Release 2 (8.1.6)

Part Number A76958-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Replication Management API Reference, 37 of 179


END_LOAD procedure

This procedure re-enables triggers after importing data to 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.END_LOAD (
   gname     IN   VARCHAR2,
   new_site  IN   VARCHAR2
   fname     IN   VARCHAR2);

Parameters

Table 8-60 END_LOAD Procedure Parameters
Parameter  Description 
gname
 

Name of the object group whose members you have finished importing. 

new_site
 

The fully qualified database name of the new site at which you have imported the object group members. 

fname
 

This parameter is for internal use only. Do not set this parameter unless directed to do so by Oracle Worldwide Support. 

Exceptions

Table 8-61 END_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. 

dbms_repcat.flavor_
noobject
 

If you receive this exception, contact Oracle Worldwide Support. 

dbms_repcat.flavor_
contains
 

If you receive this exception, contact Oracle Worldwide Support. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index