Book Image

Oracle 10g/11g Data and Database Management Utilities

Book Image

Oracle 10g/11g Data and Database Management Utilities

Overview of this book

Does your database look complicated? Are you finding it difficult to interact with it? Database interaction is a part of the daily routine for all database professionals. Using Oracle Utilities the user can benefit from improved maintenance windows, optimized backups, faster data transfers, and more reliable security and in general can do more with the same time and resources.
Table of Contents (18 chapters)
Oracle 10g/11g Data and Database Management Utilities
Credits
About the Author
About the Reviewer
Preface

Using the Oracle Wallet to encrypt backups


Backups are a mandatory condition for all enterprises. They are required to ensure data recovery is possible in case of systems failure. However, it is important not only to have a valid backup, but also to manage the backup correctly. A backup, once taken, is stored at some place. What would happen if a user has access to the physical backup media, and this user performs an unauthorized backup test? The good news is that the backup is being tested; the bad news is that we will never know the result, not to mention that the enterprise data confidentiality will be compromised.

Considering these circumstances, the use of encryption techniques to protect the backups should be considered, both for Recovery Manager and Data Pump.

Recovery Manager encryption

Recovery Manager provides three encryption modes, the transparent mode, the password mode, and the dual mode. You must consider that Recovery Manager encrypts only backup sets, not image copies. These...