4.3 DBA_ACCHK_EVENTS
DBA_ACCHK_EVENTS
displays information about events that occurred during an Application Continuity Protection Check (ACCHK) workload run.
Each row in this view represents one trace record for an event. You can use this view in conjunction with the DBA_ACCHK_STATISTICS
view. Join the SESSION_ID
and SERIAL#
columns in this view with the SESSION_ID
and SERIAL#
columns in DBA_ACCHK_STATISTICS
to view Application Continuity protection statistics for a particular session.
The ACCHK_READ
role allows users with no administrative privileges to query this view.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Identifier for the instance in which the trace record was generated |
|
|
|
The ID of the container to which the data pertains. Possible values include:
|
|
|
|
Time at which the event occurred |
|
|
|
ID of the session that generated the trace record |
|
|
|
Serial number of the session that generated the trace record |
|
|
|
Service name of the session that generated the trace record |
|
|
|
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: |
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.
See Also: