Topic: Database Administration >> Encryption for rman backups??
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: Encryption for rman backups?? |
| shantanu |
Posted: Jan 29, 2008 02:43:46 AM |
Total Post: 42
Joined: May, 2007
|
| How do you enable encryption for RMAN Backups?? |
|
|
MOH_DBA |
| Posted: Jan 29, 2008 02:57:36 PM | |
|
Total Post: 133
Joined: Nov, 2007
|
Rman has three possible encryption modes:
1)Transparent mode. (Require Oracle Wallet).
1)create wallet: using wallet manager.
2)open the wallet in your instance.
(alter system set encryption wallet open identified by <password>)
3)set the master key in your instance.
((alter system set encryption key identified by <password>))
4)configure rman to use Transparent.
(configure encryption for database on)
5)no changes to you backup and recovery command.
6)you can temporarily overwrite (set encryption off)
2)Password Mode. (Require you to provide a password).
1)set rman session to use password.
(set encryption on identified by <password> only)
2)no changes to you backup and recovery command.
3) set your rman session to decrypt password that encrypt the backups
(set decryption identified by <password1> {, password2,.., passwordn})
3)Dual Mode. (Can either Oracle Wallets or password).
1)create wallet: using wallet manager.
2)open the wallet in your instance.
(alter system set encryption wallet open identified by <password>)
3)set rman session to use dual encryption.
(set encryption on identified by <passsword>)
4)no changes to you backup and recovery command.
5)if necessary, set rman session to decrypt your bakcups by using the password:
(set decryption identified by <password1> {, password2,.., passwordn})
I hope to know that rman encryption has considerations i hope you are fimiliar with them if not i can help with that.
|
|
|
|
|
shantanu |
| Posted: Jan 29, 2008 04:09:56 PM | |
|
Total Post: 42
Joined: May, 2007
|
Thanks for detailed reply..
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 816 |
| Mohammed Taj | 746 |
| Jayanta Sur | 479 |
| positive fanatic | 418 |
| Vigyan Kaushik | 386 |
| Gitesh Trivedi | 322 |
| Gopu Gopi | 250 |
| Ramesh Jois | 245 |
| neeraj sharma | 243 |
| Bishal Khetan | 207 |
|
|