3.126 ALL_AVTUNE_ENABLED_DIMENSIONS

ALL_AVTUNE_ENABLED_DIMENSIONS displays the enabled attribute dimensions accessible to the current user.

Related Views

  • DBA_AVTUNE_ENABLED_DIMENSIONS displays all enabled attribute dimensions in the database.

  • USER_AVTUNE_ENABLED_DIMENSIONS displays the enabled attribute dimensions 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 attribute dimension

DIMENSION_NAME

VARCHAR2(128)

NOT NULL

Name of the attribute dimension

TABLE_NAME

VARCHAR2(128)

Name of the aggregation table

REFRESH_INTVL

NUMBER

Number of minutes to wait between each cache refresh

LAST_REFRESH_TIME

TIMESTAMP(6) WITH TIME ZONE

Timestamp of the last refresh

LAST_UPDATE_TIME

TIMESTAMP(6) WITH TIME ZONE

Timestamp of the last update

OBJ_PREFIX

VARCHAR2(128)

Naming prefix to be used when creating analytic view objects

EDITION

VARCHAR2(128)

NOT NULL

Name of the edition in which the attribute dimension was enabled

Note:

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