What is the output of this command?

You executed the following command in Recovery Manager (RMAN):

RMAN> REPORT NEED BACKUP days 3;

What is the output of this command?

You executed the following command in Recovery Manager (RMAN):

RMAN> REPORT NEED BACKUP days 3;

What is the output of this command?

A.
a list of files that require a backup within three days

B.
a list of files requiring more than 3 days of archive logs to apply

C.
a list of files that RMAN recommends be backed up only once in every three days, based on
low volatility

D.
a list of files for which a backup has already been performed in the last three days and which is
required to be backed up again based on the high number of transactions performed on them

Explanation:
http://www.oracle-base.com/articles/9i/RecoveryManagerEnhancements9i.php (topic:
General enhancements)



Leave a Reply 4

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


Rita

Rita

The correct ans is B

TonyE

TonyE

Confirmed; B is the correct answer…
RMAN> report need backup days 3;

using target database control file instead of recovery catalog
***Report of files whose recovery needs more than 3 days of archived logs***
File Days Name
—- —– —————————————————–
1 10 C:\APP\ADMIN\ORADATA\ORCL\SYSTEM01.DBF
2 10 C:\APP\ADMIN\ORADATA\ORCL\SYSAUX01.DBF
3 10 C:\APP\ADMIN\ORADATA\ORCL\UNDOTBS01.DBF
4 10 C:\APP\ADMIN\ORADATA\ORCL\USERS01.DBF
5 10 C:\APP\ADMIN\ORADATA\ORCL\EXAMPLE01.DBF

Albert

Albert

Yes, the B