Database Error Messages

ORA-65254

invalid path specified for the directory

Cause

An absolute path was used in the CREATE DIRECTORY statement. Since the PDB has set the PATH_PREFIX property, only relative path is allowed for directories.


Action

Specify a relative path and reissue the statement.