5.200 DBA_MVREF_STATS_PARAMS
DBA_MVREF_STATS_PARAMS
displays the refresh statistics properties associated with each materialized view. These properties can be modified with the DBMS_MVIEW_STATS.SET_MVREF_STATS_PARAMS
procedure.
Related View
USER_MVREF_STATS_PARAMS
displays the refresh statistics properties associated with each materialized view accessible to the current user. These properties can be modified with the DBMS_MVIEW_STATS.SET_MVREF_STATS_PARAMS
procedure.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the materialized view |
|
|
|
Name of the materialized view |
|
|
|
The collection level for the materialized view |
|
|
|
The retention period for the materialize view |
See Also: