Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Oracle Database 12c Backup and Recovery Survival Guide

You're reading from  Oracle Database 12c Backup and Recovery Survival Guide

Product type Book
Published in Sep 2013
Publisher Packt
ISBN-13 9781782171201
Pages 440 pages
Edition 1st Edition
Languages

Table of Contents (22) Chapters

Oracle Database 12c Backup and Recovery Survival Guide
Credits
About the Author
Acknowledgement
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Understanding the Basics of Backup and Recovery NOLOGGING Operations What is New in 12c User-managed Backup and Recovery Understanding RMAN and Simple Backups Configuring and Recovering with RMAN RMAN Reporting and Catalog Management RMAN Troubleshooting and Tuning Understanding Data Pump Advanced Data Pump OEM12c and SQL Developer Scenarios and Examples – A Hands-on Lab Index

RMAN configuration – an introduction


There are numerous configurations that can be instrumental in extracting the best out of RMAN. Though RMAN is extremely flexible, the default configuration options available also fare very well in many cases.

There are two ways to list the configuration settings possible for RMAN: from the view V$RMAN_CONFIGURATION, or by executing the command SHOW ALL from the RMAN client. All the configuration settings, either default or modified, are stored in the target database's control file.

Using the V$RMAN_CONFIGURATION view

This can be one of the simplest ways to gather information about the configuration settings for RMAN. This view lists the persistent configuration settings made by the command CONFIGURE (which will be discussed later in the chapter). In other words, this view lists the non-default settings for RMAN. The following code is the output of this view:

SQL> SELECT * FROM V$rman_configuration;

  CONF# NAME                       VALUE           ...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}