ORA_PROF.DESTROY_TIMER
built-in procedureThis procedure 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.
PROCEDURE ORA_PROF.DESTROY_TIMER
(timer VARCHAR2);
Parameter |
Description |
|
The name of the timer. |
/*
**Destroy the timer ‘LOOPTIME’.
*/
ORA_PROF.DESTROY_TIMER('LOOPTIME');
About the ORA_PROF
built-in package
Copyright © 1984, 2005, Oracle. All rights reserved.