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

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system.”

A block of code is set as follows:

BEGIN
DBMS_CLOUD.CREATE_CREDENTIAL(
credential_name => 'Credential_Name',
username => 'Cloud_UserName',
password => '<authorization_token>'
);
END;
/

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

ALTER DATABASE PROPERTY SET DEFAULT_CREDENTIAL = 'ADMIN.OBJSTORE_CRED';

Any command-line input or output is written as follows:

SQL>  create directory dump_dir as 'datapump_dir';
Directory created.
SQL> select directory_name , directory_path from dba_directories;

Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: "Click on Identity | Users."

Tips or important notes

Appear like this.

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