nerdexam
Oracle

1Z0-067 · Question #137

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…

The correct answer is B. dual-mode encryption. 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 The following example sets the encryption password for all tablespaces (where password…

New Features for Security

Question

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?

Options

  • Apassword-mode encryption
  • Bdual-mode encryption
  • Ctransparent encryption
  • Ddefault encryption

How the community answered

(57 responses)
  • A
    2% (1)
  • B
    84% (48)
  • C
    4% (2)
  • D
    11% (6)

Explanation

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 The following example sets the encryption password for all tablespaces (where password is a placeholder for the actual password that you enter) in the backup and omits ONLY to indicate dual-mode encryption: SET ENCRYPTION IDENTIFIED BY password ON FOR ALL TABLESPACES; BY ON FOR this gives an Syntax error! probably they mean: BY ONLY FOR and than A would be correct! then B is correct so be Patient and read the question in the real exam carefully!

Topics

#RMAN encryption#dual-mode encryption#backup encryption#password encryption

Community Discussion

No community discussion yet for this question.

Full 1Z0-067 Practice