May 9, 2001 #1 tonytrini Programmer Nov 23, 2000 8 TT Hi all, How do I pause the execution of pl/sql code for, let's say one (1) second. I am unable to locate the appropriate syntax in help.
Hi all, How do I pause the execution of pl/sql code for, let's say one (1) second. I am unable to locate the appropriate syntax in help.
May 10, 2001 #2 stevecal Technical User May 10, 2000 78 DK Try this: DBMS_LOCK.Sleep( seconds IN NUMBER); Upvote 0 Downvote