Oracle Error ORA-29289: directory access denied

Oracle Error Message

ORA-29289: directory access denied

Reason for the Error

A directory object was specified for which no access is granted.

Solution

Grant access to the directory object using the command GRANT READ ON DIRECTORY [object] TO [username];.