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


VIEW: SYS.V_$TIMEZONE_NAMES

Object Details
Object Name: V_$TIMEZONE_NAMES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

[View Source]

Columns
Name Datatype Length Mandatory Comments
TZNAME VARCHAR2 (64)
TZABBREV VARCHAR2 (64)
CON_ID NUMBER

Query Text

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


SELECT TZNAME
,      TZABBREV
,      CON_ID
FROM SYS.V_$TIMEZONE_NAMES;

Dependencies

[top of page]

SYS.V_$TIMEZONE_NAMES references the following:

SYS.V_$TIMEZONE_NAMES is referenced by following:

SchemaPUBLIC
SynonymV$TIMEZONE_NAMES