3.123 ALL_AVTUNE_CALLBACK_ARGS

ALL_AVTUNE_CALLBACK_ARGS displays user-provided callback arguments for the auto-cache enabled analytic views accessible to the current user.

Related Views

  • DBA_AVTUNE_CALLBACK_ARGS displays user-provided callback arguments for all auto-cache enabled analytic views in the database.

  • USER_AVTUNE_CALLBACK_ARGS displays user-provided callback arguments for 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

ARG_INDEX

NUMBER

NOT NULL

Argument index

ARG_VALUE

CLOB

Argument value

CALLBACK_TYPE

VARCHAR2(7)

NOT NULL

Callback type (CREATE or REFRESH)

Note:

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