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

Parameter Type Description
owner CHARACTER VARYING(30) The username of the owner to which a directory belongs.
directory_name CHARACTER VARYING(30) The alias name assigned to the directory.
directory_path CHARACTER VARYING(4000) The path to the directory.