Back to Knowledgebase
SYSTEM

OsBC_SYS_400 053_EnableArchiveLog

http://www.solubeton.com/wp-content/uploads/2012/03/icone_probleme.pngSolution: Enable Archive Log

How to Enable Archive Log

Solution: http://us.123rf.com/450wm/chudtsankov/chudtsankov1308/chudtsankov130800056/21311656-ampoule-personnage-mascotte-de-dessin-anim-donnant-un-pouce.jpg?ver=6

At the end of the installation, the system prompts us to restart the server; we click OK.
After restarting the server, the Oracle archive log must be activated as follows:

Commands:

sqlplus sys/pwdOracle@opera as sysdba

shutdown immediate;

Startup mount;

Alter database archivelog ;

Alter database open;

Archive log list;

Related Info