ALL_PLSQL_TYPES
describes the PL/SQL types accessible to the user.
Related Views
DBA_PLSQL_TYPES
describes all the PL/SQL types in the database.
USER_PLSQL_TYPES
describes the user's own PL/SQL types. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the type |
|
|
Name of the type |
|
|
|
|
Name of the package containing the type |
|
|
|
Object identifier (OID) of the type |
|
|
Typecode of the type |
|
|
|
Number of attributes in the type |
|
|
|
Indicates whether the type contains PL/SQL-specific data types ( |
See Also: