mapping directory over a network map drive
707037Nov 10 2011 — edited Apr 22 2013Hi all,
I have shared a folder from my machine and mapped it as a network map drive (z drive) in the server and created a directory mapping to that directory like this
create directory sat as 'z:\';
grant read,write on directory sat to public;
and I started to export using datapump pointing the directory sat and i got this following error
Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 488
ORA-29283: invalid file operation
I have also tried to create a directory in various method like below
create directory sat as '//sat1/share/';
create directory sat as '\\sat1\d$\share';
create directory sata as '\\sat1\share\' ;
but for all the scenarios i got the same error , any assistance in this issue is highly appreciable.
Thanks,
Satish.J