Skip to main content
Close announcements banner

Activate the archive log mode in Oracle

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;

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!