Concepts and Architecture Question:

How to apply archive log file in Oracle?

Tweet Share WhatsApp

Answer:

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-->>

Download Oracle Architecture and Concepts PDF Read All 82 Oracle Architecture and Concepts Questions
Previous QuestionNext Question
What is the use of archive log file?How does archive log file helps to make backup consistent?