What does database do during mounting process?

Showing Answers 1 - 7 of 7 Answers

vinod kumar

  • Mar 21st, 2005
 

oracle process are created1 LGWR 2 DBWR 3 CKPT 4 LGWR 5 SMON 6 PMON etc..control file is readed

  Was this answer useful?  Yes

while mounting the database oracle reads the data from controlfile which is used for varifying physical database files during sanity check.backgroung processes are started before mounting the database only.

  Was this answer useful?  Yes

while mounting the database oracle reads the data from controlfile which is used for varifying physical database files during sanity check.backgroung processes are started before mounting the database only.

  Was this answer useful?  Yes

cmanne

  • Jan 4th, 2006
 

During database mount process, Oracle would check for the existence of controlfiles mentioned in init.ora file but it wont check the contents of the controlfile which is done during the opening of database.

midhunam

  • Mar 7th, 2010
 

When the startup command enters the mount stage, it opens and reads the control file. The control file is a binary file that tracks important database information, such as the location of the database datafiles.

In the mount stage, Oracle determines the location of the datafiles, but does not yet open them. Once the datafile locations have been identified, the database is ready to be opened.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions