⟩ How to apply archive log file in Oracle?
Archive Log need to apply when you need to recover database.
SQL> startup mount
SQL> alter database recover
<<-- Here database instance shall prompt you for required archive log file, you may perform Manual or AUTO recovery-->>