Extra Audit Folders Getting Created at audit destination During DB Creation/restart
(Doc ID 2675282.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Goal
Extra Folders are getting created at audit destination.
For example:
Node 1 (instance : TEST1)
audit_file_dest = "/u01/app/oracle/audit/TEST1
$ ls -ld TEST*
drwxr-xr-x 2 orastg oinstall 4096 Apr 16 10:59 TEST1
drwx------ 2 orastg oinstall 6 Apr 16 10:58 TEST2 <<<<<< This directory has been created
Node 2 (instance : TEST2)
audit_file_dest = "/u01/app/oracle/audit/TEST2
$ ls -ld TEST*
drwx------ 2 orastg oinstall 6 Apr 16 10:54 TEST1 <<<<<< This directory has been created
drwxr-xr-x 2 orastg oinstall 4096 Apr 16 11:00 TEST2
When we deleting this extra folder, it automatically recreate at db restart.
We do not want extra folders in our audit location.Please suggest how to control this.
Solution
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
Goal |
Solution |
References |