ORA-00257:archiver error

In SQL*Plus, can you

SQL> show parameter log_archive
  • If LOG_ARCHIVE_START is FALSE, you'll want to set it to TRUE.
  • If LOG_ARCHIVE_DEST points to an invalid directory, you'll want to change it to point to a valid directory.

ORA-00257:archiver error is occured when your archivelog reached the FRA limit. So you have to clear the archivelogs or you may increase the FRA limit.

To clear the archivelogs, connect to the command prompt and follow steps below:

rman target /
RMAN> delete archivelog all;

It will ask for confirmation and you have to give 'yes'.


please note that you can only access SQL*PLUS if you login as sqlplus / as sysdba

Plus, I think the problem here is space quota for archiving reaching its max limit.

So its best to clear the logs after making backup on a flash or something