ORA-39087: directory name string is invalid

Answers were Sorted based on User's Feedback



ORA-39087: directory name string is invalid..

Answer / guest

Cause: A corresponding directory object does not exist.

Action: Correct the directory object parameter, or create a
corresponding directory object with the CREATE DIRECTORY
command.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

ORA-39087: directory name string is invalid..

Answer / sundeep

First you have to check whether disrectory exists, if
directory exists ..just grant READ,WRITE permission on that
directory to the SCHEMA

SQL> GRANT READ,WRITE on DIRECTORY DATA_PUMP_DIR to SYSTEM;

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-28530: Heterogeneous Services initialization error in NLS language ID

1 Answers  


ORA-26692: invalid value string, string should be in string format

1 Answers  


TNS-12616: TNS:no event signals

1 Answers  


ORA-15106: missing or invalid operating system disk locator string

1 Answers  


RMAN-06156: validation succeeded for controlfile copy

1 Answers  






ORA-22165: given index [string] must be in the range of 0 to [string]

1 Answers  


ORA-01128: cannot start online backup - file string is offline

1 Answers  


NZE-29044: Renegotiation has already been requested.

1 Answers  


SQL*Loader-00623: second enclosure string not present

1 Answers  


ORA-01345: Supplemental log data must be enabled to build into the logstream

1 Answers  


ORA-01901: ROLLBACK keyword expected

1 Answers  


ORA-01092: ORACLE instance terminated. Disconnection forced

1 Answers  


Categories