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


VIEW: SYS.USER_EXTERNAL_LOCATIONS

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

Description of the user's external tables locations

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_NAME VARCHAR2 (128) Yes Name of the corresponding external table
LOCATION VARCHAR2 (4000)
External table location clause
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 TABLE_NAME
,      LOCATION
,      DIRECTORY_OWNER
,      DIRECTORY_NAME
FROM SYS.USER_EXTERNAL_LOCATIONS;

Dependencies

[top of page]

SYS.USER_EXTERNAL_LOCATIONS references the following:

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

SchemaPUBLIC
SynonymUSER_EXTERNAL_LOCATIONS