On the Oracle10g Database Server, a large number of files with the aud extension are generated under the $ ORACLE_HOMErdbmsaudit directory. View the log file content, recorded
On the Oracle 10 Gb database server, a large number of files with the aud extension are generated under the $ ORACLE_HOME/rdbms/audit directory. View the log file content, recorded
On the Oracle 10 Gb database server, a large number of files with the aud extension are generated under the $ ORACLE_HOME/rdbms/audit directory.
Check the log file and record all operations performed by sysdba to access the database instance ASM.
This is because:
Access the oracle asm instance as sysdba. Whether you enable or disable audit, the system will record the access log in the $ ORACLE_HOME/rdbms/audit Directory and generate the *. aud file.
Only one crontab can be used to automatically clear these files.
10 *** find/u01/app/oracle/product/10.2.0/db/rdbms/audit/-name "* aud"-exec rm-rf {}\;
Set to clean up every hour.
But then I found a new problem. After cleaning, the log file grew at an astonishing speed. Several files were generated every second, with each file size of 714 bytes. So many files will seriously affect system IO.
The connection to the ASM instance cannot be determined.