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
Error Message
archive log mode must be enabled to build into the logstream
Database does not have archivelog mode enabled.
Mount the database, then issue commands to enable archivelog mode. startup pfile=init.ora mount alter database archivelog alter database open