3.171 ALL_XTERNAL_TAB_SUBPARTITIONS
ALL_XTERNAL_TAB_SUBPARTITIONS describes subpartition-level information for partitioned external tables accessible to the current user.
               
Related Views
-  
                        DBA_XTERNAL_TAB_SUBPARTITIONSdescribes subpartition-level information for partitioned external tables in the database.
-  
                        USER_XTERNAL_TAB_SUBPARTITIONSdescribes subpartition-level information for partitioned external tables owned by the current user. This view does not display theTABLE_OWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the partitioned external table | 
| 
 | 
 | 
 | Name of the partitioned external table | 
| 
 | 
 | 
 | Name of the partition | 
| 
 | 
 | 
 | Name of the subpartition | 
| 
 | 
 | 
 | Owner of the default directory for the external table partition | 
| 
 | 
 | 
 | Name of the default directory for the external table partition | 
| 
 | 
 | 
 | Type of access parameters for the partition ( | 
| 
 | 
 | 
 | Access parameters for the external table partition | 
Note:
This view is available starting with Oracle Database 12c Release 2 (12.2.0.1).
See Also: