ORA-39002,ORA-39070,ORA-29283,ORA-06512 [message #543082] |
Mon, 13 February 2012 01:55 |
janakors
Messages: 232 Registered: September 2009
|
Senior Member |
|
|
hi,
i have created a directory for export job as sa_dumps and then
give read and write grants to ops$oracle (which run the expdp) and when i run the export i got following
ORA-39002 - Invalid operation
ORA-39070 - Unable to open log file
ORA-29283 - invalid file operaton
ORA-06512 - at "SYS.UTL_FILE", line 536
ORA-29283 - invalid file operation
Now this means that directory objects is not created as per my knowledge but that is there. i created the directory object as follows
SQL>create or replace directory sa_dumps as '/export/home/oracle/sa_dumps';
kindly advice
|
|
|
|
|
|