I want to export my database using expdp and I am running the below command for export:
expdp SYSTEM/SYSTTEM PARFILE=export_dump.par
The export_dump.par file contains the below information:
DIRECTORY=datapump
DUMPFILE=I.dmp
LOGFILE=I.log
SCHEMAS=RD,RC
CONTENT=ALL
I have all the permission for the directory datapump.But still, when I try to run the export command I am getting an error as :
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