Question

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?

Was it helpful?

Solution

Consider using DBMS_LOCK.SLEEP(300), where parameter - number of seconds to wait.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top