RMAN Backup Encryption

How do you enable the encryption for RMAN backups?

Questions by shanthiavari

Showing Answers 1 - 3 of 3 Answers

naveen_rc

  • Aug 6th, 2009
 

If you wish to modify your existing backup environment so that all RMAN
backups are encrypted, perform the following steps:


· Set up the Oracle Encryption Wallet
· Issue the following RMAN command:


RMAN> CONFIGURE ENCRYPTION ALGORITHM 'AES256'; -- use 256 bit encryption
RMAN> CONFIGURE ENCRYPTION FOR DATABASE ON; -- encrypt backups

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions