how to copy file from network drive (unix o/s) to local drive(windows) through proc
My developer is generating 200 odd reports on database server(AIX server) through oracle schedule job. Then through batch file these files are copied to file server(window server). Problem here is operation team has to wait till the schedule job ends then they fire dos batch file to copy all 200 reports to file server.
We want to write procedure or package which will copy the generated each report from database server(AIX) to windows file server.
Thanx in advance.
Regards
Vivek Vichare