What is the simplest (preferably without any new table creation) way of running a database query which takes long time (at least several minutes) in Oracle DB?
Consider using DBMS_LOCK.SLEEP(300), where parameter - number of seconds to wait.
DBMS_LOCK.sleep
(http://www.oracle-base.com/articles/9i/UsefulProceduresAndFunctions9i.php)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With