3.169 ALL_XTERNAL_PART_TABLES
ALL_XTERNAL_PART_TABLES describes object-level information for partitioned external tables accessible to the current user.
               
Related Views
-  
                        DBA_XTERNAL_PART_TABLESdescribes object-level information for partitioned external tables in the database
-  
                        USER_XTERNAL_PART_TABLESdescribes object-level information for partitioned external tables owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the partitioned external table | 
| 
 | 
 | 
 | Name of the partitioned external table | 
| 
 | 
 | 
 | Owner of the implementation type for the external table access driver | 
| 
 | 
 | 
 | Name of the implementation type for the external table access driver | 
| 
 | 
 | 
 | Owner of the default directory for the external table | 
| 
 | 
 | 
 | Name of the default directory for the external table | 
| 
 | 
 | 
 | Reject limit for the external table, or  | 
| 
 | 
 | 
 | Type of access parameters for the external table ( | 
| 
 | 
 | 
 | Access parameters for the external table | 
| 
 | 
 | 
 | Property of the external table ( | 
Note:
This view is available starting with Oracle Database 12c Release 2 (12.2.0.1).
See Also: