Oracle7 Server Distributed Systems Volume II: Replicated Data

Contents Index Home Previous Next

DBMS_REPCAT.REGISTER_STATISTICS

Purpose

To collect information about the successful resolution of update, delete and uniqueness conflicts for a table. For additional information, refer to [*].

Syntax

The parameters for the REGISTER_STATISTICS procedure are described in Table 12 - 157, and the exceptions are listed in Table 12 - 158. The syntax for this procedure is shown below:

DBMS_REPCAT.REGISTER_STATISTICS(	sname	IN	VARCHAR2,
						oname	IN	VARCHAR2)

Parameter Description
sname The name of the schema in which the table is located.
oname The name of the table for which you want to gather conflict resolution statistics.
Table 12 - 157. Parameters for REGISTER_STATISTICS

Exception Description
missingschema The given schema does not exist.
missingobject The given table does not exist.
Table 12 - 158. Exceptions for REGISTER_STATISTICS


Contents Index Home Previous Next