Oracle8i Replication Management API Reference
Release 2 (8.1.6)

Part Number A76958-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Replication Management API Reference, 65 of 179


CANCEL_STATISTICS procedure

This procedure stops the collection of statistics about the successful resolution of update, uniqueness, and delete conflicts for a table.

Syntax

DBMS_REPCAT.CANCEL_STATISTICS (
   sname    IN   VARCHAR2,
   oname    IN   VARCHAR2);

Parameters

Table 8-107 CANCEL_STATISTICS Procedure Parameters
Parameter  Description 
sname
 

Name of the schema in which the table is located. 

oname
 

Name of the table for which you do not want to gather conflict resolution statistics. 

Exceptions

Table 8-108 CANCEL_STATISTICS Procedure Exceptions
Exception  Description 
missingschema
 

Specified schema does not exist. 

missingobject
 

Specified table does not exist. 

statnotreg
 

Specified table is not currently registered to collect statistics. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index