5.379 DBA_SR_GRP_STATUS
DBA_SR_GRP_STATUS
provides information on the current refresh operations for the current synchronous refresh groups in the database. It has the same columns as the DBA_SR_GRP_STATUS_ALL
view.
Refresh operations are controlled using the DBMS_SYNC_REFRESH
package.
Related View
USER_SR_GRP_STATUS
provides information on 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_GRP_STATUS
.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the refresh operation, which is the user who launched the operation |
|
|
|
Group ID of the synchronous refresh group |
|
|
|
The phase of the refresh operation performed:
|
|
|
|
The status of the refresh operation:
|
|
|
|
The number of tables in the synchronous refresh group |
|
|
|
The number of materialized views in the synchronous refresh group |
|
|
|
Indicates the refresh status of base tables in the synchronous refresh group. The possible values are:
|
|
|
|
The number of materialized views which have completed refresh in the synchronous refresh group |
|
|
|
The number of materialized views which have aborted refresh in the synchronous refresh group |
|
|
|
Error number of the run (if any) |
|
|
|
Error message of the run (if any) |
|
|
|
Time that the |
|
|
|
Time that the |
|
|
|
Time that the |
|
|
|
Time that the |
See Also:
-
Oracle Database PL/SQL Packages and Types Reference for more information about the
DBMS_SYNC_REFRESH
package