How to resize the Oracle database alert.log for RSA Identity Governance & Lifecycle
Originally Published: 2018-09-12
Article Number
Applies To
RSA Product/Service Type: Appliance
Issue
Tasks
Resolution
You can do this associated with an Oracle restart, or while the database is running.
- In either case, rename the file:
mv /u01/app/oracle/diag/rdbms/avdb/AVDB/trace/alert_AVDB.log /u01/app/oracle/diag/rdbms/avdb/AVDB/trace/alert_AVDB_<date>.log
- Upon Oracle startup, a new file named alert_AVDB.log will be created in the same location.
- If you rename the file while the database is running, and do not want to wait until the database writes to it to ensure everything is ok, you can issue the following command which forces a write to the alert log and will recreate the file at this time:
sqlplus / as sysdba SQL> alter system switch logfile SQL> exit
All operations described here require access to the Linux oracle account.
- After running the alter command you will have these files:
oracle@acm-702:/u01/app/oracle/diag/rdbms/avdb/AVDB/trace> ls -ltr *.log -rw-r----- 1 oracle oinstall 1737472 Sep 10 20:39 alert_AVDB_9-10-2018.log -rw-r----- 1 oracle oinstall 3090 Sep 10 20:41 alert_AVDB.log
- If you used the switch logfile method on the running database, your new alert log will show this entry:
oracle@acm-702:/u01/app/oracle/diag/rdbms/avdb/AVDB/trace> cat alert_AVDB.log Mon Sep 10 20:41:31 2018 Thread 1 advanced to log sequence 559 (LGWR switch) Current log# 1 seq# 559 mem# 0: /u01/app/oracle/oradata/AVDB/redo01.log
- From this point the database will write to the new alert log.
Notes
Related Articles
SSL write error error:14095412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad certificate 77Number of Views Database ID Mismatch being reported in the alert log for RSA Identity Governance & Lifecycle 41Number of Views Creating an alert view 3Number of Views Connecting to database gives error: "sslv3 alert handshake failure" 83Number of Views Disk Usage Threshold Alert 6Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?