April 1999
Intermediate to advanced
552 pages
15h 39m
English
DBMS_REPCAT.CANCEL_STATISTICS
The CANCEL_STATISTICS procedure disables the gathering of conflict resolution statistics.
PROCEDURE DBMS_REPCAT.CANCEL_STATISTICS
(sname IN VARCHAR2,
oname IN VARCHAR2);There are no restrictions on calling CANCEL_STATISTICS.
Parameter Name | Description |
|---|---|
sname | Name of the schema to which the replicated table belongs |
oname | Name of the replicated table |
Exception Name | Number | Description |
|---|---|---|
missingobject | –23308 | Table oname does not exist. |
missingschema | –23306 | Schema sname does not exist. |
statnotreg | –23345 | Statistics have not been registered for object oname. |