ORA_PROF.CREATE_TIMER
built-in procedureThis procedure allocates the named timer. Any references to the named timer before this service is used will raise an error.
PROCEDURE ORA_PROF.CREATE_TIMER
(timer VARCHAR2);
Parameter |
Description |
|
The name of the timer. |
/*
**Allocate the timer ‘LOOPTIME’.
*/
ORA_PROF.CREATE_TIMER('LOOPTIME');
About the ORA_PROF
built-in package
Copyright © 1984, 2005, Oracle. All rights reserved.