Oracle DBA, How To, Error, Cause and Action

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

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


Cause:


Database does not have archivelog mode enabled.



Action:


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

No comments:

Post a Comment

Thanks for your comment.