Oracle8i Replication Management API Reference
Release 2 (8.1.6)

A76958-01

Library

Product

Contents

Index

Prev Up Next

Replication Management API Reference, 82 of 179


DROP_COLUMN_GROUP procedure

This procedure drops a column group. You must call this procedure from the master definition site.

See Also:

Oracle8i Replication for more information about conflict resolution methods. 

Syntax

DBMS_REPCAT.DROP_COLUMN_GROUP (
   sname        IN   VARCHAR2,
   oname        IN   VARCHAR2,
   column_group IN   VARCHAR2);

Parameters

Table 8-143 DROP_COLUMN_GROUP Procedure Parameters
Parameter  Description 
sname
 

Schema in which the replicated table is located. 

oname
 

Name of the replicated table whose column group you are dropping. 

column_group
 

Name of the column group that you want to drop. 

Exceptions

Table 8-144 DROP_COLUMN_GROUP Procedure Exceptions
Exception  Description 
nonmasterdef
 

Invocation site is not the master definition site. 

referenced
 

Specified column group is being used in conflict detection and resolution. 

missingobject
 

Specified table does not exist. 

missinggroup
 

Specified column group does not exist. 

notquiesced
 

Replicated master group to which the table belongs is not quiesced.  


Prev Up Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index