Which prerequisite must be met before accomplishing the backup?

Examine the RMAN command:
RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON;
RMAN> BACKUP DATABASE PLUS ARCHIVELOG;
Which prerequisite must be met before accomplishing the backup?

Examine the RMAN command:
RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON;
RMAN> BACKUP DATABASE PLUS ARCHIVELOG;
Which prerequisite must be met before accomplishing the backup?

A.
The password for the encryption must be set up.

B.
Oracle wallet for the encryption must be set up.

C.
All the tablespaces in the database must be encrypted.

D.
Oracle Database Vault must be enabled.

Explanation:
Reference:
http://docs.oracle.com/cd/E25054_01/backup.1111/e10642/rcmbckad.htm#CEGEJABH



Leave a Reply 7

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


Siegfried

Siegfried

Answer: B
There are three different modes of encryption (as opposed to the algorithm used). These are transparent mode, password-based encryption, and dual-mode encryption, which encompasses both modes of encryption. For transparent encryption, you will need to create a wallet, and it must be open. Transparent encryption will then occur automatically after you have issued the CONFIGURE ENCRYPTION FOR DATABASE ON or CONFIGURE ENCRYPTION FOR TABLESPACE ON command.

Franky

Franky

ANSWER B

Configuration encryption will use by Transparent encryption, For transparent encryption, you will need to create a wallet, and it must be open.

Transparent encryption will then occur automatically after you have issued the CONFIGURE ENCRYPTION FOR DATABASE ON or CONFIGURE ENCRYPTION FOR TABLESPACE ON command.

http://docs.oracle.com/cd/E25054_01/backup.1111/e10642/rcmbckad.htm#CEGEJABH

CONFIGURE ENCRYPTION :

You can use this command to persistently configure transparent encryption. You cannot persistently configure dual mode or password mode encryption.

SET ENCRYPTION :

You can use this command to configure dual mode or password mode encryption at the RMAN session level.