The CANCEL_GATHER_STATS procedure cancels the statistics collection command.
Syntax
DBMS_STATS.cancel_gather_stats (
taskid VARCHAR2
);
Parameters
| Parameter | Description |
|---|---|
| taskid | The ID of the statistics collection task.
NoteYou can query the |
Examples
obclient> CALL DBMS_STATS.CANCEL_GATHER_STATS(taskid);
Note
Replace taskid with the actual value.
