3.142 ALL_EXTERNAL_TABLES
ALL_EXTERNAL_TABLES
describes the external tables accessible to the current user.
Related Views
-
DBA_EXTERNAL_TABLES
describes all external tables in the database. -
USER_EXTERNAL_TABLES
describes the external tables owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the external table |
|
|
|
Name of the 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:
|
|
|
|
Indicates whether the In-Memory Column Store (IM column store) is enabled ( |
|
|
|
Indicates the compression level for the IM column store:
This column has a value based on where the segments lie for a table. For example, if the table is partitioned and is enabled for the IM column store, the value is |
See Also: