Skip Headers
Oracle® Database Reference
10g Release 2 (10.2)

Part Number B14237-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

ALL_TYPE_VERSIONS

ALL_TYPE_VERSIONS describes the versions of the object types accessible to the current user.

Related Views

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the type
TYPE_NAME VARCHAR2(30) NOT NULL Name of the type
VERSION# NUMBER NOT NULL Internal version number of the type
TYPECODE VARCHAR2(30)   Typecode of the type
STATUS VARCHAR2(7)   Status of the type:
  • N/A

  • VALID

  • INVALID

LINE NUMBER NOT NULL Line number of the type's spec
TEXT VARCHAR2(4000)   Text of the type's spec
HASHCODE RAW(17)   Hashcode of the type