InterviewSolution
Saved Bookmarks
| 1. |
Give The Stages Of Instance Startup To A Usable State Where Normal Users May Access It? |
|
Answer» STARTUP NOMOUNT – Instance startup. Control File is read here. STARTUP MOUNT – The database is MOUNTED. Datafiles are read for the status and CHECKED with control file. STARTUP OPEN – The database is OPENED. Normal users can access. STARTUP NOMOUNT – Instance startup. Control File is read here. STARTUP MOUNT – The database is mounted. Datafiles are read for the status and checked with control file. STARTUP OPEN – The database is opened. Normal users can access. |
|