IT-Blog
ORA-39002 ORA-39070 ORA-39087 with Datapump
- Details
- Erstellt am Mittwoch, 15. Februar 2006 17:40
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-39087: directory name DATA_PUMP_DIR is invalid
There is no directory defined. You have to define it on the server.
Choose a user with the rights to create an directory, start sqlplus and enter following
command:
create directory data_pump_dir as '\exphd\datapump';
for windows...
create directory data_pump_dir as 'x:\exportdrive\datapump';
Be sure, that the directory exists on the os before you define it in the database!

nyeinchan
Posted at 2011-06-02 05:15:22
ORA:00955 name is already used by an existing objece
Cause :cry:




Manfred Hofbauer
Posted at 2011-06-02 09:33:35
[quote name="nyeinchan"]ORA:00955 name is already used by an existing objece
Cause :cry:[/quote]
What exactly are you doing?
Auf Kommentar antworten