Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

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

DBMS_REPCAT, 60 of 69


RESUME_PROPAGATION_TO_MDEF Procedure

During the process of adding new master sites to a master group without quiesce, this procedure indicates that export is effectively finished and propagation to the master definition site for both extended and unaffected replication groups existing at master sites can be enabled. Run this procedure after the export required to add new master sites to a master group is complete.

Syntax

DBMS_REPCAT.RESUME_PROPAGATION_TO_MDEF (
   extension_id                 IN    RAW);

Parameters

Table 48-122 RESUME_PROPAGATION_TO_MDEF Procedure Parameters
Parameter  Description 
extension_id
 

The identifier for the current pending request to add master databases to a master group without quiesce. You can find the extension_id by querying the DBA_REPSITES_NEW and DBA_REPEXTENSIONS data dictionary views. 

Exceptions

Table 48-123 RESUME_PROPAGATION_TO_MDEF Procedure Exceptions
Exception  Description 
nonmasterdef
 

Invocation site is not the master definition site. 

extstinapp
 

Extension status is inappropriate. The extension status should be EXPORTING when you run this procedure. To check the extension status, query the DBA_REPEXTENSIONS data dictionary view. 

dbnotcompatible
 

Feature is incompatible with database version. All databases must be at 9.0.0 or higher compatibility level. 


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

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback