DBA_DIRECTORIES v12

The DBA_DIRECTORIES view provides information about all directories created with the CREATE DIRECTORY command.

NameTypeDescription
ownerCHARACTER VARYING(30)User name of the directory’s owner.
directory_nameCHARACTER VARYING(30)The alias name assigned to the directory.
directory_pathCHARACTER VARYING(4000)The path to the directory.