InterviewSolution
Saved Bookmarks
| 1. |
What Happens During Startup Mount? |
|
Answer» In case of startup mount, the parameter and control files can be READ but the DATAFILES and the log files cannot be ACCESSED because database is not yet open. Generally, this MODE is USED when a datafile recovery is required. In case of startup mount, the parameter and control files can be read but the datafiles and the log files cannot be accessed because database is not yet open. Generally, this mode is used when a datafile recovery is required. |
|