4.5 DBA_ACCHK_STATISTICS
DBA_ACCHK_STATISTICS displays 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 terminated 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:
|
|
|
|
|
Unique ID of the container used by the session |
|
|
|
|
Time at which the session was terminated and the statistics were reported |
|
|
|
|
ID of the session |
|
|
|
|
Serial number of the session |
|
|
|
|
Type of statistic The value of this column is always |
|
|
|
|
Service name of the session |
|
|
|
|
Indicates the
|
|
|
|
|
Indicates the
|
|
|
|
|
Indicates the
|
|
|
|
|
Name of the operating system program |
|
|
|
|
Number of begin requests received for the session |
|
|
|
|
Number of end requests received for the session |
|
|
|
|
Number of user calls received from the application within requests (between begin request and end request) |
|
|
|
|
Number of user calls protected by Application Continuity within requests (between begin request and end request) |
|
|
|
|
Time (in microseconds) spent on user calls within requests (between begin request and end request) |
|
|
|
|
Time (in microseconds) spent on user calls protected by Application Continuity within requests (between begin request and end request) |
|
|
|
Maximum number of user calls received from the application per request (between begin request and end request) |
|
|
|
|
Maximum number of user calls protected by Application Continuity received from the application per request (between begin request and end request) |
|
|
|
|
Container ID used by the session for external recognition |
Footnote 1 This column is available starting with Oracle Database 19c, Release Update 19.19.
Note:
This view is available starting with Oracle Database 19c, Release Update 19.11.
For Oracle Database 19c, Release
Update 19.11 through Release Update 19.18, this
view is not created by default. 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.
Starting with Oracle Database 19c, Release Update 19.19, this view is created by default.