3.291 ALL_NESTED_TABLES
ALL_NESTED_TABLES describes the nested tables in tables accessible to the current user.
               
Related Views
- 
                        DBA_NESTED_TABLESdescribes all nested tables in the database.
- 
                        USER_NESTED_TABLESdescribes nested tables owned by the current user. This view does not display theOWNERcolumn.
| 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: