| Error | ORA-01325 |
Description | 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 |