.
DBMS_REPCAT.CANCEL_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 do not want to gather conflict resolution statistics. |
| Exception | Description |
| missingschema | The given schema does not exist. |
| missingobject | The given table does not exist. |
| statnotreg | The given table is not currently registered to collect statistics. |