ORA-00257: Archiver error. Connect AS SYSDBA only until resolved.
sqlplus apps/apps4dev
SQL*Plus: Release 10.1.0.5.0 - Production on Thu Dec 8 04:22:00 2022
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-00257: Archiver error. Connect AS SYSDBA only until resolved.
Cause:
Achive log location is full
Fix:
connect to rman
RMAN target /
execute following command
delete noprompt force archivelog until time 'sysdate -1';
Comments
Post a Comment