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

Downgrading an Oracle Database


You can also use Data Pump to downgrade an Oracle Database; for example, move all data and metadata from Oracle 12.1 to a database using 11.2.0.3.

To achieve this goal, you need to obtain a downward compatible dump file by setting the export (expdp) parameter VERSION to 11.2.0.3 (the target database release) as shown in the following command:

$ expdp fcomunoz/alvarez@pdborcl directory=datapump dumpfile=version_full_06192013.dmp full=y version=11.2.0.3

Note

The import utility (impdp) cannot read dump files created by a later release unless it was created using the VERSION parameter to set the release number of the target database.

This is the error message I got when trying to import data exported from a 12.1.0 database into an 11.2.0.3 database without using the VERSION parameter when executing the export operation:

Import: Release 11.2.0.3.0 - Production on Wed Jun 19 15:57:58 2013

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved...
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}