Note
For V2.2.30, this parameter is available starting with V2.2.30.
Description
audit_sys_operations specifies whether to audit the operations of system users.
Privilege requirements
Query the parameter
sysand all user tenants can use theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview to query this parameter.Modify the parameter
sysand user tenants can modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Parameter type | Bool |
| Default value | False |
| Value range |
|
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately. |
Examples
Disable the audit of system user operations.
obclient> ALTER SYSTEM SET audit_sys_operations =False;