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, 25 of 69


CREATE_MASTER_REPGROUP Procedure

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

Syntax

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

Parameters

Table 48-50 CREATE_MASTER_REPGROUP Procedure Parameters
Parameter  Description 
gname
 

Name of the master 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 master group. Be sure to use the @ sign. See Oracle9i Replication and Oracle9i Database Administrator's Guide for more information about connection qualifiers. 

Exceptions

Table 48-51 CREATE_MASTER_REPGROUP Procedure Exceptions
Exception  Description 
duplicaterepgroup
 

Master group already exists. 

norepopt
 

Advanced replication option is not installed. 

missingrepgroup
 

Master group name was not specified. 

qualifiertoolong
 

Connection qualifier is too long. 


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