April 1999
Intermediate to advanced
552 pages
15h 39m
English
DBMS_REPCAT.REGISTER_STATISTICS
The REGISTER_STATISTICS procedure enables the collection of data about the successful resolution of update, uniqueness, and delete conflicts. This information is visible in the DBA_REPRESOLUTION_STATISTICS data dictionary view.
PROCEDURE DBMS_REPCAT.REGISTER_STATISTICS
(sname IN VARCHAR2,
oname IN VARCHAR2);These are no restrictions on calling REGISTER_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. |