"MODULE" Name Does not Appear for Logons in Unified Audit Records
(Doc ID 2336140.1)
Last updated on MARCH 02, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Backup Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
MODULE name is shown in v$session, but module name isn't used for screening LOGON actions.
Audit policy use module name in the conditional clause as below.
CREATE AUDIT POLICY TEST
ACTIONS ALL
when 'SYS_CONTEXT(''USERENV'', ''MODULE'') not IN (''SQL*Plus'')'
EVALUATE PER SESSION;
Changes
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 |
Changes |
Cause |
Solution |
References |