Related Titles
- Full Description
-
Its sometimes said that the true job of an Oracle database administrator can be summed up in one, essential skill: to be able to recover your database.
Theres much wisdom in that statement. Of all the things you are responsible for as a database administrator, nothing is more important than the data itself. Like it or not, the fearsome responsibility of protecting your organization's most critical data falls squarely upon your shoulders:
Â
- Lose that data and your company could fail.
- Lose that data and you could be out of a job.
Â
Scared? You should be. But there's help. You are not alone. Oracle experts Darl Kuhn, Sam Alapati, and Arup Nanda have come together in this book to show you the power of Recovery Manager, or RMAN, which is Oracle's backup and recovery tool of choice. RMAN Recipes for Oracle Database 11g helps you take advantage of all that RMAN has to offer by providing easy-to-understand solutions to business-critical backup and recovery operations. This handy guide:
Â
- Demystifies the steps required to protect your business data
- Provides ready-made and step-by-step solutions to simple and complex backup, restore, and recovery operations
- Is task-oriented, making it easy for you to find the solution to pressing backup and recovery problems
- Respects your time by providing example-based solutions, not endless reading material
Â
When the pressures on, you don't have time for long discussions of theory. This book gets right to the point with quick and easy-to-read, step-by-step solutions that can help you backup and recover your data with confidence.
What youll learn
Oracle Database experts Darl Kuhn, Sam Alapati, and Arup Nanda show you how to
Â
- Reliably back up and recover your database using Oracle's Recovery Manager
- Utilize new Oracle Database 11g features such as the Data Recovery Advisor
- Let Oracle Database manage your backup files via the Flash Recovery Area
- Automate backup and recovery tasks by writing scripts
- Troubleshoot RMAN problems and optimize RMAN performance
- Interface with a Media Management Layer to manage your backup tape library
- Recover from the loss of a control file, loss of an online redo log, and other (hopefully!) unusual situations
Who this book is for
Oracle database administrators responsible for database backup and recovery operations.
- Source Code/Downloads
- Errata
-
If you think that you've found an error in this book, please let us know about it. You will find any confirmed erratum below, so you can check if your concern has already been addressed.
On page 11:
Please see the Author-submitted errata below.Author Comment:
On page 24-25:
Please see the author-submitted errata listed below.Author Comment:
On page 27:
Please see the author-submitted errata listed below.Author Comment:
On page 29:
Please see the author-submitted errata listed below.Author Comment:
On page 31-32:
Please see the author-submitted errata listed below.Author Comment:
On page 40:
3.1 recipe
alter system set db_recovery size =4g;
alter system set db_recovery_dest = '....
I think you mean db_recovery_file_dest_size and db_recovery_file_dest
On page 40:
Please see the author-submitted errata listed below.Author Comment:
On page 49:The total value is found in V$RECOVERY_FILE_DEST, in the column PERCENT_SPACE_USED
should be
The total value is found in V$RECOVERY_FILE_DEST, in the column SPACE_USED
On page 49:
Please see the author-submitted errata listed below.Author Comment:
On page 55:
Please see the author-submitted errata listed below.Author Comment:
On page 61:
Please see the author-submitted errata below.Author Comment:
On page 68-69:
Please see the author-submitted errata below.Author Comment:
On page 91-92:
Please see the author-submitted errata listed below.Author Comment:
On page 97:
recipe 4.8, second paragraph. It mentions that <<- Eof is in line 2, 5 and EOF is in line 4 and 18.
<<-Eof only in line 2 and EOF in line 15. There is no line 18, only 15 lines.
On page 98:
Please see the author-submitted errata listed below.Author Comment:
On page 107:
Please see the author-submitted errata listed below.Author Comment:
On page 114-115:
Please see the author-submitted errata listed below.Author Comment:
On page 114:
RMAN> show all;
CONFIGURE DEVICE TYPE ... TO BACKUPSET; #default
should read:
CONFIGURE DEVICE TYPE ... TO BACKUP SET; #default (i.e. include space between BACKUP and SET)
On page 117:
Please see the author-submitted errata listed below.Author Comment:
On page 117:
run {
configure retention policy to 1 redundancy 2;....
should be changed to
run {
configure retention policy to redundancy 2;...
On page 123:
Please see the author-submitted errata listed below.Author Comment:
On page 123:
At the beginning of last paragraph:
The control_file_record_time initialization parameter...
should read:
The control_file_record_keep_time initialization parameter..
On page 145:
Please see the author-submitted errata listed below.Author Comment:
On page 158:
Please see the author-submitted errata listed below.Author Comment:
On page 162:
Please see the author-submitted errata listed below.Author Comment:
On page 203-204:
Please see the author-submitted errata listed below.Author Comment:
On page 253:
Please see the author-submitted errata listed below.Author Comment:
On page 316:
Please see the author-submitted errata listed below.Author Comment:
On page 326:
Please see the author-submitted errata listed below.Author Comment:
On page 376:
Please see the author-submitted errata listed below.Author Comment:
On page 378:
Please see the author-submitted errata listed below.Author Comment:
On page 452:
Please see the author-submitted errata listed below.Author Comment:
On page 458-459:
Please see the author-submitted errata listed below.Author Comment:
On page 466:
Please see the author-submitted errata listed below.Author Comment:
On page 468:
Please see the author-submitted errata listed below.Author Comment:
On page 476:
Please see the author-submitted errata listed below.Author Comment:
On page 611:
Please see the author-submitted errata listed below.Author Comment:
On page 632:
Please see the author-submitted errata listed below.Author Comment:






Chapter 1, Page 11, there is no "shutdown force" command
-----------------------------
Chapter 1, Page 11, 6th bullet on the page, should say "Any uncommitted changes are not rolled back automatically"