Guest_imported
New member
- Jan 1, 1970
- 0
I'm trying to create a stored procedure that has a delay in Oracle. I know in SQL Server you can use:
WAITFOR DELAY '00:00:10'
and it will pause for 10 seconds.
How would I accomplish this in oracle?
WAITFOR DELAY '00:00:10'
and it will pause for 10 seconds.
How would I accomplish this in oracle?