5.136 DBA_AUTO_MV_CONFIG
DBA_AUTO_MV_CONFIG
displays configuration parameters associated with automatic materialized views and automatic zone maps.
The configuration parameters displayed in this view can be updated with CONFIGURE
procedure of the DBMS_AUTO_MV
package.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the configuration parameter |
|
|
|
Value of the configuration parameter |
|
|
|
Date and time of the last parameter value update |
|
|
|
User who last updated the parameter value |
|
|
|
Description of the configuration parameter |
Note:
This view is available starting with Oracle Database 21c.
See Also:
Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_AUTO_MV.CONFIGURE
procedure