In the script I did ...
spool spoolfilename.sql
SELECT 'spool C:\Dest1\'||''File1_'||sysdate
FROM dual;
spool off
@spoolfilename
This spooled output to a File called, for example
File1_12-May-02
in my C:\Dest folder .
|
Results 1 to 10 of 10
Thread: SPOOL IN SQL PLUSThreaded View
|
Click Here to Expand Forum to Full Width |