3.125 ALL_AVTUNE_ENABLED_AVS
ALL_AVTUNE_ENABLED_AVS
displays the auto-cache enabled
analytic views accessible to the current user.
Related Views
-
DBA_AVTUNE_ENABLED_AVS
displays all auto-cache enabled analytic views in the database. -
USER_AVTUNE_ENABLED_AVS
displays 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 |
|
|
|
Maximum size (number of rows) of all caches as a percentage of the fact table size |
|
|
|
Number of minutes to wait between each cache refresh |
|
|
|
Timestamp of the last refresh |
|
|
|
Minimum number of queries on a level group before being considered for a cache |
|
|
|
Average number of seconds each query should take on a level group before being considered for a cache |
|
|
|
Timestamp of the last update |
|
|
|
Maximum number of caches for the analytic view |
|
|
|
Number of minutes to wait between each tuning operation |
|
|
|
Number of days, hours, minutes or seconds to wait between purging queries |
|
|
|
Maximum ratio in percentage between the size (number of rows) of the cache and the fact table |
|
|
|
Cache mode ( |
|
|
|
Number of minutes to wait between each archive operation |
|
|
|
Number of caches to create in each tuning operation |
|
|
|
Name of the callback procedure that will be called in order to create the cache |
|
|
|
Name of the package that contains the create callback procedure |
|
|
|
Name of the callback procedure that will be called when performing a refresh |
|
|
|
Name of the package that contains the refresh callback procedure |
|
|
|
Size (number of rows) of the fact table |
|
|
|
The last time the analytic view was synced with the DDL |
|
|
|
Naming prefix to be used when creating analytic view objects |
|
|
|
Name of the edition in which the analytic view was enabled |
Note:
This view is available starting with Oracle Database 23ai, Release Update 23.7.
See Also: