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?
Simulation of long-running Oracle DB query
Asked Answered
Consider using DBMS_LOCK.SLEEP(300), where parameter - number of seconds to wait.
© 2022 - 2024 — McMap. All rights reserved.