Oracle7 Server Distributed Systems Volume II: Replicated Data

Contents Index Home Previous Next

DBMS_REPCAT.CREATE_MASTER_REPGROUP

Purpose

To create a new, empty, quiesced master replication object group. For additional information, refer to [*].

Syntax

The parameters for the CREATE_MASTER_REPGROUP procedure are described in Table 12 - 100, and the exceptions are listed in Table 12 - 101. The syntax for this procedure is shown below:

DBMS_REPCAT.CREATE_MASTER_REPGROUP(
          gname          IN VARCHAR2, 
          group_comment  IN VARCHAR2 := '', 
          master_comment IN VARCHAR2 := '')

Parameter Description
gname The name of the object group that you want to create.
group_comment This comment is added to the RepCat view.
master_comment This comment is added to the RepGroup view.
Table 12 - 100. Parameters for CREATE_MASTER_REPGROUP

Exception Description
duplicaterepgroup The object group already exists.
ddlfailure There is a problem creating the rep$what_am_i package or package body.
norepopt The advanced replication option is not installed.
notcompat The GNAME is not a schema name, and the master definition site is pre-release 7.3.
missingrepgrp The object group name was not specified.
Table 12 - 101. Exceptions for CREATE_MASTER_REPGROUP


Contents Index Home Previous Next