5.190 DBA_AUTO_INDEX_CONFIG
DBA_AUTO_INDEX_CONFIG displays the current configuration parameter settings for automatic indexing.
You can set automatic indexing configuration parameters by using the DBMS_AUTO_INDEX.CONFIGURE procedure.
| Column | Datatype | NULL | Description |
|---|---|---|---|
|
|
|
|
Name of the configuration parameter |
|
|
|
|
Value of the configuration parameter |
|
|
|
Value of the configuration parameter, in CLOB format |
|
|
|
|
|
Time at which the parameter value was last modified |
|
|
|
|
User who last modified the parameter value |
Footnote 1 This column is available starting with Oracle AI Database 26ai, Release Update 23.7.
See Also:
Oracle AI Database PL/SQL
Packages and Types Reference for more information about the DBMS_AUTO_INDEX.CONFIGURE procedure