Name

DBMS_REPCAT.REGISTER_STATISTICS

Synopsis

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.

Parameters

Parameter Name

Description

sname

Name of the schema to which the replicated table belongs

oname

Name of the replicated table

Exceptions

Exception Name

Number

Description

missingobject

–23308

Table oname does not exist.

missingschema

–23306

Schema sname does not exist.

Get Oracle Distributed Systems now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.