Oracle Solution for Error ora-29289

Solution for Oracle Error ORA-29289

ORA-29289: directory access denied

What triggered the Error:

directory object was specified for which no access is granted.

What should we do to fix it:

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