Which two statements are true about the command?

Examine the RMAN commands executed in your database:
RMAN>CONFIGUREDEFAULT DEVICE TYPE TO disk;
RMAN>CONFIGURE DEVICETYPE DISK BACKUP TYPE TO BACKUPSET;
RKAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
You issue the command:
RMAN> BACKUP DATABASE;
Which two statements are true about the command?

Examine the RMAN commands executed in your database:
RMAN>CONFIGUREDEFAULT DEVICE TYPE TO disk;
RMAN>CONFIGURE DEVICETYPE DISK BACKUP TYPE TO BACKUPSET;
RKAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
You issue the command:
RMAN> BACKUP DATABASE;
Which two statements are true about the command?

A.
It performs a log switch.

B.
It creates compressed backup sets by using binary compression by default.

C.
It backs up only the used blocks in data files.

D.
It backs up data files, the control file, and the server parameter file.

E.
It creates a backup of only the control file whenever the database undergoes a structural
change.



Leave a Reply 14

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


vijay

vijay

C , D and E.

067

067

@VIJAY

We require only two statements.

Tri

Tri

CD

Tri

Tri

A may also be possible. I will check again. Now test db off.

goszczu

goszczu

CCd

This example shows the procedure for taking a whole database backup to the default destination:

RMAN> BACKUP DATABASE; # uses automatic channels to make backup
RMAN> SQL ‘ALTER SYSTEM ARCHIVE LOG CURRENT’; # switches logs and archives all logs

If oracle docs recomend to use “SWITCH” command after backup – I presume that A is wrong.

Moahmed Amin

Moahmed Amin

C,D

If the CONFIGURE CONTROLFILE AUTOBACKUP command is set to ON (by default it is OFF), then RMAN automatically backs up the control file and server parameter file after every backup and after database structural changes