GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  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, 2007 01:45:39 #9
 Mohammed Abdul Afroze   Member Since: Visitor    Total Comments: N/A 

RE: What are the steps involved in Database Start...
 
Answer:


Steps for Database Startup.

(a) Startup Nomount : In Nomount Stage the SGA and Background process gets started.And it will check the database name.

(b)Mount : In Mount stage the Controlfiles,Datafiles and Redolog File will be read at mount stage.

(c)Open : After successfully mount,we can open the Database.
     

 

Back To Question