DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_DIRECTORIES

Object Details
Object Name: DBA_DIRECTORIES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Description of all directories

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the directory (always SYS)
DIRECTORY_NAME VARCHAR2 (128) Yes Name of the directory
DIRECTORY_PATH VARCHAR2 (4000)
Operating system pathname for the directory
ORIGIN_CON_ID NUMBER

ID of Container where row originates
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      DIRECTORY_NAME
,      DIRECTORY_PATH
,      ORIGIN_CON_ID
FROM SYS.DBA_DIRECTORIES;

Dependencies

[top of page]

SYS.DBA_DIRECTORIES references the following:

SchemaSYS
ViewINT$DBA_DIRECTORIES
SYS.DBA_DIRECTORIES is referenced by following:

SchemaPUBLIC
SynonymDBA_DIRECTORIES
SchemaSYS
ViewDBA_HIVE_COLUMNS
ViewDBA_HIVE_DATABASES
ViewDBA_HIVE_TABLES
Package BodyDBMS_DATAPUMP_UTL - show dependent code
Package BodyDBMS_HADOOP_INTERNAL - show dependent code
Package BodyDBMS_ISCHED - show dependent code
Package BodyDBMS_QOPATCH - show dependent code
Package BodyDBMS_STREAMS_MC - show dependent code
Package BodyDBMS_STREAMS_TBS_INT - show dependent code
Package BodyDBMS_SWRF_INTERNAL - show dependent code
Package BodyDBMS_WRR_INTERNAL - show dependent code
Package BodyPRVT_ADVISOR - show dependent code