5.179 DBA_AUTO_CLUSTERING_CONFIG

DBA_AUTO_CLUSTERING_CONFIG displays the current configuration parameter settings for automatic clustering.

Column Datatype NULL Description

PARAMETER_NAME

VARCHAR2(128)

NOT NULL

Name of the configuration parameter

PARAMETER_VALUE

VARCHAR2(4000)

Value of the configuration parameter

LAST_UPDATED

TIMESTAMP(6) WITH TIME ZONE

Date and time at which the parameter value was last updated

UPDATED_BY

VARCHAR2(128)

User who last updated the parameter value

DESCRIPTION

VARCHAR2(73)

Brief description of the parameter

Note:

This view is available starting with Oracle Database 23ai.