error in impdp
DIVINov 29 2012 — edited Nov 29 2012I have a dump file exported from another machine, now i need to import it into my machine and i followed below steps
Step1(at sql prompt) : create or replace directory my_dir as 'D:\my_dir'; grant read,write on DIRECTORY my_dir to public; and place my dump file in my_dir
Step2 (at command prompt): impdp username/password@schemaname directory=my_dir dumpfile=mydump.DP.DMP
i am getting the below 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
what could be the problem ? ? ?
Edited by: DIVI on Nov 29, 2012 2:28 AM