Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
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
1. Understanding the Basics of Backup and Recovery 2. NOLOGGING Operations 3. What is New in 12c 4. User-managed Backup and Recovery 5. Understanding RMAN and Simple Backups 6. Configuring and Recovering with RMAN 7. RMAN Reporting and Catalog Management 8. RMAN Troubleshooting and Tuning 9. Understanding Data Pump 10. Advanced Data Pump 11. OEM12c and SQL Developer Scenarios and Examples – A Hands-on Lab Index

Getting started with RMAN


To get started with RMAN, you would need to invoke the RMAN client which is actually a binary file. The best part is that to use it, you don't need to do anything except fire it like any other binary executable file of Oracle database (for example, SQL*PLUS), it's copied during the installation of the database in the standard path $ORACLE_HOME/bin. It goes without saying that before you execute it, you must have set the environment properly by including the $ORACLE_HOME/bin in the OS path. Failing to do so would result in the error stating rman is not found. If you are all set, when you issue the command RMAN on the OS terminal, you will be welcomed with a RMAN prompt by the RMAN client. So let's do it by firing the RMAN client executable:

$ RMAN
RMAN>

Now, we are in the RMAN prompt but can we do anything within it? The answer for that would be a no as there is no connection made by the RMAN with any (target) database. Only the sys user is allowed to make connections...

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}