2.87 ALL_COLL_TYPES
ALL_COLL_TYPES
describes all named collection types (varrays and nested tables) accessible to the current user.
Related Views
-
DBA_COLL_TYPES
describes all named collection types in the database. -
USER_COLL_TYPES
describes all named collection types owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the collection |
|
|
|
Name of the collection |
|
|
|
Description of the collection, such as |
|
|
|
For varrays only, maximum size |
|
|
|
Type modifier of the element |
|
|
|
Owner of the type upon which the collection is based. This value is useful primarily for a user-defined type. |
|
|
|
Name of the data type or user-defined type upon which the collection is based |
|
|
|
Length of |
|
|
|
Decimal precision of |
|
|
|
Scale of |
|
|
|
Name of the character set ( |
|
|
|
Obsolete column |
|
|
|
Obsolete column |
|
|
|
Indicates whether the attribute uses |
See Also: