3.130 ALL_AVTUNE_PENDING_REMOVAL_TABLES

ALL_AVTUNE_PENDING_REMOVAL_TABLES displays aggregation tables and star cache tables, that are pending removal, for auto-cache enabled analytic views accessible to the current user.

Related Views

  • DBA_AVTUNE_PENDING_REMOVAL_TABLES displays aggregation tables and star cache tables, that are pending removal, for all auto-cache enabled analytic views in the database.

  • USER_AVTUNE_PENDING_REMOVAL_TABLES displays aggregation tables and star cache tables, that are pending removal, for 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_OWNER

VARCHAR2(128)

Owner of the attribute dimension

DIMENSION_NAME

VARCHAR2(128)

Name of the attribute dimension

TABLE_NAME

VARCHAR2(128)

NOT NULL

Aggregation table or star cache table name

PENDING_ENTRY_TIME

TIMESTAMP(6) WITH TIME ZONE

NOT NULL

Time at which the table was designated as pending to be removed

Note:

This view is available starting with Oracle AI Database 26ai, Release Update 23.26.3.