3.120 ALL_AVTUNE_ARCHIVES

ALL_AVTUNE_ARCHIVES displays information about archives of the auto-cache enabled analytic views accessible to the current user.

Related Views

  • DBA_AVTUNE_ARCHIVES displays information about archives of all auto-cache enabled analytic views in the database.

  • USER_AVTUNE_ARCHIVES displays information about archives 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

LAST_ARCHIVE_TIME

TIMESTAMP(6) WITH TIME ZONE

Timestamp of the last archive

INST_ID

NUMBER

NOT NULL

Identifier of the instance where the archive was executed

Note:

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