| Oracle® Database Advanced Replic
ation Management API Reference 10g Release 1 (10.1) Part Number B10733-01 |
|
|
View PDF |
This procedure drops a replicated object from a materialize d view site.
DBMS_REPCAT.DROP_MVIEW_REPOBJECT ( sname IN VARCHAR2, oname IN VARCHAR2, type IN VARCHAR2, drop _objects IN BOOLEAN := false);
| Para meter | Description |
|---|---|
sname |
Name of the schema in which the object is located. |
oname |
Name of the object that you wan t to drop from the replication group. |
type |
Type of the object that you want to d rop. The following types are supported: FUNCTION SNAPSHOT < /a>INDEX SYNONYM INDEXTYPE TRIGGER OPERATOR TYPE PACKAGE TYPE BODY PACKAGE BODY VIEW PR OCEDURE Use |
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 th
is parameter to |
| |
Description |
|---|---|
|
Invocation site is not a materialized view site. | |
|
|
Specified object does not exist. |
a>typefailure |
Specified type parameter is not supported. |