ORA-39145 during expdmp when DIRECTORY option not specified.
701636Jul 7 2009 — edited Aug 26 2009expdp dumpfile=<dirname>:<dumpname.dmp>
Using expdp, but getting error :
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-39145: directory object parameter must be specified and non-null
Command run is :
$ expdp tables=regions DUMPFILE=table.dmp
Is the option DIRECTORY compulsory ?
As per the Oracle 10gR2 Utilities guide it states :
Users with access to DATA_PUMP_DIR need not use the DIRECTORY parameter at all.
I have already given the user HR access of read,write to the directory DATA_PUMP_DIR.