oracle tips… from http://www.bijoos.com/oracle/douknow.htm
1998/10 In PL/SQL you can suspend a session using dbms_lock.sleep (seconds) which is equivalent to the ‘sleep’ command in UNIX. The parameter (number data type) can even be specified in hundredth of a second (10, 10.01, 10.5, 0.99 are all legal values). 1998/11 When you TRUNCATE a table, the storage parameter NEXT is automatically reset…
Read More “oracle tips… from http://www.bijoos.com/oracle/douknow.htm” »
