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

ORA_PROF.CREATE_TIMER built-in procedure

This procedure allocates the named timer. Any references to the named timer before this service is used will raise an error.

Syntax


PROCEDURE ORA_PROF.CREATE_TIMER
(timer VARCHAR2);

Parameters

Parameter

Description

timer

The name of the timer.

Example


 /*
  **Allocate the timer ‘LOOPTIME’.
 */
 ORA_PROF.CREATE_TIMER('LOOPTIME');

See also

About the ORA_PROF built-in package

ORA_PROF built-in package