4.119 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 |
|
|
|
Time at which the parameter value was last modified |
|
|
|
User who last modified the parameter value |
Note:
This view is available starting with Oracle Database release 19c, version 19.1.
See Also:
Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_AUTO_INDEX.CONFIGURE
procedure