ALL_TYPE_VERSIONS
describes the versions of the object types accessible to the current user.
Related Views
DBA_TYPE_VERSIONS
describes the versions of all object types in the database.
USER_TYPE_VERSIONS
describes the versions of the object types owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the type |
|
|
|
Name of the type |
|
|
|
Internal version number of the type |
|
|
Typecode of the type |
|
|
|
Status of the type:
|
|
|
|
|
Line number of the type's spec |
|
|
Text of the type's spec |
|
|
|
Hashcode of the type |
See Also: