SlideShare a Scribd company logo
1 of 35
Download to read offline
Oracle OpenWorld 2019
S A N F R A N C I S C O
Copyright © 2019 Oracle and/or its affiliates.
Oracle Recovery Manager
Best Practices for Cloud Backups
TIP4789
Marco Calmasini
Copyright © 2019 Oracle and/or its affiliates.
Sr. Principal Product Manager, Oracle
Niklas Iveslatt
Partner and Senior DB Architect, Arisant
The following is intended to outline our general product direction. It is intended for information purposes only,
and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or
functionality, and should not be relied upon in making purchasing decisions. The development, release,
timing, and pricing of any features or functionality described for Oracle’s products may change and remains at
the sole discretion of Oracle Corporation.
Statements in this presentation relating to Oracle’s future plans, expectations, beliefs, intentions and prospects
are “forward-looking statements” and are subject to material risks and uncertainties. A detailed discussion of
these factors and other risks that affect our business is contained in Oracle’s Securities and Exchange
Commission (SEC) filings, including our most recent reports on Form 10-K and Form 10-Q under the heading
“Risk Factors.” These filings are available on the SEC’s website or on Oracle’s website
at http://www.oracle.com/investor. All information in this presentation is current as of September 2019 and
Oracle undertakes no duty to update any statement in light of new information or future events.
Safe Harbor
Copyright © 2019 Oracle and/or its affiliates.
Before We Start
• The content of this presentation is about backing up to Cloud Storage from on-
premises or from cloud instances via RMAN or from ZDLRA “Archive to Cloud”.
• It does not apply to backups from “Autonomous” instances or DBCS or ExaCS
instances using the “Automatic backup” feature.
• Always follow the MAA best practices periodically updated and published on OTN
whitepapers
• RMAN RESTORE VALIDATE is the only supported way to guarantee a backup can be
used for recovery
Copyright © 2019 Oracle and/or its affiliates.
Agenda
• Backup and Recovery solutions overview
• RMAN DB Backup Cloud Module for Oracle Cloud Infrastructure
• Migrating existing backups to Oracle Cloud Infrastructure
• Archiving Backups for Compliance using Serverless Functions and
Events Service
• Customer Experiences
Copyright © 2019 Oracle and/or its affiliates.
Backup and Recovery Solutions Overview
Copyright © 2019 Oracle and/or its affiliates.
Oracle Cloud
Protected Files
ExaCS
DBCS
Instantiate
into
DBCS/ExaCS
DB Backup Cloud Service
Secure Backup
On-Premises
Oracle Cloud
Storage
Compression
& Encryption
Backup to and Recover from On-Premises or Oracle Cloud
Protected Databases
Cloud @ Customer
Filesystem
RMAN: Built-in backup &
recovery engine for the Oracle
database which provides
performant, efficient
and dependable protection.
Recovery Appliance:
Engineered System purpose-
built for data center-wide Oracle
database protection which
ensures zero data loss, verifies
backup integrity, and reduces
data protection overhead by
eliminating repeated full
backups.
DB Backup Cloud Service:
Secure & scalable Oracle Cloud
Service providing cost effective
storage for long-term retention
& compliance of RMAN
backups.
Secure Backup: Centralized
disk, tape and cloud backup
management which provides
heterogeneous filesystem
protection for the entire data
center.
1
1
2
23
3
4
4
Archive Storage
Backup and Recovery Solutions
Portfolio
Database Backup Cloud Module
New OCI Native Module
Copyright © 2019 Oracle and/or its affiliates.
DB Cloud Backup Module for OCI
• Key based authentication vs. username/password
Stronger security
Simplified Management (password changes do not affect backups)
• Supports multiple compartments for buckets
Separation of duties
• Object Lifecycle Policies for archiving
Lower costs for long-term retention backups
• Multipart upload
Faster uploads, fewer objects
Copyright © 2019 Oracle and/or its affiliates.
Today
Coming Soon
DB Cloud Backup Module Installer
• New oci_install.jar installer available on oracle.com
https://www.oracle.com/database/technologies/oracle-cloud-backup-downloads.html
• Prepare for installation obtaining:
Tenancy OCID
Compartment OCID
User OCID
Private key file (corresponding public key must be uploaded via User management console)
Public key fingerprint
NOTE: Do not use a passphrase with your private key
Copyright © 2019 Oracle and/or its affiliates.
Running the Installer
java -jar oci_install.jar 
-host https://objectstorage.us-ashburn-1.oraclecloud.com 
-pvtKeyFile ~/oci_api_key.pem 
–pubFingerPrint 21:b1:ab:a0:b0:f0:50:30:ee:d6:a7:18:b3:50:a8:36 
-tOCID ocid1.tenancy.oc1..aaaaaaaaj4ccqe763dizkrcdbssx7ufvlmokd24mb6utvkymyo2xwxyv3gfa 
-cOCID ocid1.compartment.oc1..aaaaaaaaxslr7vtt5cj4ksb3lvwu6agbvo5gh7t5iljd4ydfolgfy4wdpnrq 
-uOCID ocid1.user.oc1..aaaaaaaaid4hi2kzgbbyzjtietoaxxh2gzk4r2bqqqxwag7cqli5cpw6ls4a 
-bucket OCIbucket 
-enableArchiving true 
-archiveAfterBackup 0 days 
-retainAfterRestore 48 hours 
-walletDir ~/ociwallet -libDir ~/ocilib -configfile ~/ociconfig/opcORCL.ora
Copyright © 2019 Oracle and/or its affiliates.
Object Lifecycle Policy Support
If enableArchiving option is set to True a Lifecycle Policy is applied to
the bucket
This is how it shows up in the Object Storage Cloud Console
Copyright © 2019 Oracle and/or its affiliates.
RMAN configuration and Archive Ops
CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' FORMAT '%d_%U' PARMS
'SBT_LIBRARY=/home/oracle/ocilib/libopc.so
ENV=(OPC_PFILE=/home/oracle/opcORCL.ora)';
If enableArchiving is true backup pieces are archived automatically by Object Storage Service (must
be granted permission to manage objects)
Archived backups must be restored to Standard Object Storage before RMAN can access them for
actual DB restore or recovery operations
RMAN RESTORE PREVIEW– displays archived backup pieces as “remote”
RMAN RESTORE PREVIEW RECALL – initiates restore from archive to standard object storage
Copyright © 2019 Oracle and/or its affiliates.
List of Backup Sets
===================
BS Key Type LV Size Device Type Elapsed Time Completion Time
------- ---- -- ---------- ----------- ------------ ---------------
179 Full 256.00K SBT_TAPE 00:00:02 14-SEP-19
BP Key: 179 Status: AVAILABLE Compressed: NO Tag: TAG20190914T100406
Handle: 89ubntom_1_1 Media: objectstorage.us-ashburn-..ecloud.com/n/oradbclouducm/tdemoaug22
List of Datafiles in backup set 179
File LV Type Ckp SCN Ckp Time Abs Fuz SCN Sparse Name
---- -- ---- ---------- --------- ----------- ------ ----
21 Full 4715399 14-SEP-19 NO /ade/b/3380669573/oracle/dbs/tbs_25.f
using channel ORA_SBT_TAPE_1
using channel ORA_DISK_1
archived logs generated after SCN 4715399 not found in repository
recovery will be done up to SCN 4715399
Media recovery start SCN is 4715399
Recovery must be done beyond SCN 4715399 to clear datafile fuzziness
List of remote backup files
============================
Handle: 89ubntom_1_1 Media: objectstorage.us-ashburn-..ecloud.com/n/oradbclouducm/tdemoaug22
validation succeeded for backup piece
Finished restore at 14-SEP-19
List of Backup Sets
===================
BS Key Type LV Size Device Type Elapsed Time Completion Time
------- ---- -- ---------- ----------- ------------ ---------------
179 Full 256.00K SBT_TAPE 00:00:02 14-SEP-19
BP Key: 179 Status: AVAILABLE Compressed: NO Tag: TAG20190914T100406
Handle: 89ubntom_1_1 Media: objectstorage.us-ashburn-..ecloud.com/n/oradbclouducm/tdemoaug22
List of Datafiles in backup set 179
File LV Type Ckp SCN Ckp Time Abs Fuz SCN Sparse Name
---- -- ---- ---------- --------- ----------- ------ ----
21 Full 4715399 14-SEP-19 NO /ade/b/3380669573/oracle/dbs/tbs_25.f
using channel ORA_SBT_TAPE_1
using channel ORA_DISK_1
archived logs generated after SCN 4715399 not found in repository
recovery will be done up to SCN 4715399
Media recovery start SCN is 4715399
Recovery must be done beyond SCN 4715399 to clear datafile fuzziness
Initiated recall for the following list of remote backup files
==========================================================
Handle: 89ubntom_1_1 Media: objectstorage.us-ashburn-..ecloud.com/n/oradbclouducm/tdemoaug22
validation succeeded for backup piece
Finished restore at 14-SEP-19
Backup Pieces to Cloud Objects
• RMAN creates a number of backup pieces using names based on
the FORMAT parameter like ‘%d_%U’
%d -> DBNAME
%U -> system generated unique identifier
For example: ORCL_ctua720h_1_1
• Cloud objects created for this backup piece are:
sbt_catalog/ORCL_ctua720h_1_1/metadata.xml
file_chunk/<DBID>/<DBNAME>/backuppiece/<DATE>/ORCL_ctua720h_1_1/<INCARNATION>/<CHUNK#>
file_chunk/<DBID>/<DBNAME>/backuppiece/<DATE>/ORCL_ctua720h_1_1/<INCARNATION>/metadata.xml
Copyright © 2019 Oracle and/or its affiliates.
Backup Pieces to Cloud Objects
Copyright © 2019 Oracle and/or its affiliates.
ORCL_ctua720h_1_1
Moving Oracle Backups From Other Cloud Infrastructures
Copyright © 2019 Oracle and/or its affiliates.
Moving backups from other Cloud
Infrastructures
• The object format and naming are the same for:
OCI native DB Backup Cloud Module
Legacy Swift-based DB Backup Cloud Module
OSB Cloud Module for AWS S3
• Backups can be migrated to OCI using tools like rclone
• No RMAN catalog update is required
Copyright © 2019 Oracle and/or its affiliates.
rclone example: migrating from AWS S3
• Download rclone (https://rclone.org)
• Prepare your OCI target installing the DB Cloud Backup Module and setting up S3 compatible keys for your user
• Set your environment variables for source and target services
export RCLONE_CONFIG_S3_TYPE=s3
export RCLONE_CONFIG_S3_ACCESS_KEY_ID=AKIRGGSJRV23S5AG4N
export RCLONE_CONFIG_S3_SECRET_ACCESS_KEY=TLJkltRDASlSlhVRPsRuJse2FtWLnFD5
export RCLONE_CONFIG_S3_REGION=us-east-1
export SOURCE=s3:osbbackups
export RCLONE_CONFIG_OCI_TYPE=s3
export RCLONE_CONFIG_OCI_ACCESS_KEY_ID=b8d65742ca7385eac87091f1c0e86376d1e30eb4
export RCLONE_CONFIG_OCI_SECRET_ACCESS_KEY=26TtH1CVKSSFgddsEPwDoBqweDPCsLVrapmerolAsDg=
export RCLONE_CONFIG_OCI_REGION=us-ashburn-1
export RCLONE_CONFIG_OCI_ENDPOINT=https://ixhf9gsbcsml.compat.objectstorage.us-ashburn-1.oraclecloud.com
• rclone --verbose --cache-workers 64 --transfers 64 --retries 32 copy $SOURCE oci:OCIbucket
Copyright © 2019 Oracle and/or its affiliates.
Archiving Backups for Compliance
An example using Events
Service and Serverless
Functions
Copyright © 2019 Oracle and/or its affiliates.
Compliance backups
• End-Of-Month or End-Of-Year backups
• Multi-year retention
• Selectively Replicated to off-Region WORM buckets (DBAs have
read-only capabilities)
• Policy-based automatic deletion from Object Storage at expiration
time
Copyright © 2019 Oracle and/or its affiliates.
Using Events Service and Serverless
Functions
Copyright © 2019 Oracle and/or its affiliates.
Create Object event
triggers serverless
function
RMAN
BACKUP DEVICE TYPE SBT FORMAT ‘MONTHLY_%d_%U’ DATABASE PLUS ARCHIVELOG;
BACKUP FORMAT ‘MONTHLY_CF_%d_%U’ CURRENT CONTROLFILE SPFILE;
Event Service rule:
sbt_catalog*MONTHLY*
file_chunk*MONTHLY*
us-phoenix-1us-ashburn-1
NOTE: Events are not guaranteed, perform RMAN validation to confirm backups can be restored
User Privileges
• User belongs to group that has full control on buckets and objects
in us-ashburn-1 region and read-only in us-phoenix-1 region
Allow group BRPM-IAD to manage buckets in compartment brpm where request.region = 'iad‘
Allow group BRPM-IAD to manage objects in compartment brpm where request.region = 'iad‘
Allow group BRPM-IAD to manage objects in compartment brpm where all {request.region = 'phx', any
{request.permission = 'OBJECT_INSPECT', request.permission = 'OBJECT_READ'}}
Allow group BRPM-IAD to manage buckets in compartment brpm where all {request.region = 'phx', any
{request.permission = 'BUCKET_INSPECT', request.permission = 'BUCKET_READ'}}
Copyright © 2019 Oracle and/or its affiliates.
Event Rules
Copyright © 2019 Oracle and/or its affiliates.
Event Code
Copyright © 2019 Oracle and/or its affiliates.
{
"cloudEventsVersion" : "0.1",
"eventID" : "8ba2d00b-b596-4338-b49f-4824baee4677",
"eventType" : "com.oraclecloud.objectstorage.createobject",
"source" : "objectstorage",
"eventTypeVersion" : "1.0",
"eventTime" : "2019-08-21T00:48:41Z",
"schemaURL" : null,
"contentType" : "application/json",
"extensions" : {
"compartmentId" : "ocid1.compartment.oc1..aaaaaaaaxslr7vtt5cj4ksb3lvwu67gbvo5gh7t5iljdmydfolgfygwdpnrq"
},
"data" : {
"compartmentId" : "ocid1.compartment.oc1..aaaaaaaaxslr7vtt5cj4ksb3lvwu67gbvo5gh7t5iljdmydfolgfygwdpnrq",
"compartmentName" : "BRPM",
"resourceName" : "sbt_catalog/MONTHLY_ORCL_1527520098_83u9nk6r_1_1/metadata.xmll",
"resourceId" : "",
"availabilityDomain" : null,
"freeFormTags" : { },
"definedTags" : { },
"additionalDetails" : {
"eTag" : "43da49ca-720c-4c96-8b52-175c65a3bfb8",
"namespace" : "oradbclouducm",
"archivalState" : "Available",
"bucketName" : "OCIbucket",
"bucketId" : "ocid1.bucket.oc1.iad.aaaaaaaakfrmfdzueqrrn3nt4gd4ejp4xijycygqzm6heymibpx2iyujqmvq"
}
}
}
Serverless Function Code
Copyright © 2019 Oracle and/or its affiliates.
def do(signer,bucket,namesp,object,compartment):
try:
object_storage_client = oci.object_storage.ObjectStorageClient({},
signer=signer)
response = object_storage_client.copy_object(namesp,bucket,
oci.object_storage.models.CopyObjectDetails(
source_object_name = object,
destination_bucket = 'archivebucket',
destination_region = 'us-phoenix-1',
destination_namespace = namesp,
destination_object_name = object )
)
except (Exception, ValueError) as ex:
print("ERROR: " + str(ex), flush=True, file=sys.stderr)
return {"response": str(ex)}
return {"response": str(response)}
import io
import json
import oci
import sys
from fdk import response
def handler(ctx, data: io.BytesIO=None):
try:
signer = oci.auth.signers.get_resource_principals_signer()
# Parse Json to extract variables
resp = do(signer,bucketsource,namespace,objectname,compid)
print("EventType " + str(eventtype) + " " + str(objectname),
flush=True, file=sys.stderr)
return response.Response(ctx,
response_data=json.dumps(resp),
headers={"Content-Type": "application/json"} )
DEMO
Copyright © 2019 Oracle and/or its affiliates.
DEMO
Copyright © 2019 Oracle and/or its affiliates.
Customer experiences
Niklas Iveslatt
Arisant
Copyright © 2019 Oracle and/or its affiliates.
Why backups in the Cloud?
Requirements to keep backups offsite
Security and Compliance
Cost savings
Who is doing backups in the Cloud?
City of Las Vegas (Public Sector)
University of Colorado (Higher Education)
i-wireless (Commercial)
Many others, including well-known name brands.
Pre-Implementation Considerations
• Retention and Storage Requirements (Archive / Object)
• Region Designation (Region Replication)
• Network bandwidth requirements and capabilities
• Dev / Test Cloning Requirements
• Security and Access Management (Compartments, Roles, Buckets, etc.)
• Backup tool (existing / new)
• Good news: All your existing RMAN know-how is still very applicable
Lessons Learned
• Re-use existing backup scripts to save time
• Test Full Backups and Incremental Backups (adjust backup windows)
• Measure and Tune for Performance
Degree of parallelism, including intra data file parallelism # of channels
Block Change Tracking
FastConnect Considerations
• Set the base line using RMAN NETTEST
run {
allocate channel c1 device type sbt PARMS ‘sbt_library=libopc.so’;
send channel c1 ‘NETTEST BACKUP 1024 M’; }
• Use LOW or MEDIUM compression
For more details on NETTEST see: “How to measure network performance from RMAN for ZDLRA or Cloud Backups (Doc ID 2371860.1)”
More Lessons Learned
• Test Restores and Cloning
• Keep or Delete Archive logs
• Use AES-256 as your standard
• Ensure encryption wallets are backed up
We recommend storing on offline media in a safe location
Good docs and notes
Whitepaper - Oracle Database Backup Cloud Service
Best Practices for On-Premise Database Backup & Recovery
Whitepaper - Oracle Database Backup Cloud Service
Oracle Cloud Infrastructure Exadata Backup & Restore Best Practices using
Cloud Object Storage
Oracle Database Backup Service - FAQ (Doc ID 1640149.1)
Cloud Backup Performance Analysis (Doc ID 2078576.1)
Multi-Section Backups (Doc ID 406295.1)
Master Note For Transparent Data Encryption (TDE) (Doc ID 1228046.1)
Where To Go Next
Tomorrow
3:45-4:30
4:45-5:30
Realizing Value from the Zero Data Loss Recovery
Appliance: Eaton's Journey
Moscone South - Room 152C
Zero Data Loss Recovery Appliance: Expanding
Integration with Oracle Cloud Kelly Smith, Javier
Ruiz, Durga Malella Moscone South 212
Thursday
1:15-2:00 Zero Data Loss Recovery Appliance: Latest
Practices from Oracle Development
Tim Chien, Jony Safi, Joe Scanlon
Moscone South 212
Copyright © 2019 Oracle and/or its affiliates.
Oracle OpenWorld 2019
S A N F R A N C I S C O
Copyright © 2019 Oracle and/or its affiliates.

More Related Content

What's hot

GoldenGateテクニカルセミナー4「テクニカルコンサルタントが語るOracle GoldenGate現場で使える極意」(2016/5/11)
GoldenGateテクニカルセミナー4「テクニカルコンサルタントが語るOracle GoldenGate現場で使える極意」(2016/5/11)GoldenGateテクニカルセミナー4「テクニカルコンサルタントが語るOracle GoldenGate現場で使える極意」(2016/5/11)
GoldenGateテクニカルセミナー4「テクニカルコンサルタントが語るOracle GoldenGate現場で使える極意」(2016/5/11)オラクルエンジニア通信
 
The Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - PresentationThe Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - PresentationMarkus Michalewicz
 
MAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMarkus Michalewicz
 
Oracle Active Data Guard: Best Practices and New Features Deep Dive
Oracle Active Data Guard: Best Practices and New Features Deep Dive Oracle Active Data Guard: Best Practices and New Features Deep Dive
Oracle Active Data Guard: Best Practices and New Features Deep Dive Glen Hawkins
 
Oracle Key Vault Data Subsetting and Masking
Oracle Key Vault Data Subsetting and MaskingOracle Key Vault Data Subsetting and Masking
Oracle Key Vault Data Subsetting and MaskingDLT Solutions
 
Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0
Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0
Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0オラクルエンジニア通信
 
障害とオペミスに備える! ~Oracle Databaseのバックアップを考えよう~
障害とオペミスに備える! ~Oracle Databaseのバックアップを考えよう~障害とオペミスに備える! ~Oracle Databaseのバックアップを考えよう~
障害とオペミスに備える! ~Oracle Databaseのバックアップを考えよう~Shinnosuke Akita
 
A Cloud Journey - Move to the Oracle Cloud
A Cloud Journey - Move to the Oracle CloudA Cloud Journey - Move to the Oracle Cloud
A Cloud Journey - Move to the Oracle CloudMarkus Michalewicz
 
The Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RACThe Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RACMarkus Michalewicz
 
Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceOracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceJean-Philippe PINTE
 
Zero Data Loss Recovery Appliance - Deep Dive
Zero Data Loss Recovery Appliance - Deep DiveZero Data Loss Recovery Appliance - Deep Dive
Zero Data Loss Recovery Appliance - Deep DiveDaniele Massimi
 
Migration to Oracle Multitenant
Migration to Oracle MultitenantMigration to Oracle Multitenant
Migration to Oracle MultitenantJitendra Singh
 
Backup and recovery in oracle
Backup and recovery in oracleBackup and recovery in oracle
Backup and recovery in oraclesadegh salehi
 
Oracle運用Tips大放出! ~ RAC環境のRMANのパラレル化を極める 編 ~ @2016-02-23 JPOUG
Oracle運用Tips大放出! ~ RAC環境のRMANのパラレル化を極める 編 ~ @2016-02-23 JPOUG Oracle運用Tips大放出! ~ RAC環境のRMANのパラレル化を極める 編 ~ @2016-02-23 JPOUG
Oracle運用Tips大放出! ~ RAC環境のRMANのパラレル化を極める 編 ~ @2016-02-23 JPOUG Yuya Ohta
 
Make Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For ItMake Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For ItMarkus Michalewicz
 
Exadata SMART Monitoring - OEM 13c
Exadata SMART Monitoring - OEM 13cExadata SMART Monitoring - OEM 13c
Exadata SMART Monitoring - OEM 13cAlfredo Krieg
 
Oracle data guard for beginners
Oracle data guard for beginnersOracle data guard for beginners
Oracle data guard for beginnersPini Dibask
 

What's hot (20)

GoldenGateテクニカルセミナー4「テクニカルコンサルタントが語るOracle GoldenGate現場で使える極意」(2016/5/11)
GoldenGateテクニカルセミナー4「テクニカルコンサルタントが語るOracle GoldenGate現場で使える極意」(2016/5/11)GoldenGateテクニカルセミナー4「テクニカルコンサルタントが語るOracle GoldenGate現場で使える極意」(2016/5/11)
GoldenGateテクニカルセミナー4「テクニカルコンサルタントが語るOracle GoldenGate現場で使える極意」(2016/5/11)
 
The Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - PresentationThe Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - Presentation
 
Oracle GoldenGate アーキテクチャと基本機能
Oracle GoldenGate アーキテクチャと基本機能Oracle GoldenGate アーキテクチャと基本機能
Oracle GoldenGate アーキテクチャと基本機能
 
MAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19cMAA Best Practices for Oracle Database 19c
MAA Best Practices for Oracle Database 19c
 
Oracle Active Data Guard: Best Practices and New Features Deep Dive
Oracle Active Data Guard: Best Practices and New Features Deep Dive Oracle Active Data Guard: Best Practices and New Features Deep Dive
Oracle Active Data Guard: Best Practices and New Features Deep Dive
 
[dbts-2014-tokyo] 目指せExadata!! Oracle DB高速化を目指した構成
[dbts-2014-tokyo] 目指せExadata!! Oracle DB高速化を目指した構成[dbts-2014-tokyo] 目指せExadata!! Oracle DB高速化を目指した構成
[dbts-2014-tokyo] 目指せExadata!! Oracle DB高速化を目指した構成
 
Oracle Key Vault Data Subsetting and Masking
Oracle Key Vault Data Subsetting and MaskingOracle Key Vault Data Subsetting and Masking
Oracle Key Vault Data Subsetting and Masking
 
Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0
Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0
Oracle GoldenGate 19c を使用した 簡単データベース移行ガイド_v1.0
 
障害とオペミスに備える! ~Oracle Databaseのバックアップを考えよう~
障害とオペミスに備える! ~Oracle Databaseのバックアップを考えよう~障害とオペミスに備える! ~Oracle Databaseのバックアップを考えよう~
障害とオペミスに備える! ~Oracle Databaseのバックアップを考えよう~
 
A Cloud Journey - Move to the Oracle Cloud
A Cloud Journey - Move to the Oracle CloudA Cloud Journey - Move to the Oracle Cloud
A Cloud Journey - Move to the Oracle Cloud
 
The Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RACThe Top 5 Reasons to Deploy Your Applications on Oracle RAC
The Top 5 Reasons to Deploy Your Applications on Oracle RAC
 
Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceOracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
 
Oracle GoldenGate Veridata概要
Oracle GoldenGate Veridata概要Oracle GoldenGate Veridata概要
Oracle GoldenGate Veridata概要
 
Zero Data Loss Recovery Appliance - Deep Dive
Zero Data Loss Recovery Appliance - Deep DiveZero Data Loss Recovery Appliance - Deep Dive
Zero Data Loss Recovery Appliance - Deep Dive
 
Migration to Oracle Multitenant
Migration to Oracle MultitenantMigration to Oracle Multitenant
Migration to Oracle Multitenant
 
Backup and recovery in oracle
Backup and recovery in oracleBackup and recovery in oracle
Backup and recovery in oracle
 
Oracle運用Tips大放出! ~ RAC環境のRMANのパラレル化を極める 編 ~ @2016-02-23 JPOUG
Oracle運用Tips大放出! ~ RAC環境のRMANのパラレル化を極める 編 ~ @2016-02-23 JPOUG Oracle運用Tips大放出! ~ RAC環境のRMANのパラレル化を極める 編 ~ @2016-02-23 JPOUG
Oracle運用Tips大放出! ~ RAC環境のRMANのパラレル化を極める 編 ~ @2016-02-23 JPOUG
 
Make Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For ItMake Your Application “Oracle RAC Ready” & Test For It
Make Your Application “Oracle RAC Ready” & Test For It
 
Exadata SMART Monitoring - OEM 13c
Exadata SMART Monitoring - OEM 13cExadata SMART Monitoring - OEM 13c
Exadata SMART Monitoring - OEM 13c
 
Oracle data guard for beginners
Oracle data guard for beginnersOracle data guard for beginners
Oracle data guard for beginners
 

Similar to Oracle Open World Presentation - Oracle RMAN Best Practices for Cloud Backups

Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13c
Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13cClone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13c
Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13cAlfredo Krieg
 
twp-oracledatabasebackupservice-2183633
twp-oracledatabasebackupservice-2183633twp-oracledatabasebackupservice-2183633
twp-oracledatabasebackupservice-2183633Arush Jain
 
Oracle Backup Solutions Overview August 2018
Oracle Backup Solutions Overview August 2018Oracle Backup Solutions Overview August 2018
Oracle Backup Solutions Overview August 2018Dan Glasscock
 
Hybrid Data Guard to Cloud GEN2 ExaCS.pdf
Hybrid Data Guard to Cloud GEN2 ExaCS.pdfHybrid Data Guard to Cloud GEN2 ExaCS.pdf
Hybrid Data Guard to Cloud GEN2 ExaCS.pdfALI ANWAR, OCP®
 
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCI
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCIDatabase Cloud Services Office Hours - 0421 - Migrate AWS to OCI
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCITammy Bednar
 
Oracle Data Protection - 2. část
Oracle Data Protection - 2. částOracle Data Protection - 2. část
Oracle Data Protection - 2. částMarketingArrowECS_CZ
 
cloud-training-exa-cs-backup-recovery.pdf
cloud-training-exa-cs-backup-recovery.pdfcloud-training-exa-cs-backup-recovery.pdf
cloud-training-exa-cs-backup-recovery.pdfKashifManzoorMeo
 
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...NomanKhalid56
 
Oracle databáze - zkonsolidovat, ochránit a ještě ušetřit! (2. část)
Oracle databáze - zkonsolidovat, ochránit a ještě ušetřit! (2. část)Oracle databáze - zkonsolidovat, ochránit a ještě ušetřit! (2. část)
Oracle databáze - zkonsolidovat, ochránit a ještě ušetřit! (2. část)MarketingArrowECS_CZ
 
Oracle Database Availability & Scalability Across Versions & Editions
Oracle Database Availability & Scalability Across Versions & EditionsOracle Database Availability & Scalability Across Versions & Editions
Oracle Database Availability & Scalability Across Versions & EditionsMarkus Michalewicz
 
Oracle Database Backup Cloud Service
Oracle Database Backup Cloud ServiceOracle Database Backup Cloud Service
Oracle Database Backup Cloud ServiceMarketingArrowECS_CZ
 
Oracle Database Backup
Oracle Database BackupOracle Database Backup
Oracle Database BackupHandy_Backup
 
MySQL Enterprise Backup - BnR Scenarios
MySQL Enterprise Backup - BnR ScenariosMySQL Enterprise Backup - BnR Scenarios
MySQL Enterprise Backup - BnR ScenariosKeith Hollman
 
FOSDEM 2022 MySQL Devroom: MySQL 8.0 - Logical Backups, Snapshots and Point-...
FOSDEM 2022 MySQL Devroom:  MySQL 8.0 - Logical Backups, Snapshots and Point-...FOSDEM 2022 MySQL Devroom:  MySQL 8.0 - Logical Backups, Snapshots and Point-...
FOSDEM 2022 MySQL Devroom: MySQL 8.0 - Logical Backups, Snapshots and Point-...Frederic Descamps
 
Oow14 con7681-rman-1
Oow14 con7681-rman-1Oow14 con7681-rman-1
Oow14 con7681-rman-1Dan Glasscock
 
Rman 12c new_features
Rman 12c new_featuresRman 12c new_features
Rman 12c new_featuresNabi Abdul
 
RMAN in 12c: The Next Generation (WP)
RMAN in 12c: The Next Generation (WP)RMAN in 12c: The Next Generation (WP)
RMAN in 12c: The Next Generation (WP)Gustavo Rene Antunez
 
C6 deploying applications to your private cloud 7 to 10 times faster
C6   deploying applications to your private cloud 7 to 10 times fasterC6   deploying applications to your private cloud 7 to 10 times faster
C6 deploying applications to your private cloud 7 to 10 times fasterDr. Wilfred Lin (Ph.D.)
 
Getting Most Out of Your Disaster Recovery Infrastructure Using Active Data G...
Getting Most Out of Your Disaster Recovery Infrastructure Using Active Data G...Getting Most Out of Your Disaster Recovery Infrastructure Using Active Data G...
Getting Most Out of Your Disaster Recovery Infrastructure Using Active Data G...Jade Global
 

Similar to Oracle Open World Presentation - Oracle RMAN Best Practices for Cloud Backups (20)

con8832-cloudha-2811114.pdf
con8832-cloudha-2811114.pdfcon8832-cloudha-2811114.pdf
con8832-cloudha-2811114.pdf
 
Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13c
Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13cClone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13c
Clone Oracle Databases In Minutes Without Risk Using Enterprise Manager 13c
 
twp-oracledatabasebackupservice-2183633
twp-oracledatabasebackupservice-2183633twp-oracledatabasebackupservice-2183633
twp-oracledatabasebackupservice-2183633
 
Oracle Backup Solutions Overview August 2018
Oracle Backup Solutions Overview August 2018Oracle Backup Solutions Overview August 2018
Oracle Backup Solutions Overview August 2018
 
Hybrid Data Guard to Cloud GEN2 ExaCS.pdf
Hybrid Data Guard to Cloud GEN2 ExaCS.pdfHybrid Data Guard to Cloud GEN2 ExaCS.pdf
Hybrid Data Guard to Cloud GEN2 ExaCS.pdf
 
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCI
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCIDatabase Cloud Services Office Hours - 0421 - Migrate AWS to OCI
Database Cloud Services Office Hours - 0421 - Migrate AWS to OCI
 
Oracle Data Protection - 2. část
Oracle Data Protection - 2. částOracle Data Protection - 2. část
Oracle Data Protection - 2. část
 
cloud-training-exa-cs-backup-recovery.pdf
cloud-training-exa-cs-backup-recovery.pdfcloud-training-exa-cs-backup-recovery.pdf
cloud-training-exa-cs-backup-recovery.pdf
 
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
5675212318661411677_TRN4034_How_to_Migrate_to_Oracle_Autonomous_Database_Clou...
 
Oracle databáze - zkonsolidovat, ochránit a ještě ušetřit! (2. část)
Oracle databáze - zkonsolidovat, ochránit a ještě ušetřit! (2. část)Oracle databáze - zkonsolidovat, ochránit a ještě ušetřit! (2. část)
Oracle databáze - zkonsolidovat, ochránit a ještě ušetřit! (2. část)
 
Oracle Database Availability & Scalability Across Versions & Editions
Oracle Database Availability & Scalability Across Versions & EditionsOracle Database Availability & Scalability Across Versions & Editions
Oracle Database Availability & Scalability Across Versions & Editions
 
Oracle Database Backup Cloud Service
Oracle Database Backup Cloud ServiceOracle Database Backup Cloud Service
Oracle Database Backup Cloud Service
 
Oracle Database Backup
Oracle Database BackupOracle Database Backup
Oracle Database Backup
 
MySQL Enterprise Backup - BnR Scenarios
MySQL Enterprise Backup - BnR ScenariosMySQL Enterprise Backup - BnR Scenarios
MySQL Enterprise Backup - BnR Scenarios
 
FOSDEM 2022 MySQL Devroom: MySQL 8.0 - Logical Backups, Snapshots and Point-...
FOSDEM 2022 MySQL Devroom:  MySQL 8.0 - Logical Backups, Snapshots and Point-...FOSDEM 2022 MySQL Devroom:  MySQL 8.0 - Logical Backups, Snapshots and Point-...
FOSDEM 2022 MySQL Devroom: MySQL 8.0 - Logical Backups, Snapshots and Point-...
 
Oow14 con7681-rman-1
Oow14 con7681-rman-1Oow14 con7681-rman-1
Oow14 con7681-rman-1
 
Rman 12c new_features
Rman 12c new_featuresRman 12c new_features
Rman 12c new_features
 
RMAN in 12c: The Next Generation (WP)
RMAN in 12c: The Next Generation (WP)RMAN in 12c: The Next Generation (WP)
RMAN in 12c: The Next Generation (WP)
 
C6 deploying applications to your private cloud 7 to 10 times faster
C6   deploying applications to your private cloud 7 to 10 times fasterC6   deploying applications to your private cloud 7 to 10 times faster
C6 deploying applications to your private cloud 7 to 10 times faster
 
Getting Most Out of Your Disaster Recovery Infrastructure Using Active Data G...
Getting Most Out of Your Disaster Recovery Infrastructure Using Active Data G...Getting Most Out of Your Disaster Recovery Infrastructure Using Active Data G...
Getting Most Out of Your Disaster Recovery Infrastructure Using Active Data G...
 

Recently uploaded

Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)jennyeacort
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....kzayra69
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureDinusha Kumarasiri
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Hr365.us smith
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 

Recently uploaded (20)

Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with Azure
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
 
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 

Oracle Open World Presentation - Oracle RMAN Best Practices for Cloud Backups

  • 1. Oracle OpenWorld 2019 S A N F R A N C I S C O Copyright © 2019 Oracle and/or its affiliates.
  • 2. Oracle Recovery Manager Best Practices for Cloud Backups TIP4789 Marco Calmasini Copyright © 2019 Oracle and/or its affiliates. Sr. Principal Product Manager, Oracle Niklas Iveslatt Partner and Senior DB Architect, Arisant
  • 3. The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, timing, and pricing of any features or functionality described for Oracle’s products may change and remains at the sole discretion of Oracle Corporation. Statements in this presentation relating to Oracle’s future plans, expectations, beliefs, intentions and prospects are “forward-looking statements” and are subject to material risks and uncertainties. A detailed discussion of these factors and other risks that affect our business is contained in Oracle’s Securities and Exchange Commission (SEC) filings, including our most recent reports on Form 10-K and Form 10-Q under the heading “Risk Factors.” These filings are available on the SEC’s website or on Oracle’s website at http://www.oracle.com/investor. All information in this presentation is current as of September 2019 and Oracle undertakes no duty to update any statement in light of new information or future events. Safe Harbor Copyright © 2019 Oracle and/or its affiliates.
  • 4. Before We Start • The content of this presentation is about backing up to Cloud Storage from on- premises or from cloud instances via RMAN or from ZDLRA “Archive to Cloud”. • It does not apply to backups from “Autonomous” instances or DBCS or ExaCS instances using the “Automatic backup” feature. • Always follow the MAA best practices periodically updated and published on OTN whitepapers • RMAN RESTORE VALIDATE is the only supported way to guarantee a backup can be used for recovery Copyright © 2019 Oracle and/or its affiliates.
  • 5. Agenda • Backup and Recovery solutions overview • RMAN DB Backup Cloud Module for Oracle Cloud Infrastructure • Migrating existing backups to Oracle Cloud Infrastructure • Archiving Backups for Compliance using Serverless Functions and Events Service • Customer Experiences Copyright © 2019 Oracle and/or its affiliates.
  • 6. Backup and Recovery Solutions Overview Copyright © 2019 Oracle and/or its affiliates.
  • 7. Oracle Cloud Protected Files ExaCS DBCS Instantiate into DBCS/ExaCS DB Backup Cloud Service Secure Backup On-Premises Oracle Cloud Storage Compression & Encryption Backup to and Recover from On-Premises or Oracle Cloud Protected Databases Cloud @ Customer Filesystem RMAN: Built-in backup & recovery engine for the Oracle database which provides performant, efficient and dependable protection. Recovery Appliance: Engineered System purpose- built for data center-wide Oracle database protection which ensures zero data loss, verifies backup integrity, and reduces data protection overhead by eliminating repeated full backups. DB Backup Cloud Service: Secure & scalable Oracle Cloud Service providing cost effective storage for long-term retention & compliance of RMAN backups. Secure Backup: Centralized disk, tape and cloud backup management which provides heterogeneous filesystem protection for the entire data center. 1 1 2 23 3 4 4 Archive Storage Backup and Recovery Solutions Portfolio
  • 8. Database Backup Cloud Module New OCI Native Module Copyright © 2019 Oracle and/or its affiliates.
  • 9. DB Cloud Backup Module for OCI • Key based authentication vs. username/password Stronger security Simplified Management (password changes do not affect backups) • Supports multiple compartments for buckets Separation of duties • Object Lifecycle Policies for archiving Lower costs for long-term retention backups • Multipart upload Faster uploads, fewer objects Copyright © 2019 Oracle and/or its affiliates. Today Coming Soon
  • 10. DB Cloud Backup Module Installer • New oci_install.jar installer available on oracle.com https://www.oracle.com/database/technologies/oracle-cloud-backup-downloads.html • Prepare for installation obtaining: Tenancy OCID Compartment OCID User OCID Private key file (corresponding public key must be uploaded via User management console) Public key fingerprint NOTE: Do not use a passphrase with your private key Copyright © 2019 Oracle and/or its affiliates.
  • 11. Running the Installer java -jar oci_install.jar -host https://objectstorage.us-ashburn-1.oraclecloud.com -pvtKeyFile ~/oci_api_key.pem –pubFingerPrint 21:b1:ab:a0:b0:f0:50:30:ee:d6:a7:18:b3:50:a8:36 -tOCID ocid1.tenancy.oc1..aaaaaaaaj4ccqe763dizkrcdbssx7ufvlmokd24mb6utvkymyo2xwxyv3gfa -cOCID ocid1.compartment.oc1..aaaaaaaaxslr7vtt5cj4ksb3lvwu6agbvo5gh7t5iljd4ydfolgfy4wdpnrq -uOCID ocid1.user.oc1..aaaaaaaaid4hi2kzgbbyzjtietoaxxh2gzk4r2bqqqxwag7cqli5cpw6ls4a -bucket OCIbucket -enableArchiving true -archiveAfterBackup 0 days -retainAfterRestore 48 hours -walletDir ~/ociwallet -libDir ~/ocilib -configfile ~/ociconfig/opcORCL.ora Copyright © 2019 Oracle and/or its affiliates.
  • 12. Object Lifecycle Policy Support If enableArchiving option is set to True a Lifecycle Policy is applied to the bucket This is how it shows up in the Object Storage Cloud Console Copyright © 2019 Oracle and/or its affiliates.
  • 13. RMAN configuration and Archive Ops CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' FORMAT '%d_%U' PARMS 'SBT_LIBRARY=/home/oracle/ocilib/libopc.so ENV=(OPC_PFILE=/home/oracle/opcORCL.ora)'; If enableArchiving is true backup pieces are archived automatically by Object Storage Service (must be granted permission to manage objects) Archived backups must be restored to Standard Object Storage before RMAN can access them for actual DB restore or recovery operations RMAN RESTORE PREVIEW– displays archived backup pieces as “remote” RMAN RESTORE PREVIEW RECALL – initiates restore from archive to standard object storage Copyright © 2019 Oracle and/or its affiliates. List of Backup Sets =================== BS Key Type LV Size Device Type Elapsed Time Completion Time ------- ---- -- ---------- ----------- ------------ --------------- 179 Full 256.00K SBT_TAPE 00:00:02 14-SEP-19 BP Key: 179 Status: AVAILABLE Compressed: NO Tag: TAG20190914T100406 Handle: 89ubntom_1_1 Media: objectstorage.us-ashburn-..ecloud.com/n/oradbclouducm/tdemoaug22 List of Datafiles in backup set 179 File LV Type Ckp SCN Ckp Time Abs Fuz SCN Sparse Name ---- -- ---- ---------- --------- ----------- ------ ---- 21 Full 4715399 14-SEP-19 NO /ade/b/3380669573/oracle/dbs/tbs_25.f using channel ORA_SBT_TAPE_1 using channel ORA_DISK_1 archived logs generated after SCN 4715399 not found in repository recovery will be done up to SCN 4715399 Media recovery start SCN is 4715399 Recovery must be done beyond SCN 4715399 to clear datafile fuzziness List of remote backup files ============================ Handle: 89ubntom_1_1 Media: objectstorage.us-ashburn-..ecloud.com/n/oradbclouducm/tdemoaug22 validation succeeded for backup piece Finished restore at 14-SEP-19 List of Backup Sets =================== BS Key Type LV Size Device Type Elapsed Time Completion Time ------- ---- -- ---------- ----------- ------------ --------------- 179 Full 256.00K SBT_TAPE 00:00:02 14-SEP-19 BP Key: 179 Status: AVAILABLE Compressed: NO Tag: TAG20190914T100406 Handle: 89ubntom_1_1 Media: objectstorage.us-ashburn-..ecloud.com/n/oradbclouducm/tdemoaug22 List of Datafiles in backup set 179 File LV Type Ckp SCN Ckp Time Abs Fuz SCN Sparse Name ---- -- ---- ---------- --------- ----------- ------ ---- 21 Full 4715399 14-SEP-19 NO /ade/b/3380669573/oracle/dbs/tbs_25.f using channel ORA_SBT_TAPE_1 using channel ORA_DISK_1 archived logs generated after SCN 4715399 not found in repository recovery will be done up to SCN 4715399 Media recovery start SCN is 4715399 Recovery must be done beyond SCN 4715399 to clear datafile fuzziness Initiated recall for the following list of remote backup files ========================================================== Handle: 89ubntom_1_1 Media: objectstorage.us-ashburn-..ecloud.com/n/oradbclouducm/tdemoaug22 validation succeeded for backup piece Finished restore at 14-SEP-19
  • 14. Backup Pieces to Cloud Objects • RMAN creates a number of backup pieces using names based on the FORMAT parameter like ‘%d_%U’ %d -> DBNAME %U -> system generated unique identifier For example: ORCL_ctua720h_1_1 • Cloud objects created for this backup piece are: sbt_catalog/ORCL_ctua720h_1_1/metadata.xml file_chunk/<DBID>/<DBNAME>/backuppiece/<DATE>/ORCL_ctua720h_1_1/<INCARNATION>/<CHUNK#> file_chunk/<DBID>/<DBNAME>/backuppiece/<DATE>/ORCL_ctua720h_1_1/<INCARNATION>/metadata.xml Copyright © 2019 Oracle and/or its affiliates.
  • 15. Backup Pieces to Cloud Objects Copyright © 2019 Oracle and/or its affiliates. ORCL_ctua720h_1_1
  • 16. Moving Oracle Backups From Other Cloud Infrastructures Copyright © 2019 Oracle and/or its affiliates.
  • 17. Moving backups from other Cloud Infrastructures • The object format and naming are the same for: OCI native DB Backup Cloud Module Legacy Swift-based DB Backup Cloud Module OSB Cloud Module for AWS S3 • Backups can be migrated to OCI using tools like rclone • No RMAN catalog update is required Copyright © 2019 Oracle and/or its affiliates.
  • 18. rclone example: migrating from AWS S3 • Download rclone (https://rclone.org) • Prepare your OCI target installing the DB Cloud Backup Module and setting up S3 compatible keys for your user • Set your environment variables for source and target services export RCLONE_CONFIG_S3_TYPE=s3 export RCLONE_CONFIG_S3_ACCESS_KEY_ID=AKIRGGSJRV23S5AG4N export RCLONE_CONFIG_S3_SECRET_ACCESS_KEY=TLJkltRDASlSlhVRPsRuJse2FtWLnFD5 export RCLONE_CONFIG_S3_REGION=us-east-1 export SOURCE=s3:osbbackups export RCLONE_CONFIG_OCI_TYPE=s3 export RCLONE_CONFIG_OCI_ACCESS_KEY_ID=b8d65742ca7385eac87091f1c0e86376d1e30eb4 export RCLONE_CONFIG_OCI_SECRET_ACCESS_KEY=26TtH1CVKSSFgddsEPwDoBqweDPCsLVrapmerolAsDg= export RCLONE_CONFIG_OCI_REGION=us-ashburn-1 export RCLONE_CONFIG_OCI_ENDPOINT=https://ixhf9gsbcsml.compat.objectstorage.us-ashburn-1.oraclecloud.com • rclone --verbose --cache-workers 64 --transfers 64 --retries 32 copy $SOURCE oci:OCIbucket Copyright © 2019 Oracle and/or its affiliates.
  • 19. Archiving Backups for Compliance An example using Events Service and Serverless Functions Copyright © 2019 Oracle and/or its affiliates.
  • 20. Compliance backups • End-Of-Month or End-Of-Year backups • Multi-year retention • Selectively Replicated to off-Region WORM buckets (DBAs have read-only capabilities) • Policy-based automatic deletion from Object Storage at expiration time Copyright © 2019 Oracle and/or its affiliates.
  • 21. Using Events Service and Serverless Functions Copyright © 2019 Oracle and/or its affiliates. Create Object event triggers serverless function RMAN BACKUP DEVICE TYPE SBT FORMAT ‘MONTHLY_%d_%U’ DATABASE PLUS ARCHIVELOG; BACKUP FORMAT ‘MONTHLY_CF_%d_%U’ CURRENT CONTROLFILE SPFILE; Event Service rule: sbt_catalog*MONTHLY* file_chunk*MONTHLY* us-phoenix-1us-ashburn-1 NOTE: Events are not guaranteed, perform RMAN validation to confirm backups can be restored
  • 22. User Privileges • User belongs to group that has full control on buckets and objects in us-ashburn-1 region and read-only in us-phoenix-1 region Allow group BRPM-IAD to manage buckets in compartment brpm where request.region = 'iad‘ Allow group BRPM-IAD to manage objects in compartment brpm where request.region = 'iad‘ Allow group BRPM-IAD to manage objects in compartment brpm where all {request.region = 'phx', any {request.permission = 'OBJECT_INSPECT', request.permission = 'OBJECT_READ'}} Allow group BRPM-IAD to manage buckets in compartment brpm where all {request.region = 'phx', any {request.permission = 'BUCKET_INSPECT', request.permission = 'BUCKET_READ'}} Copyright © 2019 Oracle and/or its affiliates.
  • 23. Event Rules Copyright © 2019 Oracle and/or its affiliates.
  • 24. Event Code Copyright © 2019 Oracle and/or its affiliates. { "cloudEventsVersion" : "0.1", "eventID" : "8ba2d00b-b596-4338-b49f-4824baee4677", "eventType" : "com.oraclecloud.objectstorage.createobject", "source" : "objectstorage", "eventTypeVersion" : "1.0", "eventTime" : "2019-08-21T00:48:41Z", "schemaURL" : null, "contentType" : "application/json", "extensions" : { "compartmentId" : "ocid1.compartment.oc1..aaaaaaaaxslr7vtt5cj4ksb3lvwu67gbvo5gh7t5iljdmydfolgfygwdpnrq" }, "data" : { "compartmentId" : "ocid1.compartment.oc1..aaaaaaaaxslr7vtt5cj4ksb3lvwu67gbvo5gh7t5iljdmydfolgfygwdpnrq", "compartmentName" : "BRPM", "resourceName" : "sbt_catalog/MONTHLY_ORCL_1527520098_83u9nk6r_1_1/metadata.xmll", "resourceId" : "", "availabilityDomain" : null, "freeFormTags" : { }, "definedTags" : { }, "additionalDetails" : { "eTag" : "43da49ca-720c-4c96-8b52-175c65a3bfb8", "namespace" : "oradbclouducm", "archivalState" : "Available", "bucketName" : "OCIbucket", "bucketId" : "ocid1.bucket.oc1.iad.aaaaaaaakfrmfdzueqrrn3nt4gd4ejp4xijycygqzm6heymibpx2iyujqmvq" } } }
  • 25. Serverless Function Code Copyright © 2019 Oracle and/or its affiliates. def do(signer,bucket,namesp,object,compartment): try: object_storage_client = oci.object_storage.ObjectStorageClient({}, signer=signer) response = object_storage_client.copy_object(namesp,bucket, oci.object_storage.models.CopyObjectDetails( source_object_name = object, destination_bucket = 'archivebucket', destination_region = 'us-phoenix-1', destination_namespace = namesp, destination_object_name = object ) ) except (Exception, ValueError) as ex: print("ERROR: " + str(ex), flush=True, file=sys.stderr) return {"response": str(ex)} return {"response": str(response)} import io import json import oci import sys from fdk import response def handler(ctx, data: io.BytesIO=None): try: signer = oci.auth.signers.get_resource_principals_signer() # Parse Json to extract variables resp = do(signer,bucketsource,namespace,objectname,compid) print("EventType " + str(eventtype) + " " + str(objectname), flush=True, file=sys.stderr) return response.Response(ctx, response_data=json.dumps(resp), headers={"Content-Type": "application/json"} )
  • 26. DEMO Copyright © 2019 Oracle and/or its affiliates.
  • 27. DEMO Copyright © 2019 Oracle and/or its affiliates.
  • 28. Customer experiences Niklas Iveslatt Arisant Copyright © 2019 Oracle and/or its affiliates.
  • 29. Why backups in the Cloud? Requirements to keep backups offsite Security and Compliance Cost savings Who is doing backups in the Cloud? City of Las Vegas (Public Sector) University of Colorado (Higher Education) i-wireless (Commercial) Many others, including well-known name brands.
  • 30. Pre-Implementation Considerations • Retention and Storage Requirements (Archive / Object) • Region Designation (Region Replication) • Network bandwidth requirements and capabilities • Dev / Test Cloning Requirements • Security and Access Management (Compartments, Roles, Buckets, etc.) • Backup tool (existing / new) • Good news: All your existing RMAN know-how is still very applicable
  • 31. Lessons Learned • Re-use existing backup scripts to save time • Test Full Backups and Incremental Backups (adjust backup windows) • Measure and Tune for Performance Degree of parallelism, including intra data file parallelism # of channels Block Change Tracking FastConnect Considerations • Set the base line using RMAN NETTEST run { allocate channel c1 device type sbt PARMS ‘sbt_library=libopc.so’; send channel c1 ‘NETTEST BACKUP 1024 M’; } • Use LOW or MEDIUM compression For more details on NETTEST see: “How to measure network performance from RMAN for ZDLRA or Cloud Backups (Doc ID 2371860.1)”
  • 32. More Lessons Learned • Test Restores and Cloning • Keep or Delete Archive logs • Use AES-256 as your standard • Ensure encryption wallets are backed up We recommend storing on offline media in a safe location
  • 33. Good docs and notes Whitepaper - Oracle Database Backup Cloud Service Best Practices for On-Premise Database Backup & Recovery Whitepaper - Oracle Database Backup Cloud Service Oracle Cloud Infrastructure Exadata Backup & Restore Best Practices using Cloud Object Storage Oracle Database Backup Service - FAQ (Doc ID 1640149.1) Cloud Backup Performance Analysis (Doc ID 2078576.1) Multi-Section Backups (Doc ID 406295.1) Master Note For Transparent Data Encryption (TDE) (Doc ID 1228046.1)
  • 34. Where To Go Next Tomorrow 3:45-4:30 4:45-5:30 Realizing Value from the Zero Data Loss Recovery Appliance: Eaton's Journey Moscone South - Room 152C Zero Data Loss Recovery Appliance: Expanding Integration with Oracle Cloud Kelly Smith, Javier Ruiz, Durga Malella Moscone South 212 Thursday 1:15-2:00 Zero Data Loss Recovery Appliance: Latest Practices from Oracle Development Tim Chien, Jony Safi, Joe Scanlon Moscone South 212 Copyright © 2019 Oracle and/or its affiliates.
  • 35. Oracle OpenWorld 2019 S A N F R A N C I S C O Copyright © 2019 Oracle and/or its affiliates.