4.4 DBA_ACCHK_EVENTS_SUMMARY
DBA_ACCHK_EVENTS_SUMMARY displays summary information about events that occurred during an Application Continuity Protection Check (ACCHK) workload run.
This view describes the number of times a particular type of event occurred in a session. You can use this view in conjunction with the DBA_ACCHK_STATISTICS_SUMMARY view. Join the INST_ID and CON_ID columns in this view with the INST_ID and CON_ID columns in DBA_ACCHK_STATISTICS_SUMMARY to view Application Continuity protection statistics for a particular instance.
The ACCHK_READ role allows users with no administrative privileges to query this view.
| Column | Datatype | NULL | Description |
|---|---|---|---|
|
|
|
|
Identifier for the instance |
|
|
|
|
The ID of the container to which the data pertains. Possible values include:
|
|
|
|
|
Unique ID of the container used by the session |
|
|
|
Container ID used by the session for external recognition |
|
|
|
|
|
Service name of the session |
|
|
|
|
Indicates the
|
|
|
|
|
Indicates the
|
|
|
|
|
Indicates the
|
|
|
|
|
Name of the operating system program that generated the trace record |
|
|
|
|
Name of the module that generated the trace record |
|
|
|
|
Name of the action that generated the trace record |
|
|
|
|
SQL identifier of the SQL statement that generated the trace record |
|
|
|
|
Name of the user call that generated the trace record |
|
|
|
|
Event type. Possible values:
|
|
|
|
|
If an error occurred, this column displays the error code: |
|
|
|
|
Number of times the event occurred during the workload run |
|
|
|
Information or hint associated with the event |
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.