| Database Mounting [message #57681] |
Mon, 30 June 2003 03:11  |
JRRAO
Messages: 9 Registered: June 2003
|
Junior Member |
|
|
Hi,
I m a beginner in Oracle.
What is the exact meaning of mounting the database?
TIA,
JRRAO
|
|
|
|
|
|
|
|
|
|
| Re: Database Mounting [message #57706 is a reply to message #57689] |
Tue, 01 July 2003 05:57  |
 |
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
the control file identifies the datafiles and logfiles.
It has all the timestamp information , header information and other internals.
Using this information, it identifies the datafiles.
Everytime you startup and shutdown oracle,
the currrent state of datafiles are recorded in controlfile.
|
|
|
|