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

ORA_PROF.Create_Timer

Description

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

timer The name of the timer.

Example


 /*
**Allocate the timer ‘LOOPTIME’.
*/
Ora_Prof.Create_Timer('LOOPTIME');