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


VIEW: SYS.USER_TYPE_VERSIONS

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

Description of each version of the user's types

[View Source]

Columns
Name Datatype Length Mandatory Comments
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 TYPE_NAME
,      VERSION#
,      TYPECODE
,      STATUS
,      LINE
,      TEXT
,      HASHCODE
FROM SYS.USER_TYPE_VERSIONS;

Dependencies

[top of page]

SYS.USER_TYPE_VERSIONS references the following:

SchemaSYS
TableSOURCE$
TableTYPE$
View_CURRENT_EDITION_OBJ
SYS.USER_TYPE_VERSIONS is referenced by following:

SchemaPUBLIC
SynonymUSER_TYPE_VERSIONS