Today I faced this issue. The users were unable to login to Oracle Apps. When I checked the system the archive logs SAN volume was full. The database was not able to write the online logs to destination path. I tried to connect to database using SQL Plus and it gave me the following error:
ORA-00257: archiver error. Connect internal only, until freed
I took the following steps to resolve the issue.
ORA-00257: archiver error. Connect internal only, until freed
I took the following steps to resolve the issue.
- Tried to delete old archive logs using RMAN but rman was also not able to connect
- Then I deleted the old logs using OS command and freed some space.
- Switch the log as
- Check the current status of archive logs as
- Then finally I bounced the Apps and DB services.