DBA_SR_OBJ_STATUS_ALL
provides information on the status of objects registered for synchronous refresh.
The view contains information on the status of the objects of both the current and past runs of both current and defunct groups. Therefore, this view can be used to examine the history of synchronous refresh operations. The current run of a group is the most recent run of a group; a current group is a currently valid group, which is capable of being refreshed. A group becomes defunct when it is unregistered for any reason, either explicitly by the user or implicitly as a side-effect when the user registers materialized views related to the materialized views in the group.
To see information on the status of refresh operations for the most recent runs of only the current groups, use the DBA_SR_OBJ_STATUS
view.
Related View
USER_SR_OBJ_STATUS_ALL
provides information on the status of objects registered for synchronous refresh in the database which are owned by the current user. Its columns are the same as those in DBA_SR_OBJ_STATUS_ALL
.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the synchronous refresh object |
|
|
|
Name of the synchronous refresh object |
|
|
Type of synchronous refresh object:
|
|
|
|
|
Group ID of the synchronous refresh group to which this object belongs |
|
|
Status of the synchronous refresh object:
|
|
|
|
Indicates whether the record is for the most recent refresh operation on the group:
|
|
|
|
Indicates whether the record is for a current group:
|
|
|
|
Error number of the run (if any) |
|
|
|
Error message of the run (if any) |
|
|
|
Last modification time of the synchronous refresh object |
See Also: