InterviewSolution
Saved Bookmarks
| 1. |
What Does Database Do During The Mounting Process? |
|
Answer» While MOUNTING the DATABASE oracle reads the DATA from control file which is USED for verifying PHYSICAL database files during sanity check. Background processes are started before mounting the database only. While mounting the database oracle reads the data from control file which is used for verifying physical database files during sanity check. Background processes are started before mounting the database only. |
|