3.214 ALL_EXTERNAL_TAB_CACHES
ALL_EXTERNAL_TAB_CACHES
describes the external table caches
accessible to the current user.
Related Views
-
DBA_EXTERNAL_TAB_CACHES
describes all external table caches in the database. -
USER_EXTERNAL_TAB_CACHES
describes the external table caches owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the external table cache |
|
|
|
Name of the external table cache |
|
|
|
Name of the external table on which the cache is based |
|
|
|
Indicates whether the external table has been cached ( |
|
|
|
Indicates whether the cached content is stale ( |
|
|
|
Indicates whether the cached content is disabled
( |
|
|
|
External table partition type |
|
|
|
Maximum size of the external table cache (in bytes) |
|
|
|
Current size of the external table cache (in bytes) |
|
|
|
Last refresh time of the external table cache |
|
|
|
Reserved for future use |
Note:
This view is available starting with Oracle Database 23ai, Release Update 23.9.
See Also: