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


VIEW: SYS.DBA_TYPE_VERSIONS

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

Description of each type version in the database

[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.DBA_TYPE_VERSIONS;

Dependencies

[top of page]

SYS.DBA_TYPE_VERSIONS references the following:

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

SchemaPUBLIC
SynonymDBA_TYPE_VERSIONS