dynamicjourney
Programmer
hi,
1. Server is in Unix box, a procedure will be executed in clientside (windowsnt)and I would like to write and read file in my C drive in clientside.
Tried UTL_file but it only writes in Unix since server is there.
Currently, working on Spool - dbms_output...
2. How can I invoke Dos shell command when Server is Unix.
Tried Java source but it doesn't recognize the path (C:\winnt\sytem32\cmd.exe) when I execute it, it says 'File doesn't exists'.
ANy help will be greatly apprciated.
dynamic