| |
GeekInterview.com > Interview Questions > Oracle > Backup and Recovery
| Print | |
| Question: What are the steps involved in Database Startup ?
Answer: Start an instance, Mount the Database and Open the Database. |
| March 03, 2006 10:40:45 |
#6 |
| Aruna |
Member Since: Visitor Total Comments: N/A |
RE: What are the steps involved in Database Start... |
Steps are NOMOUNT STAGE - SGA is allocated
- background processes are started
- Alert log file is opened
Mount Stage - controlfiles is read
- name & location of the daatfiles, logfiles are detected
Open Stage In this way database gets opened. Hope you got clear picture. -- Aruna |
| |
Back To Question | |