Hi ,
can we give the location of other server file system (UNIX)or folder (windown) while creating datapump directory
for example my database server name is erpprod which is 11g R2 database , and one more server named serv-wind which is on windows and it has got directory ORAEXPDP in F drive like F:\ORAEXPDP
SQL> create Directory dump_dir1 as '\\serv-win\f:ORAEXPDP\'; (for windows)
or
SQL>create Directory dump_dir1 as '/other servername/u02/ORAEXPDP/';
thanks & regards.