Oracle8i Replication Management API Reference
Release 2 (8.1.6)

A76958-01

Library

Product

Contents

Index

Prev Up Next

Replication Management API Reference, 74 of 179


CREATE_MASTER_REPGROUP procedure

This procedure creates a new, empty, quiesced master replication object group.

Syntax

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

Parameters

Table 8-126 CREATE_MASTER_REPGROUP Procedure Parameters
Parameter  Description 
gname
 

Name of the object group that you want to create. 

group_comment
 

This comment is added to the DBA_REPGROUP view. 

master_comment
 

This comment is added to the DBA_REPSITES view. 

qualifier
 

Connection qualifier for object group. Be sure to use the @ sign. See Oracle8i Replication for more information about connection qualifiers. 

Exceptions

Table 8-127 CREATE_MASTER_REPGROUP Procedure Exceptions
Exception  Description 
duplicaterepgroup
 

Object group already exists. 

norepopt
 

Advanced replication option is not installed. 

missingrepgroup
 

Object group name was not specified. 

qualifiertoolong
 

Connection qualifier is too long. 


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index