Oracle9i Replication Management API Reference
Release 1 (9.0.1)

Part Number A87502-01
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, 57 of 69


RENAME_SHADOW_COLUMN_GROUP Procedure

This procedure renames the shadow column group of a replicated table to make it a named column group. The replicated table's master group does not need to be quiesced to run this procedure.

Syntax

DBMS_REPCAT.RENAME_SHADOW_COLUMN_GROUP (
   sname                IN VARCHAR2,
   oname                IN VARCHAR2,
   new_col_group_name   IN VARCHAR2)

Parameters

Table 20-116 RENAME_SHADOW_COLUMN_GROUP Procedure Parameters
Parameter  Description 
sname
 

Schema in which the replicated table is located.  

oname
 

Name of the replicated table. 

new_col_group_name
 

Name of the new column group. The columns currently in the shadow group are placed in a column group with the name you specify. 

Exceptions

Table 20-117 RENAME_SHADOW_COLUMN_GROUP Procedure Exceptions
Exception  Description 
missmview
 

The specified schema does not exist. 

nonmasterdef
 

Invocation site is not the master definition site. 

missingobject
 

The specified object does not exist. 

duplicategroup
 

The column group that was specified for creation already exists. 


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