123. You used the IMMEDIATE option to shut down your database instance. Consider the steps that may
occur when a database instance is started and database is opened:
1: SGA is allocated.
2: Control file is read.
3: Redo log files are opened.
4: Instance recovery is started.
5: Background processes are started.
6: Data file headers are checked for consistency.
7: Server parameter file or the initialization parameter file is read.
Which option has the correct order in which these steps occur?
A.7, 1, 5, 2, 3, 6, 4
B.1, 5, 7, 2, 3, 6; step 4 is not required
C.7, 1, 5, 2, 3, 6; step 4 is not required
D.1, 2, 3, 5, 6, 4; step 7 is not required
Answer: C
本文详细介绍了数据库实例从关闭到启动的过程,包括SGA分配、控制文件读取、日志文件打开、实例恢复、后台进程启动及数据文件一致性检查等关键步骤,特别指出IMMEDIATE关闭方式下数据库再次启动时无需执行恢复操作。
5367

被折叠的 条评论
为什么被折叠?



