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


DROP_MVIEW_REPOBJECT Procedure

This procedure drops a replicated object from a materialized view site.

Syntax

DBMS_REPCAT.DROP_MVIEW_REPOBJECT ( 
   sname          IN   VARCHAR2, 
   oname          IN   VARCHAR2, 
   type           IN   VARCHAR2, 
   drop_objects   IN   BOOLEAN  := false);

Parameters

Table 20-77 DROP_MVIEW_REPOBJECT Procedure Parameters
Parameter  Description 
sname
 

Name of the schema in which the object is located. 

oname
 

Name of the object that you want to drop from the replication group. 

type
 

Type of the object that you want to drop. The following types are supported:

FUNCTION

INDEX

INDEXTYPE

OPERATOR

PACKAGE

PACKAGE BODY

PROCEDURE

SNAPSHOT

SYNONYM

TRIGGER

TYPE

TYPE BODY

VIEW  

drop_objects
 

By default, the object remains in its associated schema, but is dropped from its associated replication group. To completely remove the object from its schema at the current materialized view site, set this parameter to true. If the parameter is set to true, the object is dropped from the database at the materialized view site. 

Exceptions

Table 20-78 DROP_MVIEW_REPOBJECT Procedure Exceptions
Exception  Description 
nonmview
 

Invocation site is not a materialized view site. 

missingobject
 

Specified object does not exist. 

typefailure
 

Specified type parameter is not supported. 


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