5.382 DBA_SR_OBJ_ALL
DBA_SR_OBJ_ALL
provides information on the objects registered for synchronous refresh for current and defunct groups.
To see information on the objects registered for synchronous refresh for only the current groups, use the DBA_SR_OBJ
view.
Related View
USER_SR_OBJ_ALL
provides information on the objects registered for synchronous refresh for current and defunct groups for the current user. Its columns are the same as those in DBA_SR_OBJ_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 |
|
|
|
Indicates whether the record is for a current group:
|
|
|
|
Name of the staging log for tables. This column has a value of NULL for materialized views. |
See Also: