GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle  >  Backup and Recovery
Next Question 
 Backup and Recovery  |  Question 1 of 42    Print  
What are the steps involved in Database Startup ?
Start an instance, Mount the Database and Open the Database.



  
Total Answers and Comments: 12 Last Update: October 01, 2008   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: Aruna
 

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

  • files are opened

In this way database gets opened. Hope you got clear picture. -- Aruna



Above answer was rated as good by the following members:
rnraomaddula, chetan.ind
  Sorting Options  
  Page 1 of 2   « First    1    2    >     Last »  
September 19, 2005 17:00:49   #1  
Vijay Raj Jaiswal        

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

Three steps are involved

  1. Start an instance.
  2. Mount the database.
  3. Open the database

 
Is this answer useful? Yes | No
October 13, 2005 14:28:20   #2  
sandeep vig        

RE: What are the steps involved in Database Start...
connect as sys dba and after that give command startup open if u dont want to do any maintenance for the database.otherwise give starup nomount and then alter database mount and finally alter database open
 
Is this answer useful? Yes | No
October 14, 2005 09:34:38   #3  
lavanya        

RE: What are the steps involved in Database Start...
start instance mount the database and open the Database.
 
Is this answer useful? Yes | No
December 04, 2005 12:20:58   #4  
simplegal Member Since: December 2005   Contribution: 3    

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

1. Log in as oracle (or any user in group dba)

2. Set your ORACLE_SID to the instance you want to start. Verify that your ORACLE_HOME is set to the correct database version

3. Start SQL*Plus and connect as sysdba

4. Start the database.

During database startup you can specify the state it will open to. The default is open(startup) but you can specify STARTUP NOMOUNT or STARTUP MOUNT depending on which task to perform.


 
Is this answer useful? Yes | No
January 05, 2006 16:00:00   #5  
Sumer Member Since: January 2006   Contribution: 4    

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

c:/>SQLPLUS / AS SYSDBA

connect to an ideal instance

now we can start the database with any of the stage as the requirement.

SQL>STARTUP NOMOUNT

or

SQL>STARTUP MOUNT

or

SQL>STARTUP OPEN


 
Is this answer useful? Yes | No
March 09, 2006 10:40:45   #6  
Aruna        

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

  • files are opened

In this way database gets opened. Hope you got clear picture. -- Aruna


 
Is this answer useful? Yes | NoAnswer is useful 2   Answer is not useful 0Overall Rating: +2    
March 19, 2006 23:18:44   #7  
Ravinder        

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

Hi Aruna

Thank you...

Bye

Ragards

Ravinder


 
Is this answer useful? Yes | No
August 24, 2006 00:59:11   #8  
sanjay Pramanaik        

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

Hello Aruna

The way you have explained the process(steps) involved in database startup is excelent

Best Regards

Sanjay


 
Is this answer useful? Yes | No
March 26, 2007 01:45:39   #9  
Mohammed Abdul Afroze        

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.

 
Is this answer useful? Yes | No
March 30, 2007 18:01:30   #10  
Chiranjeevi Manne        

RE: What are the steps involved in Database Start...
NOMOUNT : The init.ora file is read to check the existence of control files.
MOUNT: The control file is read to get check the existence of data files and redolog files
START: The status of various data files is check by comparing the SCN of the file headers of various data files and comparing them with the SCN in control file.

 
Is this answer useful? Yes | No
  Page 1 of 2   « First    1    2    >     Last »  


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape