ocp-v13-685

  1. In your test database:
    -You are using Recovery Manager (RMAN) to perform incremental backups of your test database
    -The test database is running in NOARCHIVELOG mode
    -One of the data files is corrupted
    -All online redo log files are lost because of a media failure
    Which option must you consider in this scenario

在测试数据库中:
-你使用恢复管理器(RMAN)执行您的测试数据库增量备份
-测试数据库在NOARCHIVELOG模式下运行
数据文件已损坏
所有的联机重做日志文件丢失,因为有媒体故障
在这种情况下,您必须考虑哪些选项

A.Configuring the database in ARCHVIELOG mode and then using incremental backup to recover the
database

B.Using incremental backup to recover the damaged data file and then manually creating the online redo
log files

C.Creating a new test database because the database is not recoverable due to the fact that the database
is configured in NOARCHIVELOG mode

D.Using incremental backups to recover the database by using the RECOVER DATABASE NOREDO
command and then using the RESETLOGS option to open the database.

使用增量备份以恢复数据库noredo恢复数据库

command and then using the RESETLOGS option to open the database.

命令,然后使用RESETLOGS选项打开数据库。

Answer:D

你可能感兴趣的:(oracle,rman,OCP)