Oracle Error ORA-01325: archive log mode must be enabled to build into the logstream

Oracle Error Message

ORA-01325: archive log mode must be enabled to build into the logstream

Reason for the Error

Database does not have archivelog mode enabled.

Solution

Mount the database, then issue commands to enable archivelog mode. startup pfile=init.ora mount alter database archivelog alter database open