Saturday 14 January 2012

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