3.116 ALL_AVTUNE_ARCHIVE_CACHE_LEVELS

ALL_AVTUNE_ARCHIVE_CACHE_LEVELS displays the levels of the cache used by archive queries of the auto-cache enabled analytic views accessible to the current user.

Related Views

  • DBA_AVTUNE_ARCHIVE_CACHE_LEVELS displays the levels of the cache used by archive queries of all auto-cache enabled analytic views in the database.

  • USER_AVTUNE_ARCHIVE_CACHE_LEVELS displays the levels of the cache used by archive queries of the auto-cache enabled analytic views owned by the current user. This view does not display the OWNER column.

Column Datatype NULL Description

OWNER

VARCHAR2(128)

NOT NULL

Owner of the analytic view

AV_NAME

VARCHAR2(128)

NOT NULL

Name of the analytic view

DIMENSION_NAME

VARCHAR2(128)

Name of the analytic view dimension

HIERARCHY_NAME

VARCHAR2(128)

Name of the hierarchy

LEVEL_NAME

VARCHAR2(128)

Name of the level

ORDER_NUM

NUMBER

NOT NULL

Order of the levels of the cache

INST_ID

NUMBER

NOT NULL

Identifier of the instance where the query was executed

CACHE_ID

NUMBER(38)

NOT NULL

ID of the cache

Note:

This view is available starting with Oracle Database 23ai, Release Update 23.7.