3.213 ALL_EXTERNAL_TAB_CACHE_LOCATIONS
ALL_EXTERNAL_TAB_CACHE_LOCATIONS
describes the files in
cloud storage that are accessible to the current user and belong to cached external
tables.
Related Views
-
DBA_EXTERNAL_TAB_CACHE_LOCATIONS
describes all files in cloud storage that belong to cached external tables. -
USER_EXTERNAL_TAB_CACHE_LOCATIONS
describes the files in cloud storage that are owned by the current user and belong to cached external tables. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the file |
|
|
|
Name of the external table cache to which the file belongs |
|
|
|
Name of the external table on which the cache is based |
|
|
|
Cloud storage path of the file |
|
|
|
Name of the file |
|
|
|
Indicates whether the file has been cached ( |
|
|
|
Indicates whether the cached content is stale ( |
|
|
|
Amount of tablespace consumed by the file (in bytes) |
|
|
|
Size of the file (in bytes) |
|
|
|
Number of times the file is used in queries |
|
|
|
ETAG of the file |
|
|
|
Time at which the file was last modified |
|
|
|
Last refresh time of the external table cache |
|
|
|
Last access time of the file or external table cache |
Note:
This view is available starting with Oracle Database 23ai, Release Update 23.9.