June 2016
Intermediate to advanced
388 pages
5h 49m
English
RMAN supports three encryption modes:
In this recipe, you're going to learn to create encrypted backups using RMAN.
sysbackup privilege:
$ rman target '"zoran@orcl as sysbackup"'
RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON;
RMAN> BACKUP TABLESPACE EXAMPLE tag 'tran_mode';
RMAN> SET ENCRYPTION ON IDENTIFIED BY "password_1";RMAN> BACKUP TABLESPACE EXAMPLE tag 'dual_mode';
RMAN> SET ENCRYPTION ON IDENTIFIED BY ...Read now
Unlock full access