When audit policy is configured for LOGON event and LOGON fails, then audit policy's condition evaluation is bypassed
(Doc ID 2781993.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Symptoms
created below database audit policy to exclude host "server1"
CREATE AUDIT POLICY policy1 ACTIONS LOGON WHEN 'SYS_CONTEXT(''USERENV'', ''HOST'') NOT IN (''server1'')' EVALUATE PER SESSION;
After run the command "Audit policy policy1 WHENEVER NOT SUCCESSFUL", It is still auditing the failed login information from "server1" server
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |