What is the impact of the results of the output of the following command?

What is the impact of the results of the output of the following command?
RMAN> report unrecoverable database;
Report of files that need backup due to unrecoverable operations
File Type of Backup Required Name
—- ———————– ———————————–
4 full or incremental C:\ORACLE\ORADATA\ORCL\USERS01.DBF

What is the impact of the results of the output of the following command?
RMAN> report unrecoverable database;
Report of files that need backup due to unrecoverable operations
File Type of Backup Required Name
—- ———————– ———————————–
4 full or incremental C:\ORACLE\ORADATA\ORCL\USERS01.DBF

A.
There are no backup sets with any backups of the users01.dbf datafile.

B.
The users01.dbf datafile has had unrecoverable operations occur in it. It will need to be
backed up or some data loss is possible during a recovery.

C.
The users01.dbf datafile is corrupted.

D.
The users01.dbf datafile backup exceeds the retention criteria.

E.
The last backup of the users01.dbf datafile failed and must be rerun.



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Anonim

Anonim

B is the correct answer. Report unrecoverable database lists datafiles in which nologging operations were performed.

Rodge

Rodge

Anonim is correct, the answer is B

The RMAN output text specifically states this above:

RMAN> report unrecoverable database;
“Report of files that need backup due to unrecoverable operations”

Eamon

Eamon

Anonim is correct, the answer is B