ALL_PLSQL_TYPE_ATTRS
describes the attributes of PL/SQL types accessible to the user.
Related Views
DBA_PLSQL_TYPE_ATTRS
describes the attributes of all PL/SQL types in the database.
USER_PLSQL_TYPE_ATTRS
describes the attributes of the user's own PL/SQL types. This view does not display the OWNER
or CHAR_USED
columns.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
Owner of the type |
|
|
|
Name of the type |
|
|
|
Name of the package containing the type |
|
|
|
Name of the attribute |
|
|
|
Type modifier of the attribute |
|
|
|
Owner of the type of the attribute |
|
|
|
Name of the type of the attribute |
|
|
|
Name of the package containing the attribute type |
|
|
|
Length of the |
|
|
|
Decimal precision of the |
|
|
|
Scale of the |
|
|
|
Character set name of the attribute |
|
|
|
Syntactical order number or position of the attribute as specified in the type specification or |
|
|
|
|
See Also: