QUESTION NO: 166
You have lost all your SYSTEM tablespace datafiles (system_01.dbf and system_02.dbf) and 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.
A. a, c, f, g
B. b, d, e, h
C. a, b, c, f, g
D. d, a, e, g
E. b, c, f, e, g
Answer: D
您已经失去了所有的系统表空间的数据文件( system_01.dbf和system_02.dbf)并且数据库已崩溃。什么是适
当的操作顺序来纠正这种情况?
D. d, a, e, g
d.从备份介质还原所有系统表空间相关的数据文件。
a.用启动挂载命令挂载数据库。
e.发出恢复系统表空间命令。
g.用改变数据库打开命令打开数据库。
First you would restore the missing datafiles. Notice in the question that there are two datafiles that were
lost. Next you would mount the database and then you would recover the SYSTEM tablespace. Since it is
the SYSTEM tablespace, you would not be able to open the database first. Then you open the database
with the alter database open command.