DBA_SR_OBJ_STATUS
provides information on the status of objects registered for synchronous refresh for the current refresh operations for the current synchronous refresh groups in the database.
To see information on the status of objects registered for synchronous refresh, use the DBA_SR_OBJ_STATUS_ALL view.
Related View
USER_SR_OBJ_STATUS
provides information on the status of objects registered for synchronous refresh for the current refresh operations for the current synchronous refresh groups in the database which are owned by the current user. Its columns are the same as those in DBA_SR_OBJ_STATUS
.
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:
|
|
|
|
Error number of the run (if any) |
|
|
|
Error message of the run (if any) |
|
|
|
Last modification time of the synchronous refresh object |
See Also: