A script-enabled browser is required for this page to function properly.

ORA_PROF.Destroy_Timer

Description

Destroys the named timer. All memory associated with the timer is freed at that time. Any references to the named timer after this service is used will raise an error.

Syntax


PROCEDURE Ora_Prof.Destroy_Timer
   (timer VARCHAR2);

Parameters

timer The name of the timer.

Example


 /*
**Destroy the timer ‘LOOPTIME’.
*/
Ora_Prof.Destroy_Timer('LOOPTIME');