DBA_DIRECTORIES lists all directories created with the CREATE DIRECTORY command, including the owner, alias, and file system path for each directory object.
Columns
| Column | Type | Description |
|---|---|---|
owner | CHARACTER VARYING(30) | The username of the owner to which a directory belongs. |
directory_name | CHARACTER VARYING(30) | The alias assigned to the directory. |
directory_path | CHARACTER VARYING(4000) | The file system path of the directory. |