3.117 ALL_AVTUNE_ARCHIVE_QUERIES
ALL_AVTUNE_ARCHIVE_QUERIES
displays the query history used
for auto tuning the auto-cache enabled analytic views accessible to the current
user.
Related Views
-
DBA_AVTUNE_ARCHIVE_QUERIES
displays the query history used for auto tuning all auto-cache enabled analytic views in the database. -
USER_AVTUNE_ARCHIVE_QUERIES
displays the query history used for auto tuning the auto-cache enabled analytic views owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the analytic view |
|
|
|
Name of the analytic view |
|
|
|
Amount of time (in seconds) that was taken for the query |
|
|
|
Timestamp of the query |
|
|
|
SQL identifier for the query object |
|
|
|
Identifier of the instance where the query was executed |
|
|
|
If a cache was used, the ID of the cache. Otherwise, null. |
|
|
|
Average hard parse time used (in seconds) |
|
|
|
Number of executions of the query |
Note:
This view is available starting with Oracle Database 23ai, Release Update 23.7.
See Also: