SlideShare ist ein Scribd-Unternehmen logo
1 von 48
Downloaden Sie, um offline zu lesen
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Oracle Database Backup Cloud Service
Simplify And Lower The Cost Of Protecting Oracle Databases
Click-through Demo using CLI & Enterprise Manager Cloud Control 13c
Jan’16
2
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Demo: Oracle Database Backup Service
4 Simple Steps
1. Subscribe 2. Install 3. Configure RMAN 4. Backup & Recovery
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Demo: Step #1
1. Subscribe 2. Install 3. Configure RMAN 4. Backup & Recovery
‱ Subscribe Oracle Database Backup Service
(or)
‱ Sign-up for a Trial
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Option #1: Purchase Oracle Database Backup Service
https://shop.oracle.com/
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Option #2: Sign-up for a Trial https://cloud.oracle.com/database_backup
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Option #2: Sign-up for a Trial – Contd. https://cloud.oracle.com/database_backup
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Option #2: Sign-up for a Trial – Non-Metered Contd..
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Option #2: Sign-up for a Trial – Non-Metered Contd..
After Submission, wait for the activation email. Then Activate the Service
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Add Users & Assign Roles
‱ Add more users
‱ Add Storage Administrator & Storage Read-Write Group roles
‱ Use that account information during client side RMAN module installation
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Cloud Service Portal
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
1. Subscribe 2. Install 3. Configure RMAN 4. Backup & Recovery
‱ Download the Installer from OTN
‱ Install the module
Demo: Step #2
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Download Oracle Database Cloud Backup Module from OTN
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Run the Installer
[oracle@localhost OPC] unzip opc_installer.zip
[oracle@localhost OPC] ls opc*
opc_install.jar opc_readme.txt
[oracle@localhost OPC]$ java -jar opc_install.jar -serviceName myService –identityDomain
myDomain -opcid sridhar.ranganathan@oracle.com -opcPass ’myPassword' -libDir
/home/oracle/OPC/lib -walletDir /home/oracle/OPC/wallet
Oracle Database Cloud Backup Module Install Tool, build 2015-05-12
Oracle Database Cloud Backup Module credentials are valid.
Oracle Database Cloud Backup Module wallet created in directory /home/oracle/OPC/wallet.
Oracle Database Cloud Backup Module initialization file /u01/products/db/12.1/dbs/opcodbs.ora
created.
Downloading Oracle Database Cloud Backup Module Software Library from file opc_linux64.zip.
Downloaded 23169388 bytes in 152 seconds. Transfer rate was 152430 bytes/second.
Download complete.
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Demo: Step #3
1. Subscribe 2. Install 3. Configure RMAN 4. Backup & Recovery
‱ Configure RMAN to use SBT Library, configure Parallelism etc.
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
RMAN Configuration
$ rman target /
Recovery Manager: Release 12.1.0.1.0 - Production on Sun Sep 13 09:41:08 2015
Copyright (c) 1982, 2013, Oracle and/or its affiliates. All rights reserved.
connected to target database: odbs (DBID=2636081010, open)
RMAN>CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' PARMS 'SBT_LIBRARY=/home/oracle/OPC/lib/
libopc.so, ENV=(OPC_PFILE=/u01/products/db/12.1/dbs/opcodbs.ora)';
RMAN> CONFIGURE COMPRESSION ALGORITHM 'MEDIUM’;
RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
RMAN> CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 4 BACKUP TYPE TO BACKUPSET;
RMAN> SHOW ALL;
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Demo: Step #4
1. Subscribe 2. Install 3. Configure RMAN 4. Backup & Recovery
‱ Perform Backup to Oracle Cloud
‱ Simulate accidental deletion of data files
‱ Restore and recovery from Cloud
‱ Open the database
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Perform RMAN Backups
RMAN> SET ENCRYPTION ON IDENTIFIED BY 'abc123' ONLY;
executing command: SET encryption
RMAN> BACKUP DEVICE TYPE SBT AS COMPRESSED BACKUPSET DATABASE PLUS ARCHIVELOG FORMAT '%d_%U';
Starting backup at 13-SEP-15
current log archived
released channel: ORA_DISK_1
released channel: ORA_DISK_2
released channel: ORA_DISK_3
released channel: ORA_DISK_4
released channel: ORA_DISK_5
released channel: ORA_DISK_6
released channel: ORA_DISK_7
released channel: ORA_DISK_8
allocated channel: ORA_SBT_TAPE_1
channel ORA_SBT_TAPE_1: SID=42 device type=SBT_TAPE
channel ORA_SBT_TAPE_1: Oracle Database Backup Service Library VER=3.15.1.16
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Perform RMAN Backups Contd..
allocated channel: ORA_SBT_TAPE_1
channel ORA_SBT_TAPE_1: SID=42 device type=SBT_TAPE
channel ORA_SBT_TAPE_1: Oracle Database Backup Service Library VER=3.15.1.16
allocated channel: ORA_SBT_TAPE_2
channel ORA_SBT_TAPE_2: SID=56 device type=SBT_TAPE
channel ORA_SBT_TAPE_2: Oracle Database Backup Service Library VER=3.15.1.16
allocated channel: ORA_SBT_TAPE_3
channel ORA_SBT_TAPE_3: SID=50 device type=SBT_TAPE
channel ORA_SBT_TAPE_3: Oracle Database Backup Service Library VER=3.15.1.16
allocated channel: ORA_SBT_TAPE_4
channel ORA_SBT_TAPE_4: SID=58 device type=SBT_TAPE
channel ORA_SBT_TAPE_4: Oracle Database Backup Service Library VER=3.15.1.16
channel ORA_SBT_TAPE_1: starting compressed archived log backup set
channel ORA_SBT_TAPE_1: specifying archived log(s) in backup set
input archived log thread=1 sequence=7 RECID=23 STAMP=890304044
channel ORA_SBT_TAPE_1: starting piece 1 at 13-SEP-15
channel ORA_SBT_TAPE_1: finished piece 1 at 13-SEP-15
piece handle=ODBSLAB_2gqh1thm_1_1 tag=TAG20150913T104054 comment=API Version 2.0,MMS Version
3.15.1.16
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Perform RMAN Backups Contd..


Starting backup at 13-SEP-15
current log archived
using channel ORA_SBT_TAPE_1
using channel ORA_SBT_TAPE_2
using channel ORA_SBT_TAPE_3
using channel ORA_SBT_TAPE_4
channel ORA_SBT_TAPE_1: starting compressed archived log backup set
channel ORA_SBT_TAPE_1: specifying archived log(s) in backup set
input archived log thread=1 sequence=8 RECID=24 STAMP=890304635
channel ORA_SBT_TAPE_1: starting piece 1 at 13-SEP-15
channel ORA_SBT_TAPE_1: finished piece 1 at 13-SEP-15
piece handle=ODBSLAB_2lqh1u3s_1_1 tag=TAG20150913T105035 comment=API Version 2.0,MMS Version
3.15.1.16
channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:04:05
Finished backup at 13-SEP-15
Starting Control File and SPFILE Autobackup at 13-SEP-15
piece handle=c-2636081010-20150913-00 comment=API Version 2.0,MMS Version 3.15.1.16
Finished Control File and SPFILE Autobackup at 13-SEP-15
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Confirm Backup Information
RMAN> LIST BACKUP;
BS Key Type LV Size Device Type Elapsed Time Completion Time
------- ---- -- ---------- ----------- ------------ ---------------
48 Full 42.75M SBT_TAPE 00:01:35 13-SEP-15
BP Key: 48 Status: AVAILABLE Compressed: YES Tag: TAG20150913T104509
Handle: 2iqh1tpm_1_1 Media: myDomain.storage.oraclecloud.com/v1/myService-usoraclei
List of Datafiles in backup set 48
File LV Type Ckp SCN Ckp Time Name
---- -- ---- ---------- --------- ----
2 Full 785064 13-SEP-15 /u01/products/oradata/odbslab/sysaux01.dbf
BS Key Type LV Size Device Type Elapsed Time Completion Time
------- ---- -- ---------- ----------- ------------ ---------------
49 Full 59.00M SBT_TAPE 00:05:23 13-SEP-15
BP Key: 49 Status: AVAILABLE Compressed: YES Tag: TAG20150913T104509
Handle: 2hqh1tpm_1_1 Media: myDomain.storage.oraclecloud.com/v1/myService-usoraclei
RMAN> RESTORE VALIDATE;
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Simulate Physical Corruption (Accidental Deletion)
[oracle@localhost odbs]$ ls -l
total 1025880
-rw-r-----. 1 oracle users 10043392 Sep 13 11:04 control01.ctl
-rw-r-----. 1 oracle users 52429312 Sep 13 11:02 redo01.log
-rw-r-----. 1 oracle users 52429312 Sep 13 10:50 redo02.log
-rw-r-----. 1 oracle users 293609472 Sep 13 11:01 sysaux01.dbf
-rw-r-----. 1 oracle users 377495552 Sep 13 11:00 system01.dbf
-rw-r-----. 1 oracle users 20979712 Sep 13 10:21 temp01.dbf
-rw-r-----. 1 oracle users 256909312 Sep 13 11:01 undotbs01.dbf
-rw-r-----. 1 oracle users 5251072 Sep 13 10:55 users01.dbf
[oracle@localhost odbs]$ rm *.dbf
[oracle@localhost odbs]$ ls -l
total 112216
-rw-r-----. 1 oracle users 10043392 Sep 13 11:04 control01.ctl
-rw-r-----. 1 oracle users 52429312 Sep 13 11:02 redo01.log
-rw-r-----. 1 oracle users 52429312 Sep 13 10:50 redo02.log
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Start the Database
[oracle@localhost odbs]$ sqlplus / as sysdba
SQL*Plus: Release 12.1.0.1.0 Production on Sun Sep 13 11:06:05 2015
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 835104768 bytes
Fixed Size 2293880 bytes
Variable Size 612372360 bytes
Database Buffers 218103808 bytes
Redo Buffers 2334720 bytes
Database mounted.
ORA-01157: cannot identify/lock data file 1 - see DBWR trace file
ORA-01110: data file 1: '/u01/products/oradata/odbs/system01.dbf'
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Perform RMAN RESTORE
RMAN> SET DECRYPTION IDENTIFIED BY 'abc123';
executing command: SET decryption
using target database control file instead of recovery catalog
RMAN> RESTORE DATABASE;
Starting restore at 13-SEP-15
allocated channel: ORA_SBT_TAPE_1
channel ORA_SBT_TAPE_1: SID=22 device type=SBT_TAPE
channel ORA_SBT_TAPE_1: Oracle Database Backup Service Library VER=3.15.1.16
allocated channel: ORA_SBT_TAPE_2
channel ORA_SBT_TAPE_2: SID=19 device type=SBT_TAPE
channel ORA_SBT_TAPE_2: Oracle Database Backup Service Library VER=3.15.1.16
allocated channel: ORA_SBT_TAPE_3
channel ORA_SBT_TAPE_3: SID=23 device type=SBT_TAPE
channel ORA_SBT_TAPE_3: Oracle Database Backup Service Library VER=3.15.1.16
allocated channel: ORA_SBT_TAPE_4
channel ORA_SBT_TAPE_4: SID=24 device type=SBT_TAPE


Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Perform RMAN RESTORE Contd..
channel ORA_SBT_TAPE_1: starting datafile backup set restore
channel ORA_SBT_TAPE_1: specifying datafile(s) to restore from backup set
channel ORA_SBT_TAPE_1: restoring datafile 00004 to /u01/products/oradata/odbs/users01.dbf
channel ORA_SBT_TAPE_1: reading from backup piece 2kqh1tpm_1_1
channel ORA_SBT_TAPE_2: starting datafile backup set restore
channel ORA_SBT_TAPE_2: specifying datafile(s) to restore from backup set
channel ORA_SBT_TAPE_2: restoring datafile 00003 to /u01/products/oradata/odbs/undotbs01.dbf
channel ORA_SBT_TAPE_4: restoring datafile 00001 to /u01/products/oradata/odbs/system01.dbf
channel ORA_SBT_TAPE_4: reading from backup piece 2hqh1tpm_1_1
channel ORA_SBT_TAPE_1: piece handle=2kqh1tpm_1_1 tag=TAG20150913T104509
channel ORA_SBT_TAPE_1: restored backup piece 1
channel ORA_SBT_TAPE_1: restore complete, elapsed time: 00:00:15
channel ORA_SBT_TAPE_2: piece handle=2jqh1tpm_1_1 tag=TAG20150913T104509
channel ORA_SBT_TAPE_2: restored backup piece 1


channel ORA_SBT_TAPE_4: piece handle=2hqh1tpm_1_1 tag=TAG20150913T104509
channel ORA_SBT_TAPE_4: restored backup piece 1
channel ORA_SBT_TAPE_4: restore complete, elapsed time: 00:06:05
Finished restore at 13-SEP-15
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Perform RMAN Recovery
RMAN> RECOVER DATABASE;
Starting recover at 13-SEP-15
using channel ORA_SBT_TAPE_1
using channel ORA_SBT_TAPE_2
using channel ORA_SBT_TAPE_3
using channel ORA_SBT_TAPE_4
using channel ORA_DISK_1
using channel ORA_DISK_2
using channel ORA_DISK_3
using channel ORA_DISK_4
using channel ORA_DISK_5
using channel ORA_DISK_6
using channel ORA_DISK_7
using channel ORA_DISK_8
starting media recovery
media recovery complete, elapsed time: 00:01:12
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Open the Database
RMAN> alter database open;
Statement processed
RMAN> select name, open_mode from v$database;
NAME OPEN_MODE
--------- --------------------
odbs READ WRITE
RMAN> select name from v$datafile;
NAME
--------------------------------------------------------------------------------
/u01/products/oradata/odbs/system01.dbf
/u01/products/oradata/odbs/sysaux01.dbf
/u01/products/oradata/odbs/undotbs01.dbf
/u01/products/oradata/odbs/users01.dbf
✔
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Enterprise Manager Cloud Control 13c
‱ EM13c has Oracle Cloud as first class entity
‱ Configure Backup Module
‱ Configure RMAN backup settings
‱ Perform backup & Recovery
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Configuring Cloud Backup for the Database
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Provide Cloud Credentials
Provide Cloud Credentials
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Confirm and Submit
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Backup Settings: Choose Customized Option
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Choose the Type of Backup : Full or Incremental
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Setup Encryption
Choose this for Password
Based Encryption
For TDE Based Encryption
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Choose Oracle Cloud as Destination
New Oracle Cloud option
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Choose One Time or Schedule
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Choose the Parallelism: 2 or more Preferred
RMAN Parallelism
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
RMAN Script Auto Generation
RMAN Script Generated
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
One Time (On-Demand) Backup Job is Scheduled
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
RMAN Backup Progress can be Monitored
RMAN Output
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Monitor Progress
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Backup Completed Status
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Automatic Scheduling – Weekly Full
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Automatic Scheduling Weekly Full
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Automatic Scheduling – Daily Incremental
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Automatic Scheduling – Daily Incremental
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Monitor the Storage Usage in the Cloud Service Dashboard
Copyright © 2016 Oracle and/or its affiliates. All rights reserved. |
Database Backup Service: DEMO Summary
Easy to deploy
Easy to Backup & Restore
No new commands to learn
Up and running in no time

Weitere Àhnliche Inhalte

Was ist angesagt?

Oracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoOracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoMarkus Michalewicz
 
Oracle Maximum Availability Architecture
Oracle Maximum Availability ArchitectureOracle Maximum Availability Architecture
Oracle Maximum Availability ArchitectureMarketingArrowECS_CZ
 
Systems oracle overview_hardware
Systems oracle overview_hardwareSystems oracle overview_hardware
Systems oracle overview_hardwareFran Navarro
 
Dg broker & client connectivity - High Availability Day 2015
Dg broker & client connectivity -  High Availability Day 2015Dg broker & client connectivity -  High Availability Day 2015
Dg broker & client connectivity - High Availability Day 2015aioughydchapter
 
Oracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous AvailabilityOracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous AvailabilityMarkus Michalewicz
 
Úvod do Oracle Cloud infrastruktury
Úvod do Oracle Cloud infrastrukturyÚvod do Oracle Cloud infrastruktury
Úvod do Oracle Cloud infrastrukturyMarketingArrowECS_CZ
 
Oracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionOracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionMarkus Michalewicz
 
Sun oracle-maa-060407
Sun oracle-maa-060407Sun oracle-maa-060407
Sun oracle-maa-060407Sal Marcus
 
Oracle RAC 12c Release 2 - Overview
Oracle RAC 12c Release 2 - OverviewOracle RAC 12c Release 2 - Overview
Oracle RAC 12c Release 2 - OverviewMarkus Michalewicz
 
RMAN best practices for RAC
RMAN best practices for RACRMAN best practices for RAC
RMAN best practices for RACSyed Hussain
 
Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?DLT Solutions
 
Collaborate 17 Oracle RAC 12cRel 2 Best Practices
Collaborate 17 Oracle RAC 12cRel 2 Best PracticesCollaborate 17 Oracle RAC 12cRel 2 Best Practices
Collaborate 17 Oracle RAC 12cRel 2 Best PracticesAnil Nair
 
Oracle RAC One Node 12c Overview
Oracle RAC One Node 12c OverviewOracle RAC One Node 12c Overview
Oracle RAC One Node 12c OverviewMarkus Michalewicz
 
Understanding oracle rac internals part 1 - slides
Understanding oracle rac internals   part 1 - slidesUnderstanding oracle rac internals   part 1 - slides
Understanding oracle rac internals part 1 - slidesMohamed Farouk
 
Paper: Oracle RAC Internals - The Cache Fusion Edition
Paper: Oracle RAC Internals - The Cache Fusion EditionPaper: Oracle RAC Internals - The Cache Fusion Edition
Paper: Oracle RAC Internals - The Cache Fusion EditionMarkus Michalewicz
 
Oracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 VersionOracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 VersionMarkus Michalewicz
 
NoSQL and MySQL
NoSQL and MySQLNoSQL and MySQL
NoSQL and MySQLTed Wennmark
 
Oracle Fleet Patching and Provisioning Deep Dive Webcast Slides
Oracle Fleet Patching and Provisioning Deep Dive Webcast SlidesOracle Fleet Patching and Provisioning Deep Dive Webcast Slides
Oracle Fleet Patching and Provisioning Deep Dive Webcast SlidesLudovico Caldara
 
Oracle database 12c new features
Oracle database 12c new featuresOracle database 12c new features
Oracle database 12c new featuresJakkrapat S.
 

Was ist angesagt? (20)

Oracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo PruscinoOracle RAC and Your Way to the Cloud by Angelo Pruscino
Oracle RAC and Your Way to the Cloud by Angelo Pruscino
 
Oracle Maximum Availability Architecture
Oracle Maximum Availability ArchitectureOracle Maximum Availability Architecture
Oracle Maximum Availability Architecture
 
Systems oracle overview_hardware
Systems oracle overview_hardwareSystems oracle overview_hardware
Systems oracle overview_hardware
 
Developer day v2
Developer day v2Developer day v2
Developer day v2
 
Dg broker & client connectivity - High Availability Day 2015
Dg broker & client connectivity -  High Availability Day 2015Dg broker & client connectivity -  High Availability Day 2015
Dg broker & client connectivity - High Availability Day 2015
 
Oracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous AvailabilityOracle RAC 12c Rel. 2 for Continuous Availability
Oracle RAC 12c Rel. 2 for Continuous Availability
 
Úvod do Oracle Cloud infrastruktury
Úvod do Oracle Cloud infrastrukturyÚvod do Oracle Cloud infrastruktury
Úvod do Oracle Cloud infrastruktury
 
Oracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion EditionOracle RAC Internals - The Cache Fusion Edition
Oracle RAC Internals - The Cache Fusion Edition
 
Sun oracle-maa-060407
Sun oracle-maa-060407Sun oracle-maa-060407
Sun oracle-maa-060407
 
Oracle RAC 12c Release 2 - Overview
Oracle RAC 12c Release 2 - OverviewOracle RAC 12c Release 2 - Overview
Oracle RAC 12c Release 2 - Overview
 
RMAN best practices for RAC
RMAN best practices for RACRMAN best practices for RAC
RMAN best practices for RAC
 
Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?Why Upgrade to Oracle Database 12c?
Why Upgrade to Oracle Database 12c?
 
Collaborate 17 Oracle RAC 12cRel 2 Best Practices
Collaborate 17 Oracle RAC 12cRel 2 Best PracticesCollaborate 17 Oracle RAC 12cRel 2 Best Practices
Collaborate 17 Oracle RAC 12cRel 2 Best Practices
 
Oracle RAC One Node 12c Overview
Oracle RAC One Node 12c OverviewOracle RAC One Node 12c Overview
Oracle RAC One Node 12c Overview
 
Understanding oracle rac internals part 1 - slides
Understanding oracle rac internals   part 1 - slidesUnderstanding oracle rac internals   part 1 - slides
Understanding oracle rac internals part 1 - slides
 
Paper: Oracle RAC Internals - The Cache Fusion Edition
Paper: Oracle RAC Internals - The Cache Fusion EditionPaper: Oracle RAC Internals - The Cache Fusion Edition
Paper: Oracle RAC Internals - The Cache Fusion Edition
 
Oracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 VersionOracle Multitenant meets Oracle RAC - IOUG 2014 Version
Oracle Multitenant meets Oracle RAC - IOUG 2014 Version
 
NoSQL and MySQL
NoSQL and MySQLNoSQL and MySQL
NoSQL and MySQL
 
Oracle Fleet Patching and Provisioning Deep Dive Webcast Slides
Oracle Fleet Patching and Provisioning Deep Dive Webcast SlidesOracle Fleet Patching and Provisioning Deep Dive Webcast Slides
Oracle Fleet Patching and Provisioning Deep Dive Webcast Slides
 
Oracle database 12c new features
Oracle database 12c new featuresOracle database 12c new features
Oracle database 12c new features
 

Andere mochten auch

Virtualizace datovĂœch center
Virtualizace datovĂœch centerVirtualizace datovĂœch center
Virtualizace datovĂœch centerMarketingArrowECS_CZ
 
What to consider before deploying a meteor app?
What to consider before deploying a meteor app?What to consider before deploying a meteor app?
What to consider before deploying a meteor app?Designveloper
 
Presentation2
Presentation2Presentation2
Presentation2HoJienFei
 
ExploraciĂłn herramientas multimedia
ExploraciĂłn herramientas multimediaExploraciĂłn herramientas multimedia
ExploraciĂłn herramientas multimediaJeckson Loza
 
Citrix XenDesktop Configuration Logging
Citrix XenDesktop Configuration LoggingCitrix XenDesktop Configuration Logging
Citrix XenDesktop Configuration Loggingmarcelvenema
 
SucessfulInsiderThreat
SucessfulInsiderThreatSucessfulInsiderThreat
SucessfulInsiderThreatHammerNJ
 
XenDesktop and XenApp - 2015 summary & bit of future
XenDesktop and XenApp - 2015 summary & bit of futureXenDesktop and XenApp - 2015 summary & bit of future
XenDesktop and XenApp - 2015 summary & bit of futureMarketingArrowECS_CZ
 
Oracle Database Appliance X5-2
Oracle Database Appliance X5-2Oracle Database Appliance X5-2
Oracle Database Appliance X5-2Ileana Somesan
 
K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...
K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...
K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...Fujitsu India
 
Citrix Desktop Master Class - Dec 2016 - Moving to Citrix Cloud
Citrix Desktop Master Class - Dec 2016 - Moving to Citrix CloudCitrix Desktop Master Class - Dec 2016 - Moving to Citrix Cloud
Citrix Desktop Master Class - Dec 2016 - Moving to Citrix CloudLee Bushen
 
What's So Special about the Oracle Database Appliance?
What's So Special about the Oracle Database Appliance?What's So Special about the Oracle Database Appliance?
What's So Special about the Oracle Database Appliance?O-box
 
Oracle Database appliance - Value proposition Webcast
Oracle Database appliance - Value proposition WebcastOracle Database appliance - Value proposition Webcast
Oracle Database appliance - Value proposition WebcastThanos TP
 
Virtual Deep-Dive: XenDesktop 7
Virtual Deep-Dive: XenDesktop 7Virtual Deep-Dive: XenDesktop 7
Virtual Deep-Dive: XenDesktop 7Digicomp Academy AG
 
Oracle Database Appliance Workshop
Oracle Database Appliance WorkshopOracle Database Appliance Workshop
Oracle Database Appliance WorkshopMarketingArrowECS_CZ
 
ChanNathResume
ChanNathResumeChanNathResume
ChanNathResumeNath Chan
 
OpenStack Ceilometer
OpenStack CeilometerOpenStack Ceilometer
OpenStack Ceilometeropenstackindia
 
K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...
K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...
K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...Fujitsu India
 

Andere mochten auch (19)

Virtualizace datovĂœch center
Virtualizace datovĂœch centerVirtualizace datovĂœch center
Virtualizace datovĂœch center
 
What to consider before deploying a meteor app?
What to consider before deploying a meteor app?What to consider before deploying a meteor app?
What to consider before deploying a meteor app?
 
Presentation2
Presentation2Presentation2
Presentation2
 
ExploraciĂłn herramientas multimedia
ExploraciĂłn herramientas multimediaExploraciĂłn herramientas multimedia
ExploraciĂłn herramientas multimedia
 
Citrix XenDesktop Configuration Logging
Citrix XenDesktop Configuration LoggingCitrix XenDesktop Configuration Logging
Citrix XenDesktop Configuration Logging
 
SucessfulInsiderThreat
SucessfulInsiderThreatSucessfulInsiderThreat
SucessfulInsiderThreat
 
XenDesktop and XenApp - 2015 summary & bit of future
XenDesktop and XenApp - 2015 summary & bit of futureXenDesktop and XenApp - 2015 summary & bit of future
XenDesktop and XenApp - 2015 summary & bit of future
 
Oracle Database Appliance X5-2
Oracle Database Appliance X5-2Oracle Database Appliance X5-2
Oracle Database Appliance X5-2
 
K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...
K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...
K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...
 
Citrix Desktop Master Class - Dec 2016 - Moving to Citrix Cloud
Citrix Desktop Master Class - Dec 2016 - Moving to Citrix CloudCitrix Desktop Master Class - Dec 2016 - Moving to Citrix Cloud
Citrix Desktop Master Class - Dec 2016 - Moving to Citrix Cloud
 
What's So Special about the Oracle Database Appliance?
What's So Special about the Oracle Database Appliance?What's So Special about the Oracle Database Appliance?
What's So Special about the Oracle Database Appliance?
 
Oracle Database appliance - Value proposition Webcast
Oracle Database appliance - Value proposition WebcastOracle Database appliance - Value proposition Webcast
Oracle Database appliance - Value proposition Webcast
 
Virtual Deep-Dive: XenDesktop 7
Virtual Deep-Dive: XenDesktop 7Virtual Deep-Dive: XenDesktop 7
Virtual Deep-Dive: XenDesktop 7
 
Oracle Database Appliance Workshop
Oracle Database Appliance WorkshopOracle Database Appliance Workshop
Oracle Database Appliance Workshop
 
ChanNathResume
ChanNathResumeChanNathResume
ChanNathResume
 
OpenStack Ceilometer
OpenStack CeilometerOpenStack Ceilometer
OpenStack Ceilometer
 
NetScaler 11 Update
NetScaler 11 UpdateNetScaler 11 Update
NetScaler 11 Update
 
ODA X6-2 family
ODA X6-2 familyODA X6-2 family
ODA X6-2 family
 
K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...
K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...
K5.Fujitsu World Tour 2016-Winning with NetApp in Digital Transformation Age,...
 

Ähnlich wie Oracle Database Backup Cloud Service

Adventures in Dataguard
Adventures in DataguardAdventures in Dataguard
Adventures in DataguardJason Arneil
 
Oracle Open World Presentation - Oracle RMAN Best Practices for Cloud Backups
Oracle Open World Presentation - Oracle RMAN Best Practices for Cloud Backups Oracle Open World Presentation - Oracle RMAN Best Practices for Cloud Backups
Oracle Open World Presentation - Oracle RMAN Best Practices for Cloud Backups Niklas Iveslatt
 
ORAchk EXAchk what's new in 12.1.0.2.7
ORAchk EXAchk what's new in 12.1.0.2.7ORAchk EXAchk what's new in 12.1.0.2.7
ORAchk EXAchk what's new in 12.1.0.2.7Sandesh Rao
 
Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7
Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7
Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7Gareth Chapman
 
Collaborate 2012 - RMAN Eliminate the mystery
Collaborate 2012 - RMAN Eliminate the mysteryCollaborate 2012 - RMAN Eliminate the mystery
Collaborate 2012 - RMAN Eliminate the mysteryNelson Calero
 
6048618 cloning-procedure-of-r12-single-tier
6048618 cloning-procedure-of-r12-single-tier6048618 cloning-procedure-of-r12-single-tier
6048618 cloning-procedure-of-r12-single-tierbalaji29
 
RMAN – The Pocket Knife of a DBA
RMAN – The Pocket Knife of a DBA RMAN – The Pocket Knife of a DBA
RMAN – The Pocket Knife of a DBA Guatemala User Group
 
B35 all you wanna know about rman by francisco alvarez
B35 all you wanna know about rman by francisco alvarezB35 all you wanna know about rman by francisco alvarez
B35 all you wanna know about rman by francisco alvarezInsight Technology, Inc.
 
Backup DB to Cloud and Restore
Backup DB to Cloud and RestoreBackup DB to Cloud and Restore
Backup DB to Cloud and RestoreMarketingArrowECS_CZ
 
Making Backups in Extreme Situations
Making Backups in Extreme SituationsMaking Backups in Extreme Situations
Making Backups in Extreme SituationsSveta Smirnova
 
FIXING BLOCK CORRUPTION (RMAN) on 11G
FIXING BLOCK CORRUPTION (RMAN) on 11GFIXING BLOCK CORRUPTION (RMAN) on 11G
FIXING BLOCK CORRUPTION (RMAN) on 11GN/A
 
Oracle Database Backup
Oracle Database BackupOracle Database Backup
Oracle Database BackupHandy_Backup
 

Ähnlich wie Oracle Database Backup Cloud Service (20)

Adventures in Dataguard
Adventures in DataguardAdventures in Dataguard
Adventures in Dataguard
 
Oracle Open World Presentation - Oracle RMAN Best Practices for Cloud Backups
Oracle Open World Presentation - Oracle RMAN Best Practices for Cloud Backups Oracle Open World Presentation - Oracle RMAN Best Practices for Cloud Backups
Oracle Open World Presentation - Oracle RMAN Best Practices for Cloud Backups
 
Oam install & config
Oam install & configOam install & config
Oam install & config
 
OAM Install & Config
OAM Install & ConfigOAM Install & Config
OAM Install & Config
 
ORAchk EXAchk what's new in 12.1.0.2.7
ORAchk EXAchk what's new in 12.1.0.2.7ORAchk EXAchk what's new in 12.1.0.2.7
ORAchk EXAchk what's new in 12.1.0.2.7
 
Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7
Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7
Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7
 
oracle dba
oracle dbaoracle dba
oracle dba
 
Cloning 2
Cloning 2Cloning 2
Cloning 2
 
Cloning 2
Cloning 2Cloning 2
Cloning 2
 
Collaborate 2012 - RMAN Eliminate the mystery
Collaborate 2012 - RMAN Eliminate the mysteryCollaborate 2012 - RMAN Eliminate the mystery
Collaborate 2012 - RMAN Eliminate the mystery
 
6048618 cloning-procedure-of-r12-single-tier
6048618 cloning-procedure-of-r12-single-tier6048618 cloning-procedure-of-r12-single-tier
6048618 cloning-procedure-of-r12-single-tier
 
RMAN – The Pocket Knife of a DBA
RMAN – The Pocket Knife of a DBA RMAN – The Pocket Knife of a DBA
RMAN – The Pocket Knife of a DBA
 
B35 all you wanna know about rman by francisco alvarez
B35 all you wanna know about rman by francisco alvarezB35 all you wanna know about rman by francisco alvarez
B35 all you wanna know about rman by francisco alvarez
 
con8832-cloudha-2811114.pdf
con8832-cloudha-2811114.pdfcon8832-cloudha-2811114.pdf
con8832-cloudha-2811114.pdf
 
Backup DB to Cloud and Restore
Backup DB to Cloud and RestoreBackup DB to Cloud and Restore
Backup DB to Cloud and Restore
 
Making Backups in Extreme Situations
Making Backups in Extreme SituationsMaking Backups in Extreme Situations
Making Backups in Extreme Situations
 
FIXING BLOCK CORRUPTION (RMAN) on 11G
FIXING BLOCK CORRUPTION (RMAN) on 11GFIXING BLOCK CORRUPTION (RMAN) on 11G
FIXING BLOCK CORRUPTION (RMAN) on 11G
 
Oracle backup
Oracle backupOracle backup
Oracle backup
 
ZDLRA in Action
ZDLRA in ActionZDLRA in Action
ZDLRA in Action
 
Oracle Database Backup
Oracle Database BackupOracle Database Backup
Oracle Database Backup
 

Mehr von MarketingArrowECS_CZ

INFINIDAT InfiniGuard - 20220330.pdf
INFINIDAT InfiniGuard - 20220330.pdfINFINIDAT InfiniGuard - 20220330.pdf
INFINIDAT InfiniGuard - 20220330.pdfMarketingArrowECS_CZ
 
VyuĆŸijte svou Oracle databĂĄzi na maximum!
VyuĆŸijte svou Oracle databĂĄzi na maximum!VyuĆŸijte svou Oracle databĂĄzi na maximum!
VyuĆŸijte svou Oracle databĂĄzi na maximum!MarketingArrowECS_CZ
 
Jak konsolidovat VaĆĄe databĂĄze s vyuĆŸitĂ­m Cloud sluĆŸeb?
Jak konsolidovat VaĆĄe databĂĄze s vyuĆŸitĂ­m Cloud sluĆŸeb?Jak konsolidovat VaĆĄe databĂĄze s vyuĆŸitĂ­m Cloud sluĆŸeb?
Jak konsolidovat VaĆĄe databĂĄze s vyuĆŸitĂ­m Cloud sluĆŸeb?MarketingArrowECS_CZ
 
Chráníte správně svoje data?
Chráníte správně svoje data?Chráníte správně svoje data?
Chráníte správně svoje data?MarketingArrowECS_CZ
 
Oracle databáze – Konsolidovaná Data Management Platforma
Oracle databáze – Konsolidovaná Data Management PlatformaOracle databáze – Konsolidovaná Data Management Platforma
Oracle databáze – Konsolidovaná Data Management PlatformaMarketingArrowECS_CZ
 
Nové vlastnosti Oracle Database Appliance
Nové vlastnosti Oracle Database ApplianceNové vlastnosti Oracle Database Appliance
Nové vlastnosti Oracle Database ApplianceMarketingArrowECS_CZ
 
Novinky ve světě Oracle DB a koncept konvergovanĂ© databĂĄze
Novinky ve světě Oracle DB a koncept konvergovanĂ© databĂĄzeNovinky ve světě Oracle DB a koncept konvergovanĂ© databĂĄze
Novinky ve světě Oracle DB a koncept konvergovanĂ© databĂĄzeMarketingArrowECS_CZ
 
ZĂĄklady licencovĂĄnĂ­ Oracle software
ZĂĄklady licencovĂĄnĂ­ Oracle softwareZĂĄklady licencovĂĄnĂ­ Oracle software
ZĂĄklady licencovĂĄnĂ­ Oracle softwareMarketingArrowECS_CZ
 
Garance 100% dostupnosti dat! Kdo z vĂĄs to mĂĄ?
Garance 100% dostupnosti dat! Kdo z vĂĄs to mĂĄ?Garance 100% dostupnosti dat! Kdo z vĂĄs to mĂĄ?
Garance 100% dostupnosti dat! Kdo z vĂĄs to mĂĄ?MarketingArrowECS_CZ
 
VyuĆŸijte svou Oracle databĂĄzi naplno
VyuĆŸijte svou Oracle databĂĄzi naplnoVyuĆŸijte svou Oracle databĂĄzi naplno
VyuĆŸijte svou Oracle databĂĄzi naplnoMarketingArrowECS_CZ
 
Oracle Data Protection - 2. část
Oracle Data Protection - 2. částOracle Data Protection - 2. část
Oracle Data Protection - 2. částMarketingArrowECS_CZ
 
Oracle Data Protection - 1. část
Oracle Data Protection - 1. částOracle Data Protection - 1. část
Oracle Data Protection - 1. částMarketingArrowECS_CZ
 
Benefity Oracle Cloudu (4/4): Storage
Benefity Oracle Cloudu (4/4): StorageBenefity Oracle Cloudu (4/4): Storage
Benefity Oracle Cloudu (4/4): StorageMarketingArrowECS_CZ
 
Benefity Oracle Cloudu (3/4): Compute
Benefity Oracle Cloudu (3/4): ComputeBenefity Oracle Cloudu (3/4): Compute
Benefity Oracle Cloudu (3/4): ComputeMarketingArrowECS_CZ
 
InfiniBox z pohledu zĂĄkaznĂ­ka
InfiniBox z pohledu zĂĄkaznĂ­kaInfiniBox z pohledu zĂĄkaznĂ­ka
InfiniBox z pohledu zĂĄkaznĂ­kaMarketingArrowECS_CZ
 
Exadata z pohledu zákazníka a novinky generace X8M - 2. část
Exadata z pohledu zákazníka a novinky generace X8M - 2. částExadata z pohledu zákazníka a novinky generace X8M - 2. část
Exadata z pohledu zákazníka a novinky generace X8M - 2. částMarketingArrowECS_CZ
 
Exadata z pohledu zákazníka a novinky generace X8M - 1. část
Exadata z pohledu zákazníka a novinky generace X8M - 1. částExadata z pohledu zákazníka a novinky generace X8M - 1. část
Exadata z pohledu zákazníka a novinky generace X8M - 1. částMarketingArrowECS_CZ
 
Check Point automatizace a orchestrace
Check Point automatizace a orchestraceCheck Point automatizace a orchestrace
Check Point automatizace a orchestraceMarketingArrowECS_CZ
 

Mehr von MarketingArrowECS_CZ (20)

INFINIDAT InfiniGuard - 20220330.pdf
INFINIDAT InfiniGuard - 20220330.pdfINFINIDAT InfiniGuard - 20220330.pdf
INFINIDAT InfiniGuard - 20220330.pdf
 
VyuĆŸijte svou Oracle databĂĄzi na maximum!
VyuĆŸijte svou Oracle databĂĄzi na maximum!VyuĆŸijte svou Oracle databĂĄzi na maximum!
VyuĆŸijte svou Oracle databĂĄzi na maximum!
 
Jak konsolidovat VaĆĄe databĂĄze s vyuĆŸitĂ­m Cloud sluĆŸeb?
Jak konsolidovat VaĆĄe databĂĄze s vyuĆŸitĂ­m Cloud sluĆŸeb?Jak konsolidovat VaĆĄe databĂĄze s vyuĆŸitĂ­m Cloud sluĆŸeb?
Jak konsolidovat VaĆĄe databĂĄze s vyuĆŸitĂ­m Cloud sluĆŸeb?
 
Chráníte správně svoje data?
Chráníte správně svoje data?Chráníte správně svoje data?
Chráníte správně svoje data?
 
Oracle databáze – Konsolidovaná Data Management Platforma
Oracle databáze – Konsolidovaná Data Management PlatformaOracle databáze – Konsolidovaná Data Management Platforma
Oracle databáze – Konsolidovaná Data Management Platforma
 
Nové vlastnosti Oracle Database Appliance
Nové vlastnosti Oracle Database ApplianceNové vlastnosti Oracle Database Appliance
Nové vlastnosti Oracle Database Appliance
 
Infinidat InfiniGuard
Infinidat InfiniGuardInfinidat InfiniGuard
Infinidat InfiniGuard
 
Infinidat InfiniBox
Infinidat InfiniBoxInfinidat InfiniBox
Infinidat InfiniBox
 
Novinky ve světě Oracle DB a koncept konvergovanĂ© databĂĄze
Novinky ve světě Oracle DB a koncept konvergovanĂ© databĂĄzeNovinky ve světě Oracle DB a koncept konvergovanĂ© databĂĄze
Novinky ve světě Oracle DB a koncept konvergovanĂ© databĂĄze
 
ZĂĄklady licencovĂĄnĂ­ Oracle software
ZĂĄklady licencovĂĄnĂ­ Oracle softwareZĂĄklady licencovĂĄnĂ­ Oracle software
ZĂĄklady licencovĂĄnĂ­ Oracle software
 
Garance 100% dostupnosti dat! Kdo z vĂĄs to mĂĄ?
Garance 100% dostupnosti dat! Kdo z vĂĄs to mĂĄ?Garance 100% dostupnosti dat! Kdo z vĂĄs to mĂĄ?
Garance 100% dostupnosti dat! Kdo z vĂĄs to mĂĄ?
 
VyuĆŸijte svou Oracle databĂĄzi naplno
VyuĆŸijte svou Oracle databĂĄzi naplnoVyuĆŸijte svou Oracle databĂĄzi naplno
VyuĆŸijte svou Oracle databĂĄzi naplno
 
Oracle Data Protection - 2. část
Oracle Data Protection - 2. částOracle Data Protection - 2. část
Oracle Data Protection - 2. část
 
Oracle Data Protection - 1. část
Oracle Data Protection - 1. částOracle Data Protection - 1. část
Oracle Data Protection - 1. část
 
Benefity Oracle Cloudu (4/4): Storage
Benefity Oracle Cloudu (4/4): StorageBenefity Oracle Cloudu (4/4): Storage
Benefity Oracle Cloudu (4/4): Storage
 
Benefity Oracle Cloudu (3/4): Compute
Benefity Oracle Cloudu (3/4): ComputeBenefity Oracle Cloudu (3/4): Compute
Benefity Oracle Cloudu (3/4): Compute
 
InfiniBox z pohledu zĂĄkaznĂ­ka
InfiniBox z pohledu zĂĄkaznĂ­kaInfiniBox z pohledu zĂĄkaznĂ­ka
InfiniBox z pohledu zĂĄkaznĂ­ka
 
Exadata z pohledu zákazníka a novinky generace X8M - 2. část
Exadata z pohledu zákazníka a novinky generace X8M - 2. částExadata z pohledu zákazníka a novinky generace X8M - 2. část
Exadata z pohledu zákazníka a novinky generace X8M - 2. část
 
Exadata z pohledu zákazníka a novinky generace X8M - 1. část
Exadata z pohledu zákazníka a novinky generace X8M - 1. částExadata z pohledu zákazníka a novinky generace X8M - 1. část
Exadata z pohledu zákazníka a novinky generace X8M - 1. část
 
Check Point automatizace a orchestrace
Check Point automatizace a orchestraceCheck Point automatizace a orchestrace
Check Point automatizace a orchestrace
 

KĂŒrzlich hochgeladen

Ahmedabad Escort Service Ahmedabad Call Girl 0000000000
Ahmedabad Escort Service Ahmedabad Call Girl 0000000000Ahmedabad Escort Service Ahmedabad Call Girl 0000000000
Ahmedabad Escort Service Ahmedabad Call Girl 0000000000mountabuangels4u
 
Kolkata Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service Available
Kolkata Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service AvailableKolkata Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service Available
Kolkata Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service AvailableNitya salvi
 
Discover Mathura And Vrindavan A Spritual Journey.pdf
Discover Mathura And Vrindavan A Spritual Journey.pdfDiscover Mathura And Vrindavan A Spritual Journey.pdf
Discover Mathura And Vrindavan A Spritual Journey.pdfMathura Vrindavan Tour Packages
 
Genuine 8250077686 Hot and Beautiful 💕 Chennai Escorts call Girls
Genuine 8250077686 Hot and Beautiful 💕 Chennai Escorts call GirlsGenuine 8250077686 Hot and Beautiful 💕 Chennai Escorts call Girls
Genuine 8250077686 Hot and Beautiful 💕 Chennai Escorts call GirlsDeiva Sain Call Girl
 
Papi kondalu Call Girls 8250077686 Service Offer VIP Hot Model
Papi kondalu Call Girls 8250077686 Service Offer VIP Hot ModelPapi kondalu Call Girls 8250077686 Service Offer VIP Hot Model
Papi kondalu Call Girls 8250077686 Service Offer VIP Hot ModelDeiva Sain Call Girl
 
❀Personal Contact Number Mcleodganj Call Girls 8617697112💩✅.
❀Personal Contact Number Mcleodganj Call Girls 8617697112💩✅.❀Personal Contact Number Mcleodganj Call Girls 8617697112💩✅.
❀Personal Contact Number Mcleodganj Call Girls 8617697112💩✅.Nitya salvi
 
Night 7k to 12k Daman Call Girls 👉👉 8617697112⭐⭐ 100% Genuine Escort Service ...
Night 7k to 12k Daman Call Girls 👉👉 8617697112⭐⭐ 100% Genuine Escort Service ...Night 7k to 12k Daman Call Girls 👉👉 8617697112⭐⭐ 100% Genuine Escort Service ...
Night 7k to 12k Daman Call Girls 👉👉 8617697112⭐⭐ 100% Genuine Escort Service ...Nitya salvi
 
Hire 💕 8617697112 Reckong Peo Call Girls Service Call Girls Agency
Hire 💕 8617697112 Reckong Peo Call Girls Service Call Girls AgencyHire 💕 8617697112 Reckong Peo Call Girls Service Call Girls Agency
Hire 💕 8617697112 Reckong Peo Call Girls Service Call Girls AgencyNitya salvi
 
Genuine 8250077686 Hot and Beautiful 💕 Amaravati Escorts call Girls
Genuine 8250077686 Hot and Beautiful 💕 Amaravati Escorts call GirlsGenuine 8250077686 Hot and Beautiful 💕 Amaravati Escorts call Girls
Genuine 8250077686 Hot and Beautiful 💕 Amaravati Escorts call GirlsDeiva Sain Call Girl
 
Darjeeling Call Girls 8250077686 Service Offer VIP Hot Model
Darjeeling Call Girls 8250077686 Service Offer VIP Hot ModelDarjeeling Call Girls 8250077686 Service Offer VIP Hot Model
Darjeeling Call Girls 8250077686 Service Offer VIP Hot ModelDeiva Sain Call Girl
 
Kanpur Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
Kanpur Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort ServiceKanpur Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
Kanpur Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort ServiceDamini Dixit
 
Top places to visit, top tourist destinations
Top places to visit, top tourist destinationsTop places to visit, top tourist destinations
Top places to visit, top tourist destinationsswarajdm34
 
Hire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
Hire 💕 8617697112 Champawat Call Girls Service Call Girls AgencyHire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
Hire 💕 8617697112 Champawat Call Girls Service Call Girls AgencyNitya salvi
 
Top travel agency in panchkula - Best travel agents in panchkula
Top  travel agency in panchkula - Best travel agents in panchkulaTop  travel agency in panchkula - Best travel agents in panchkula
Top travel agency in panchkula - Best travel agents in panchkulauseyourbrain1122
 
WhatsApp Chat: 📞 8617697112 Hire Call Girls Cooch Behar For a Sensual Sex Exp...
WhatsApp Chat: 📞 8617697112 Hire Call Girls Cooch Behar For a Sensual Sex Exp...WhatsApp Chat: 📞 8617697112 Hire Call Girls Cooch Behar For a Sensual Sex Exp...
WhatsApp Chat: 📞 8617697112 Hire Call Girls Cooch Behar For a Sensual Sex Exp...Nitya salvi
 
sample sample sample sample sample sample
sample sample sample sample sample samplesample sample sample sample sample sample
sample sample sample sample sample sampleCasey Keith
 
Jhargram call girls 📞 8617697112 At Low Cost Cash Payment Booking
Jhargram call girls 📞 8617697112 At Low Cost Cash Payment BookingJhargram call girls 📞 8617697112 At Low Cost Cash Payment Booking
Jhargram call girls 📞 8617697112 At Low Cost Cash Payment BookingNitya salvi
 
Sample sample sample sample sample sample
Sample sample sample sample sample sampleSample sample sample sample sample sample
Sample sample sample sample sample sampleCasey Keith
 
IATA GEOGRAPHY AREAS in the world, HM111
IATA GEOGRAPHY AREAS in the world, HM111IATA GEOGRAPHY AREAS in the world, HM111
IATA GEOGRAPHY AREAS in the world, HM1112022472524
 
Ooty call girls 📞 8617697112 At Low Cost Cash Payment Booking
Ooty call girls 📞 8617697112 At Low Cost Cash Payment BookingOoty call girls 📞 8617697112 At Low Cost Cash Payment Booking
Ooty call girls 📞 8617697112 At Low Cost Cash Payment BookingNitya salvi
 

KĂŒrzlich hochgeladen (20)

Ahmedabad Escort Service Ahmedabad Call Girl 0000000000
Ahmedabad Escort Service Ahmedabad Call Girl 0000000000Ahmedabad Escort Service Ahmedabad Call Girl 0000000000
Ahmedabad Escort Service Ahmedabad Call Girl 0000000000
 
Kolkata Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service Available
Kolkata Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service AvailableKolkata Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service Available
Kolkata Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service Available
 
Discover Mathura And Vrindavan A Spritual Journey.pdf
Discover Mathura And Vrindavan A Spritual Journey.pdfDiscover Mathura And Vrindavan A Spritual Journey.pdf
Discover Mathura And Vrindavan A Spritual Journey.pdf
 
Genuine 8250077686 Hot and Beautiful 💕 Chennai Escorts call Girls
Genuine 8250077686 Hot and Beautiful 💕 Chennai Escorts call GirlsGenuine 8250077686 Hot and Beautiful 💕 Chennai Escorts call Girls
Genuine 8250077686 Hot and Beautiful 💕 Chennai Escorts call Girls
 
Papi kondalu Call Girls 8250077686 Service Offer VIP Hot Model
Papi kondalu Call Girls 8250077686 Service Offer VIP Hot ModelPapi kondalu Call Girls 8250077686 Service Offer VIP Hot Model
Papi kondalu Call Girls 8250077686 Service Offer VIP Hot Model
 
❀Personal Contact Number Mcleodganj Call Girls 8617697112💩✅.
❀Personal Contact Number Mcleodganj Call Girls 8617697112💩✅.❀Personal Contact Number Mcleodganj Call Girls 8617697112💩✅.
❀Personal Contact Number Mcleodganj Call Girls 8617697112💩✅.
 
Night 7k to 12k Daman Call Girls 👉👉 8617697112⭐⭐ 100% Genuine Escort Service ...
Night 7k to 12k Daman Call Girls 👉👉 8617697112⭐⭐ 100% Genuine Escort Service ...Night 7k to 12k Daman Call Girls 👉👉 8617697112⭐⭐ 100% Genuine Escort Service ...
Night 7k to 12k Daman Call Girls 👉👉 8617697112⭐⭐ 100% Genuine Escort Service ...
 
Hire 💕 8617697112 Reckong Peo Call Girls Service Call Girls Agency
Hire 💕 8617697112 Reckong Peo Call Girls Service Call Girls AgencyHire 💕 8617697112 Reckong Peo Call Girls Service Call Girls Agency
Hire 💕 8617697112 Reckong Peo Call Girls Service Call Girls Agency
 
Genuine 8250077686 Hot and Beautiful 💕 Amaravati Escorts call Girls
Genuine 8250077686 Hot and Beautiful 💕 Amaravati Escorts call GirlsGenuine 8250077686 Hot and Beautiful 💕 Amaravati Escorts call Girls
Genuine 8250077686 Hot and Beautiful 💕 Amaravati Escorts call Girls
 
Darjeeling Call Girls 8250077686 Service Offer VIP Hot Model
Darjeeling Call Girls 8250077686 Service Offer VIP Hot ModelDarjeeling Call Girls 8250077686 Service Offer VIP Hot Model
Darjeeling Call Girls 8250077686 Service Offer VIP Hot Model
 
Kanpur Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
Kanpur Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort ServiceKanpur Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
Kanpur Call Girls Service ☎ 82500–77686 ☎ Enjoy 24/7 Escort Service
 
Top places to visit, top tourist destinations
Top places to visit, top tourist destinationsTop places to visit, top tourist destinations
Top places to visit, top tourist destinations
 
Hire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
Hire 💕 8617697112 Champawat Call Girls Service Call Girls AgencyHire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
Hire 💕 8617697112 Champawat Call Girls Service Call Girls Agency
 
Top travel agency in panchkula - Best travel agents in panchkula
Top  travel agency in panchkula - Best travel agents in panchkulaTop  travel agency in panchkula - Best travel agents in panchkula
Top travel agency in panchkula - Best travel agents in panchkula
 
WhatsApp Chat: 📞 8617697112 Hire Call Girls Cooch Behar For a Sensual Sex Exp...
WhatsApp Chat: 📞 8617697112 Hire Call Girls Cooch Behar For a Sensual Sex Exp...WhatsApp Chat: 📞 8617697112 Hire Call Girls Cooch Behar For a Sensual Sex Exp...
WhatsApp Chat: 📞 8617697112 Hire Call Girls Cooch Behar For a Sensual Sex Exp...
 
sample sample sample sample sample sample
sample sample sample sample sample samplesample sample sample sample sample sample
sample sample sample sample sample sample
 
Jhargram call girls 📞 8617697112 At Low Cost Cash Payment Booking
Jhargram call girls 📞 8617697112 At Low Cost Cash Payment BookingJhargram call girls 📞 8617697112 At Low Cost Cash Payment Booking
Jhargram call girls 📞 8617697112 At Low Cost Cash Payment Booking
 
Sample sample sample sample sample sample
Sample sample sample sample sample sampleSample sample sample sample sample sample
Sample sample sample sample sample sample
 
IATA GEOGRAPHY AREAS in the world, HM111
IATA GEOGRAPHY AREAS in the world, HM111IATA GEOGRAPHY AREAS in the world, HM111
IATA GEOGRAPHY AREAS in the world, HM111
 
Ooty call girls 📞 8617697112 At Low Cost Cash Payment Booking
Ooty call girls 📞 8617697112 At Low Cost Cash Payment BookingOoty call girls 📞 8617697112 At Low Cost Cash Payment Booking
Ooty call girls 📞 8617697112 At Low Cost Cash Payment Booking
 

Oracle Database Backup Cloud Service

  • 1.
  • 2. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Oracle Database Backup Cloud Service Simplify And Lower The Cost Of Protecting Oracle Databases Click-through Demo using CLI & Enterprise Manager Cloud Control 13c Jan’16 2
  • 3. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Demo: Oracle Database Backup Service 4 Simple Steps 1. Subscribe 2. Install 3. Configure RMAN 4. Backup & Recovery
  • 4. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Demo: Step #1 1. Subscribe 2. Install 3. Configure RMAN 4. Backup & Recovery ‱ Subscribe Oracle Database Backup Service (or) ‱ Sign-up for a Trial
  • 5. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Option #1: Purchase Oracle Database Backup Service https://shop.oracle.com/
  • 6. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Option #2: Sign-up for a Trial https://cloud.oracle.com/database_backup
  • 7. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Option #2: Sign-up for a Trial – Contd. https://cloud.oracle.com/database_backup
  • 8. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Option #2: Sign-up for a Trial – Non-Metered Contd..
  • 9. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Option #2: Sign-up for a Trial – Non-Metered Contd.. After Submission, wait for the activation email. Then Activate the Service
  • 10. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Add Users & Assign Roles ‱ Add more users ‱ Add Storage Administrator & Storage Read-Write Group roles ‱ Use that account information during client side RMAN module installation
  • 11. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Cloud Service Portal
  • 12. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | 1. Subscribe 2. Install 3. Configure RMAN 4. Backup & Recovery ‱ Download the Installer from OTN ‱ Install the module Demo: Step #2
  • 13. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Download Oracle Database Cloud Backup Module from OTN
  • 14. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Run the Installer [oracle@localhost OPC] unzip opc_installer.zip [oracle@localhost OPC] ls opc* opc_install.jar opc_readme.txt [oracle@localhost OPC]$ java -jar opc_install.jar -serviceName myService –identityDomain myDomain -opcid sridhar.ranganathan@oracle.com -opcPass ’myPassword' -libDir /home/oracle/OPC/lib -walletDir /home/oracle/OPC/wallet Oracle Database Cloud Backup Module Install Tool, build 2015-05-12 Oracle Database Cloud Backup Module credentials are valid. Oracle Database Cloud Backup Module wallet created in directory /home/oracle/OPC/wallet. Oracle Database Cloud Backup Module initialization file /u01/products/db/12.1/dbs/opcodbs.ora created. Downloading Oracle Database Cloud Backup Module Software Library from file opc_linux64.zip. Downloaded 23169388 bytes in 152 seconds. Transfer rate was 152430 bytes/second. Download complete.
  • 15. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Demo: Step #3 1. Subscribe 2. Install 3. Configure RMAN 4. Backup & Recovery ‱ Configure RMAN to use SBT Library, configure Parallelism etc.
  • 16. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | RMAN Configuration $ rman target / Recovery Manager: Release 12.1.0.1.0 - Production on Sun Sep 13 09:41:08 2015 Copyright (c) 1982, 2013, Oracle and/or its affiliates. All rights reserved. connected to target database: odbs (DBID=2636081010, open) RMAN>CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' PARMS 'SBT_LIBRARY=/home/oracle/OPC/lib/ libopc.so, ENV=(OPC_PFILE=/u01/products/db/12.1/dbs/opcodbs.ora)'; RMAN> CONFIGURE COMPRESSION ALGORITHM 'MEDIUM’; RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON; RMAN> CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 4 BACKUP TYPE TO BACKUPSET; RMAN> SHOW ALL;
  • 17. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Demo: Step #4 1. Subscribe 2. Install 3. Configure RMAN 4. Backup & Recovery ‱ Perform Backup to Oracle Cloud ‱ Simulate accidental deletion of data files ‱ Restore and recovery from Cloud ‱ Open the database
  • 18. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Perform RMAN Backups RMAN> SET ENCRYPTION ON IDENTIFIED BY 'abc123' ONLY; executing command: SET encryption RMAN> BACKUP DEVICE TYPE SBT AS COMPRESSED BACKUPSET DATABASE PLUS ARCHIVELOG FORMAT '%d_%U'; Starting backup at 13-SEP-15 current log archived released channel: ORA_DISK_1 released channel: ORA_DISK_2 released channel: ORA_DISK_3 released channel: ORA_DISK_4 released channel: ORA_DISK_5 released channel: ORA_DISK_6 released channel: ORA_DISK_7 released channel: ORA_DISK_8 allocated channel: ORA_SBT_TAPE_1 channel ORA_SBT_TAPE_1: SID=42 device type=SBT_TAPE channel ORA_SBT_TAPE_1: Oracle Database Backup Service Library VER=3.15.1.16
  • 19. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Perform RMAN Backups Contd.. allocated channel: ORA_SBT_TAPE_1 channel ORA_SBT_TAPE_1: SID=42 device type=SBT_TAPE channel ORA_SBT_TAPE_1: Oracle Database Backup Service Library VER=3.15.1.16 allocated channel: ORA_SBT_TAPE_2 channel ORA_SBT_TAPE_2: SID=56 device type=SBT_TAPE channel ORA_SBT_TAPE_2: Oracle Database Backup Service Library VER=3.15.1.16 allocated channel: ORA_SBT_TAPE_3 channel ORA_SBT_TAPE_3: SID=50 device type=SBT_TAPE channel ORA_SBT_TAPE_3: Oracle Database Backup Service Library VER=3.15.1.16 allocated channel: ORA_SBT_TAPE_4 channel ORA_SBT_TAPE_4: SID=58 device type=SBT_TAPE channel ORA_SBT_TAPE_4: Oracle Database Backup Service Library VER=3.15.1.16 channel ORA_SBT_TAPE_1: starting compressed archived log backup set channel ORA_SBT_TAPE_1: specifying archived log(s) in backup set input archived log thread=1 sequence=7 RECID=23 STAMP=890304044 channel ORA_SBT_TAPE_1: starting piece 1 at 13-SEP-15 channel ORA_SBT_TAPE_1: finished piece 1 at 13-SEP-15 piece handle=ODBSLAB_2gqh1thm_1_1 tag=TAG20150913T104054 comment=API Version 2.0,MMS Version 3.15.1.16
  • 20. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Perform RMAN Backups Contd.. 
 Starting backup at 13-SEP-15 current log archived using channel ORA_SBT_TAPE_1 using channel ORA_SBT_TAPE_2 using channel ORA_SBT_TAPE_3 using channel ORA_SBT_TAPE_4 channel ORA_SBT_TAPE_1: starting compressed archived log backup set channel ORA_SBT_TAPE_1: specifying archived log(s) in backup set input archived log thread=1 sequence=8 RECID=24 STAMP=890304635 channel ORA_SBT_TAPE_1: starting piece 1 at 13-SEP-15 channel ORA_SBT_TAPE_1: finished piece 1 at 13-SEP-15 piece handle=ODBSLAB_2lqh1u3s_1_1 tag=TAG20150913T105035 comment=API Version 2.0,MMS Version 3.15.1.16 channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:04:05 Finished backup at 13-SEP-15 Starting Control File and SPFILE Autobackup at 13-SEP-15 piece handle=c-2636081010-20150913-00 comment=API Version 2.0,MMS Version 3.15.1.16 Finished Control File and SPFILE Autobackup at 13-SEP-15
  • 21. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Confirm Backup Information RMAN> LIST BACKUP; BS Key Type LV Size Device Type Elapsed Time Completion Time ------- ---- -- ---------- ----------- ------------ --------------- 48 Full 42.75M SBT_TAPE 00:01:35 13-SEP-15 BP Key: 48 Status: AVAILABLE Compressed: YES Tag: TAG20150913T104509 Handle: 2iqh1tpm_1_1 Media: myDomain.storage.oraclecloud.com/v1/myService-usoraclei List of Datafiles in backup set 48 File LV Type Ckp SCN Ckp Time Name ---- -- ---- ---------- --------- ---- 2 Full 785064 13-SEP-15 /u01/products/oradata/odbslab/sysaux01.dbf BS Key Type LV Size Device Type Elapsed Time Completion Time ------- ---- -- ---------- ----------- ------------ --------------- 49 Full 59.00M SBT_TAPE 00:05:23 13-SEP-15 BP Key: 49 Status: AVAILABLE Compressed: YES Tag: TAG20150913T104509 Handle: 2hqh1tpm_1_1 Media: myDomain.storage.oraclecloud.com/v1/myService-usoraclei RMAN> RESTORE VALIDATE;
  • 22. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Simulate Physical Corruption (Accidental Deletion) [oracle@localhost odbs]$ ls -l total 1025880 -rw-r-----. 1 oracle users 10043392 Sep 13 11:04 control01.ctl -rw-r-----. 1 oracle users 52429312 Sep 13 11:02 redo01.log -rw-r-----. 1 oracle users 52429312 Sep 13 10:50 redo02.log -rw-r-----. 1 oracle users 293609472 Sep 13 11:01 sysaux01.dbf -rw-r-----. 1 oracle users 377495552 Sep 13 11:00 system01.dbf -rw-r-----. 1 oracle users 20979712 Sep 13 10:21 temp01.dbf -rw-r-----. 1 oracle users 256909312 Sep 13 11:01 undotbs01.dbf -rw-r-----. 1 oracle users 5251072 Sep 13 10:55 users01.dbf [oracle@localhost odbs]$ rm *.dbf [oracle@localhost odbs]$ ls -l total 112216 -rw-r-----. 1 oracle users 10043392 Sep 13 11:04 control01.ctl -rw-r-----. 1 oracle users 52429312 Sep 13 11:02 redo01.log -rw-r-----. 1 oracle users 52429312 Sep 13 10:50 redo02.log
  • 23. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Start the Database [oracle@localhost odbs]$ sqlplus / as sysdba SQL*Plus: Release 12.1.0.1.0 Production on Sun Sep 13 11:06:05 2015 Copyright (c) 1982, 2013, Oracle. All rights reserved. Connected to an idle instance. SQL> startup ORACLE instance started. Total System Global Area 835104768 bytes Fixed Size 2293880 bytes Variable Size 612372360 bytes Database Buffers 218103808 bytes Redo Buffers 2334720 bytes Database mounted. ORA-01157: cannot identify/lock data file 1 - see DBWR trace file ORA-01110: data file 1: '/u01/products/oradata/odbs/system01.dbf'
  • 24. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Perform RMAN RESTORE RMAN> SET DECRYPTION IDENTIFIED BY 'abc123'; executing command: SET decryption using target database control file instead of recovery catalog RMAN> RESTORE DATABASE; Starting restore at 13-SEP-15 allocated channel: ORA_SBT_TAPE_1 channel ORA_SBT_TAPE_1: SID=22 device type=SBT_TAPE channel ORA_SBT_TAPE_1: Oracle Database Backup Service Library VER=3.15.1.16 allocated channel: ORA_SBT_TAPE_2 channel ORA_SBT_TAPE_2: SID=19 device type=SBT_TAPE channel ORA_SBT_TAPE_2: Oracle Database Backup Service Library VER=3.15.1.16 allocated channel: ORA_SBT_TAPE_3 channel ORA_SBT_TAPE_3: SID=23 device type=SBT_TAPE channel ORA_SBT_TAPE_3: Oracle Database Backup Service Library VER=3.15.1.16 allocated channel: ORA_SBT_TAPE_4 channel ORA_SBT_TAPE_4: SID=24 device type=SBT_TAPE 

  • 25. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Perform RMAN RESTORE Contd.. channel ORA_SBT_TAPE_1: starting datafile backup set restore channel ORA_SBT_TAPE_1: specifying datafile(s) to restore from backup set channel ORA_SBT_TAPE_1: restoring datafile 00004 to /u01/products/oradata/odbs/users01.dbf channel ORA_SBT_TAPE_1: reading from backup piece 2kqh1tpm_1_1 channel ORA_SBT_TAPE_2: starting datafile backup set restore channel ORA_SBT_TAPE_2: specifying datafile(s) to restore from backup set channel ORA_SBT_TAPE_2: restoring datafile 00003 to /u01/products/oradata/odbs/undotbs01.dbf channel ORA_SBT_TAPE_4: restoring datafile 00001 to /u01/products/oradata/odbs/system01.dbf channel ORA_SBT_TAPE_4: reading from backup piece 2hqh1tpm_1_1 channel ORA_SBT_TAPE_1: piece handle=2kqh1tpm_1_1 tag=TAG20150913T104509 channel ORA_SBT_TAPE_1: restored backup piece 1 channel ORA_SBT_TAPE_1: restore complete, elapsed time: 00:00:15 channel ORA_SBT_TAPE_2: piece handle=2jqh1tpm_1_1 tag=TAG20150913T104509 channel ORA_SBT_TAPE_2: restored backup piece 1 
 channel ORA_SBT_TAPE_4: piece handle=2hqh1tpm_1_1 tag=TAG20150913T104509 channel ORA_SBT_TAPE_4: restored backup piece 1 channel ORA_SBT_TAPE_4: restore complete, elapsed time: 00:06:05 Finished restore at 13-SEP-15
  • 26. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Perform RMAN Recovery RMAN> RECOVER DATABASE; Starting recover at 13-SEP-15 using channel ORA_SBT_TAPE_1 using channel ORA_SBT_TAPE_2 using channel ORA_SBT_TAPE_3 using channel ORA_SBT_TAPE_4 using channel ORA_DISK_1 using channel ORA_DISK_2 using channel ORA_DISK_3 using channel ORA_DISK_4 using channel ORA_DISK_5 using channel ORA_DISK_6 using channel ORA_DISK_7 using channel ORA_DISK_8 starting media recovery media recovery complete, elapsed time: 00:01:12
  • 27. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Open the Database RMAN> alter database open; Statement processed RMAN> select name, open_mode from v$database; NAME OPEN_MODE --------- -------------------- odbs READ WRITE RMAN> select name from v$datafile; NAME -------------------------------------------------------------------------------- /u01/products/oradata/odbs/system01.dbf /u01/products/oradata/odbs/sysaux01.dbf /u01/products/oradata/odbs/undotbs01.dbf /u01/products/oradata/odbs/users01.dbf ✔
  • 28. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Enterprise Manager Cloud Control 13c ‱ EM13c has Oracle Cloud as first class entity ‱ Configure Backup Module ‱ Configure RMAN backup settings ‱ Perform backup & Recovery
  • 29. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Configuring Cloud Backup for the Database
  • 30. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Provide Cloud Credentials Provide Cloud Credentials
  • 31. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Confirm and Submit
  • 32. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Backup Settings: Choose Customized Option
  • 33. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Choose the Type of Backup : Full or Incremental
  • 34. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Setup Encryption Choose this for Password Based Encryption For TDE Based Encryption
  • 35. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Choose Oracle Cloud as Destination New Oracle Cloud option
  • 36. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Choose One Time or Schedule
  • 37. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Choose the Parallelism: 2 or more Preferred RMAN Parallelism
  • 38. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | RMAN Script Auto Generation RMAN Script Generated
  • 39. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | One Time (On-Demand) Backup Job is Scheduled
  • 40. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | RMAN Backup Progress can be Monitored RMAN Output
  • 41. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Monitor Progress
  • 42. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Backup Completed Status
  • 43. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Automatic Scheduling – Weekly Full
  • 44. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Automatic Scheduling Weekly Full
  • 45. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Automatic Scheduling – Daily Incremental
  • 46. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Automatic Scheduling – Daily Incremental
  • 47. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Monitor the Storage Usage in the Cloud Service Dashboard
  • 48. Copyright © 2016 Oracle and/or its affiliates. All rights reserved. | Database Backup Service: DEMO Summary Easy to deploy Easy to Backup & Restore No new commands to learn Up and running in no time