Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Using timers on a database stored procedure
There's a dynamic view called v$timer or you can get it with the function: dbms_utility.get_time.
Regards.
> -----Mensaje original-----
> De: Sergio Boix Moriano [SMTP:smoriano_at_sicon.net]
> Enviado el: martes 6 de febrero de 2001 10:20
> Para: Multiple recipients of list ORACLE-L
> Asunto: Using timers on a database stored procedure
>
>
> Hi all,
>
> We need to use timers on a stored procedure, from a compiled
> form we've used the included built-ins to this (create_timer, etc), but
> how can we use this from the database.
>
> Thanks in advance for all your responses.
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Sergio Boix Moriano
> INET: smoriano_at_sicon.net
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Trassens, Christian INET: CTrassens_at_uni2.es Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Feb 06 2001 - 10:01:46 CST