Which three statements are true about the stages of database startup?
Reveal answer
Fill a bubble to check yourself
Which three statements are true about the stages of database startup?
Data files and redo log files can be renamed at the MOUNT stage
Control files are required to bring the database to the NOMOUNT stage.
Data files and online redo log files are checked for consistency while opening the database
Data files and redo log files are made available to users at the OPEN stage.
During database startup: At the MOUNT stage, data files and redo log files can be renamed (A). Control files are NOT required for NOMOUNT stage - they're needed for MOUNT stage (B is false). During the OPEN stage, data files and online redo log files are checked for consistency (C). At the OPEN stage, these files become available to users (D). The NOMOUNT stage only starts the instance without accessing control files.