Oracle Database 12c: Advanced Administration — Question 25
Examine the RMAN command:
RMAN> SET ENCRYPTION IDENTIFIED BY <password> ON FOR ALL TABLESPACES; RMAN> BACKUP DATABASE PLUS ARCHIVELOG;
Which type of encryption is used for the backup performed by using this command?
Answer options
- A. password-mode encryption
- B. dual-mode encryption
- C. transparent encryption
- D. default encryption
Correct answer: A
Explanation
The command specifies 'IDENTIFIED BY <password>', which indicates that password-mode encryption is being utilized for the backup. The other options, such as dual-mode, transparent, and default encryption, do not align with the specified configuration in the RMAN command.