I need execute an SQL query in ORACLE it takes a certain amount of time. So I wrote this function:
CREATE OR REPLACE FUNCTION MYSCHEMA.TEST_SLEEP ( TIME_ I
If executed within "sqlplus", you can execute a host operating system command "sleep" :
!sleep 1
or
host sleep 1