Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Issuing a wait in Oracle
Look at the dbms_lock package.
dbms_lock.sleep(5)
--
Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk
Terry Underwood wrote in message <36F13090.441294AB_at_cwcom.net>...
>How can I issue a wait in Oracle,
>
>IF condition = true
> wait 5 seconds
>END IF
>
Received on Thu Mar 18 1999 - 12:55:56 CST
![]() |
![]() |