Oracle data pump has one option
called nologfile and by default its value is N. The purpose of this option is
that if you specify the value for this parameter as Y then it will not create
the log file for the export or import activity. This is very useful option when
you do an import where the oracle user doesn’t have write privilege on the
directory where the dump file exists. In such cases the impdp will throw the
following error.
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 536
ORA-29283: invalid file operation