Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Hi
I need to write a shell script that would call a sql script . While this sql
script is running i need to run another SQL in another
session continuously .
test.ksh would call test.sql which would run for about 10 -20 minutes . I
would like to call test1.sql ( which basically would be like
"select * from dual" ) and spool to a log file .
Any clues to do this will help .
Thanks Received on Sun Dec 22 2002 - 11:07:23 CST