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


VIEW: SYS.DBA_EXTERNAL_LOCATIONS

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

Description of the external tables locations accessible to the DBA

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the external table location
TABLE_NAME VARCHAR2 (128) Yes Name of the corresponding external table
LOCATION VARCHAR2 (4000)
External table location
DIRECTORY_OWNER CHAR (3)
Owner of the directory containing the external table location
DIRECTORY_NAME VARCHAR2 (128)
Name of the directory containing the location
Query Text

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


SELECT OWNER
,      TABLE_NAME
,      LOCATION
,      DIRECTORY_OWNER
,      DIRECTORY_NAME
FROM SYS.DBA_EXTERNAL_LOCATIONS;

Dependencies

[top of page]

SYS.DBA_EXTERNAL_LOCATIONS references the following:

SchemaSYS
TableEXTERNAL_LOCATION$
TableEXTERNAL_TAB$
TableOBJ$
TableUSER$
SYS.DBA_EXTERNAL_LOCATIONS is referenced by following:

SchemaPUBLIC
SynonymDBA_EXTERNAL_LOCATIONS