Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle Autonomous Database in Enterprise Architecture

You're reading from   Oracle Autonomous Database in Enterprise Architecture Utilize Oracle Cloud Infrastructure Autonomous Databases for better consolidation, automation, and security

Arrow left icon
Product type Paperback
Published in Dec 2022
Publisher Packt
ISBN-13 9781801072243
Length 294 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Authors (3):
Arrow left icon
Krishnakumar KM Krishnakumar KM
Author Profile Icon Krishnakumar KM
Krishnakumar KM
Rashmi Panda Rashmi Panda
Author Profile Icon Rashmi Panda
Rashmi Panda
Bal Mukund Sharma Bal Mukund Sharma
Author Profile Icon Bal Mukund Sharma
Bal Mukund Sharma
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Part 1 – Understanding Autonomous Database in OCI
2. Chapter 1: Introduction to Oracle's Autonomous Database FREE CHAPTER 3. Chapter 2: Autonomous Database Deployment Options in OCI 4. Part 2 – Migration and High Availability with Autonomous Database
5. Chapter 3: Migration to Autonomous Database 6. Chapter 4: ADB Disaster Protection with Autonomous Data Guard 7. Chapter 5: Backup and Restore with Autonomous Database in OCI 8. Chapter 6: Managing Autonomous Databases 9. Part 3 – Security and Compliance with Autonomous Database
10. Chapter 7: Security Features in Autonomous Database 11. Index 12. Other Books You May Enjoy

Manual database backup using Data Pump

Data Pump is a powerful tool to take logical backup and it has been introduced in Oracle Database 10g. It extracts the user data with its metadata and generates a dump file. That dump file can be imported into the target database. In general, it is a server-side utility, which means the dump will get stored in the database server. In an autonomous environment, we won’t get server access, so how we will take a backup? The answer is either to create an autonomous dump set and then move it to object storage, or directly take the dump to object storage. We will discuss both methods here.

Creating a dump set

The step for creating a dump set is similar to the on-premises environment. First, we need to create a logical directory at the database level to store the dump:

SQL>  create directory dump_dir as 'datapump_dir';
Directory created.
SQL> select directory_name , directory_path from dba_directories;
DIRECTORY_NAME...
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 $19.99/month. Cancel anytime