To do so, connect to the Oracle database as an administrator and activate the active log mode using the following queries:
connect / as sysdba; shutdown; startup exclusive mount; alter database archivelog; alter database open;
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!