Hi,
I have a series of Oracle sql scripts that retrieve data and output them to csv files on the local machine (a SUN server). These scripts use a select statement and the spool command.
Right now I am doing: spool /usr/home/myuser/Report.csv in my SQL scripts
I have been asked if I can change the output to be written to a different machine -- a windows box.
Does anyone know if this is possible and how can I do this from the PL/SQL spool command?
Is it possible to do something like spool '255.255.255.255/C:\My Report Directory\myreport.csv'
Thanks,
toddyl
I have a series of Oracle sql scripts that retrieve data and output them to csv files on the local machine (a SUN server). These scripts use a select statement and the spool command.
Right now I am doing: spool /usr/home/myuser/Report.csv in my SQL scripts
I have been asked if I can change the output to be written to a different machine -- a windows box.
Does anyone know if this is possible and how can I do this from the PL/SQL spool command?
Is it possible to do something like spool '255.255.255.255/C:\My Report Directory\myreport.csv'
Thanks,
toddyl