All Products
Search
Document Center

PolarDB:DBA_DIRECTORIES

Last Updated:Mar 28, 2026

DBA_DIRECTORIES lists all directories created with the CREATE DIRECTORY command, including the owner, alias, and file system path for each directory object.

Columns

ColumnTypeDescription
ownerCHARACTER VARYING(30)The username of the owner to which a directory belongs.
directory_nameCHARACTER VARYING(30)The alias assigned to the directory.
directory_pathCHARACTER VARYING(4000)The file system path of the directory.