How to enable Archivelog mode in Oracle Database
Archivelog mode is very important for database backup, recovery and Dataguard Environment. Without Archivelog mode, we cannot take online backups and point-in-time recovery is not possible. Step 1: Check the current Archive log Mode SQLPLUS / AS SYSDBA Archive log list; Step 2: Shutdown the database shutdown immediate; Step 3: Start Database in Mount mode. startup mount; Step 4: Enableβ¦















