AUDIT SET
- Last Updated: June 21, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Allows grouping of audit data by the client on a per-connection basis.
Syntax
|
Parameters
- EVENT_GROUP
-
Indicates that subsequent audit records written by the database engine during the current connection will be marked as part of an event group.
- APPLICATION_CONTEXT
-
Indicates that subsequent audit records written by the database engine during the current connection will be saved with application context information.
- string
-
Free-form character value which is a unique string identifier for the group/application context event.
- NULL
-
Clears an event group or application context string.
- string
-
Free-form character value which provides additional application detail that describes the group/application context.
- NULL
-
Clears an event group or application context string.
Note
AUDIT
SET always returns a success status. This prevents users
from determining whether or not they have audit privileges.
Examples
Setting an application context
In this example, an application context is set:
|
Clearing an application context
In this example, the application context is cleared:
|