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


VIEW: SYS.ALL_TYPE_VERSIONS

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

Description of each type version accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the type
TYPE_NAME VARCHAR2 (128) Yes Name of the type
VERSION# NUMBER
Yes Internal version number of the type
TYPECODE VARCHAR2 (128)
Typecode of the type
STATUS VARCHAR2 (7)
Status of the type
LINE NUMBER
Yes Line number of the type's spec
TEXT VARCHAR2 (4000)
Text of the type's spec
HASHCODE RAW (17)
Hashcode of the type
Query Text

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


SELECT OWNER
,      TYPE_NAME
,      VERSION#
,      TYPECODE
,      STATUS
,      LINE
,      TEXT
,      HASHCODE
FROM SYS.ALL_TYPE_VERSIONS;

Dependencies

[top of page]

SYS.ALL_TYPE_VERSIONS references the following:

SchemaSYS
TableOBJAUTH$
TableSOURCE$
TableTYPE$
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.ALL_TYPE_VERSIONS is referenced by following:

SchemaPUBLIC
SynonymALL_TYPE_VERSIONS