2.230 ALL_NESTED_TABLES
ALL_NESTED_TABLES
describes the nested tables in tables accessible to the current user.
Related Views
-
DBA_NESTED_TABLES
describes all nested tables in the database. -
USER_NESTED_TABLES
describes nested tables owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the nested table |
|
|
|
Name of the nested table |
|
|
|
Owner of the type of which the nested table was created |
|
|
|
Name of the type of the nested table |
|
|
|
Name of the parent table containing the nested table |
|
|
|
Column name of the parent table that corresponds to the nested table |
|
|
|
Indicates whether storage for the nested table is |
|
|
|
Return type of the varray column ( |
|
|
|
Indicates whether the nested table element is substitutable ( |
See Also: