4.6 DBA_ACCHK_STATISTICS_SUMMARY
DBA_ACCHK_STATISTICS_SUMMARY
displays a summary of Application Continuity protection statistics for each session that executed during an Application Continuity Protection Check (ACCHK) workload run.
ACCHK should be used on a running workload. Sessions that are aborted are not included in this view.
The ACCHK_READ
role allows users with no administrative privileges to query this view.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Identifier for the instance for the session |
|
|
|
The ID of the container to which the data pertains. Possible values include:
|
|
|
|
Service name of the session |
|
|
|
Indicates the
|
|
|
|
Indicates the
|
|
|
|
Indicates the
|
|
|
|
Number of requests received for this session |
|
|
|
Percentage of user calls within requests protected by Application Continuity for failover |
|
|
|
Percentage of time spent within requests protected by Application Continuity for failover |
|
|
|
Average number of user calls received from the application within requests (between begin request and end request) |
|
|
|
Average number of user calls protected by Application Continuity within requests (between begin request and end request) |
|
|
|
Average time in microseconds spent in user calls within requests (between begin request and end request) |
|
|
|
Average time in microseconds for user calls protected by Application Continuity within requests (between begin request and end request) |
Note:
This view is available starting with Oracle Database release 19c, version 19.11. However, it is not created by default in Oracle Database release 19c. To create this view, you must run the DBMS_APP_CONT_ADMIN.ACCHK_VIEWS( )
procedure. See Oracle Database PL/SQL Packages and Types Reference for more information.