Purpose
The DBA_DIRECTORIES view displays all directories accessible to the current user.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only the MySQL mode.
Related views
ALL_DIRECTORIES
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| OWNER | VARCHAR2(128) | NO | The owner of the directory. |
| DIRECTORY_NAME | VARCHAR2(128) | NO | The name of the directory. |
| DIRECTORY_PATH | VARCHAR2(4000) | NO | The path of the directory. |
| ORIGIN_CON_ID | NUMBER(38) | NO | The ID of the tenant. |