How to put pause in an SQL script.
845477Apr 26 2011 — edited Apr 26 2011I am using Oracle 11g. I run an sql script called Queries.sql. The script has a lot of create and insert statements. I want to put a few delays in the execution of the script (eg. 5 second delays) so that I can watch the output as the script is being executed. How to do this?