our database is configured in NOARCHIVELOG mode. All the control files have been lost due to a hard disk failure but the data files are not lost. You have the closed whole database backup available to you. Which two statements are true in this scenario? (Choose two.) A) The instance aborts. B) The database cannot be recovered. C) The database can be recovered by restoring the control files from the backup. D) The database remains opened and you have to shut it down with the ABORT option. E) The database can be restored till the point of the last closed whole database backup.
Answer: A,E 在NOARCHIVELOG模式下,所有控制文件丢失,数据库会关闭。(实验时好像不是,该题存疑)
|