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 78Number of Views Creating an alert view 5Number of Views Database ID Mismatch being reported in the alert log for RSA Identity Governance & Lifecycle 41Number of Views Connecting to database gives error: "sslv3 alert handshake failure" 83Number of Views Disk Usage Threshold Alert 7Number of Views
Trending Articles
RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Error Unable to resolve user by login ID and/or alias, or authenticator not assigned to user when attempting to authentica… Troubleshooting RSA MFA Agent for Microsoft Windows
Don't see what you're looking for?