566.You have lost all your SYSTEM tablespace datafiles (system_01.dbf and system_02.dbf) nd the
database has crashed.
What would be the appropriate order of operations to correct the situation?
A. Mount the database with the startup mount command.
B. Take the SYSTEM datafile offline with the alter database command.
C. Restore the SYSTEM_01.dbf datafile from backup media with the required archived redo logs.
D. Restore all SYSTEM tablespace-related datafiles from backup media.
E. Issue the recover tablespace SYSTEM command.
F. Issue the recover datafile SYSTEM_01.dbf command.
G. Open the database with the alter database open command.
H. Open the database with the alter database open resetlogs command.
I. a, c, f, g
J. b, d, e, h
K. a, b, c, f, g
L. d, a, e, g
M. b, c, f, e, g
Answer: D
答案解析:
参考:http://blog.csdn.net/rlhua/article/details/12622415
数据库恢复流程

本文详细介绍了当SYSTEM表空间数据文件丢失时的正确恢复步骤。包括如何使用启动mount命令装载数据库、从备份介质恢复数据文件及如何打开数据库等关键操作。

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



