| ERROR | 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 |