understanding oracle operating system audit files
We have a large mission critical 11.1.0.7 database running on AIX. Database auditing parameters are left at default values:
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
audit_file_dest string <our_path>
audit_sys_operations boolean FALSE
audit_syslog_level string
audit_trail string DB
My boss noticed a lot of files in the audit destination for SYSDBA connections (default behavior in 11g). Seeing these files raised a concern for him; and he asked me to investigate and see who/what is connecting to the database as SYSDBA. I suspect that the connections are benign; but I am having a hard time proving this due to limited information provided on them in the documentation. Anybody out there have experience interpreting/mining these files for information?