Examine the RMAN command:
RMAN> SET ENCRYPTION IDENTIFIEDBY <password> ON FOR ALL TABLESPACES; RMAN> BACKUP DATABASE PLUS ARCHIVELOG;
Which type of encryption is used for the backup performed by using this command?
A.
password-mode encryption
B.
dual-mode encryption
C.
transparent encryption
D.
default encryption
A
I think B
B
To make dual-mode encrypted backups:
Start RMAN and connect to a target database and recovery catalog (if used).
Execute the SET ENCRYPTION BY PASSWORD command, making sure to omit the ONLY keyword
B
B