ASM audit files
AlleTApr 12 2012 — edited Apr 12 2012Hi,
I know that connections with administrator privileges are always audited by oracle, but we are on ASM and internal connections to ASM instance fill the file system.
So I have to periodically delete these files manually.
The file content is something like this:
Audit file /oracle/app/oracle/product/11.1.0/rdbms/audit/+asm1_ora_21342_1.aud
Oracle Database 11g Release 11.1.0.7.0 - 64bit Production
With the Real Application Clusters option
ORACLE_HOME = /oracle/app/oracle/product/11.1.0
System name: Linux
Node name: xxxxxx
Release: 2.6.18-128.el5
Version: #1 SMP Wed Dec 17 11:41:38 EST 2008
Machine: x86_64
Instance name: +ASM1
Redo thread mounted by this instance: 0 <none>
Oracle process number: 26
Unix process pid: 21342, image: oracle@nocturnalley3.hogwarts.local (TNS V1-V3)
Thu Apr 12 08:47:28 2012
LENGTH : '132'
ACTION :[7] 'CONNECT'
DATABASE USER:[1] '/'
PRIVILEGE :[6] 'SYSDBA'
CLIENT USER:[6] 'oracle'
CLIENT TERMINAL:[0] ''
STATUS:[1] '0'
Is there a way to prevent these files from being generated?
Thanks