Zero Data Loss Recovery Appliance: Deep Dive and Best Practices from Development

Size: px
Start display at page:

Download "Zero Data Loss Recovery Appliance: Deep Dive and Best Practices from Development"

Transcription

1

2 Zero Data Loss Recovery Appliance: Deep Dive and Best Practices from Development CON6679 Kelly Smith, Sr. Principal Product Manager, Oracle Jony Safi, Consulting Member of Technical Staff, Oracle Gabriel Nitulescu, IT Project Leader Database, Capital Fund Management October 4, 2017 Copyright 2017, Oracle and/or its affiliates. All rights reserved.

3 Safe Harbor Statement 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, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. Copyright 2017, Oracle and/or its affiliates. All rights reserved. 3

4 Recovery Appliance Agenda Overview Best Practices Manageability Best Practices Configuration Best Practices Backup and Recovery Best Practices Validation, Security and Troubleshooting Capital Fund Management Customer Success Story Copyright 2017, Oracle and/or its affiliates. All rights reserved. 4

5 Recovery Appliance Agenda Overview Best Practices Manageability Best Practices Configuration Best Practices Backup and Recovery Best Practices Validation, Security and Troubleshooting Capital Fund Management Customer Success Story Copyright 2017, Oracle and/or its affiliates. All rights reserved. 5

6 Recovery Appliance Unique Benefits for Business and I.T. Eliminate Data Loss Real-time redo transport provides instant protection of ongoing transactions Zero to Sub-1s RPO Minimal Impact Backups Production databases only send changes. All backup and tape processing offloaded Savings, Backup Time Shrinks Database Level Recoverability End-to-end reliability, visibility, and control of databases - not disjoint files Recovery Readiness, Validations Cloud-Scale Protection Easily protect all databases in the data center using massively scalable service HA and Scalable Architecture Copyright 2017, Oracle and/or its affiliates. All rights reserved. 6

7 Zero Data Loss Recovery Appliance Engineered Data Protection For The Oracle Database Continually Validates Recovery Status Recover To Any Point In Time Direct Database To Database Communication Code-level Integration with Data Guard, RMAN, OSB Designed by Oracle Database Development Team for Oracle Database Copyright 2017, Oracle and/or its affiliates. All rights reserved. 7

8 Zero Data Loss Recovery Appliance Protected Databases Delta Push Send only Incremental changes and no more full backups Real-time transactions copied over for continuous data protection Recovery Appliance Offloads Tape Backup Integrated Media Manager / Third Party Backup Client SW Protects all DBs in Data Center RMAN Driven Framework Petabytes of data Oracle c, any platform No expensive DB backup agents Delta Store Stores validated, compressed data on disk Fast restores to any point-in-time Built on Exadata scaling and resilience Enterprise Manager end-to-end control Replicates to Remote Recovery Appliance Copyright 2017, Oracle and/or its affiliates. All rights reserved. 8

9 Recovery Appliance Best Practices Jony Safi Copyright 2017, Oracle and/or its affiliates. All rights reserved. 9

10 Recovery Appliance Program Agenda Overview Best Practices Manageability Best Practices Configuration Best Practices Backup and Recovery Best Practices Validation, Security and Troubleshooting Capital Fund Management Customer Success Story 10 Copyright 2017, Oracle and/or its affiliates. All rights reserved.

11 Before You Start The Recovery Appliance is an APPLIANCE Performance Tuned Resilient Highly Available Use Enterprise Manager for Management Monitoring, & Alerting Use the Recovery Appliance Information Center Run Exachkmonthly to ensure Recovery Appliance Health Subscribe to MOS alerts and refer periodically to the following notes: Recovery Appliance Critical Issues MOS note for critical issues alerts Recovery Appliance Supported Versions MOS note for latest software updates Copyright 2017, Oracle and/or its affiliates. All rights reserved. 11

12 Best Practices Unified Management Dashboard Copyright 2017, Oracle and/or its affiliates. All rights reserved. 12

13 Exachk & RA Information Center Copyright 2017, Oracle and/or its affiliates. All rights reserved. 13

14 Recovery Appliance Program Agenda Overview Best Practices Manageability Best Practices Configuration Best Practices Backup and Recovery Best Practices Validation, Security and Troubleshooting Capital Fund Management Customer Success Story 14 Copyright 2017, Oracle and/or its affiliates. All rights reserved.

15 Network Configuration Options 10GE and IB ZDLRA supports 10GigE (recommended) and InfiniBand Owner s Guide, Chapter 9 has details on how to configure Backup Ingest over IB Note: Real-Time Redo Transport uses 10GigE network ONLY VLAN for security Backup and restore traffic from different VLANs is not routed. Recovery Appliance supports VLAN tagging on the ingest network Protected DB hosts on different and isolated VLANs can be connected directly to the RA Copyright 2017, Oracle and/or its affiliates. All rights reserved. 15

16 Adjusting Default Settings Do not make any changes to Recovery Appliance IT S AN APPLIANCE and it s already optimized Restrictions and supported configuration exceptions in MOS note Use MAX_RETENTION_WINDOW to enforce hard limits on data retention for all databases within a protection policy. Use in cases where there are stringent compliance / regulatory requirements Best practices is to set the value higher than the Recovery Window Goal. Backups are forcibly removed after exceeding window Recovery Window Goals should be used to manage backup space consumption Copyright 2017, Oracle and/or its affiliates. All rights reserved. 16

17 Recovery Appliance Program Agenda Overview Best Practices Manageability Best Practices Configuration Best Practices Backup and Recovery Best Practices Validation, Security and Troubleshooting Capital Fund Management Customer Success Story 17 Copyright 2017, Oracle and/or its affiliates. All rights reserved.

18 Backup & Configuration Overview Steps to Backup & Configure a Database using Enterprise Manager Cloud Control Create Protection Policy on Recovery Appliance (RA) Add Protected Database to RA Configure Backup Settings for Protected Database Schedule one-time Level 0 (Full) Backup with Custom Backup, then Level 1s with Oracle-Suggested Recovery Appliance Backup Copyright 2017, Oracle and/or its affiliates. All rights reserved. 18

19 Backup Best Practices Create Incremental L0 (full) as first backup Create subsequent Cumulative L1 backups Incremental Forever Use Section Size for Large Datafiles (e.g. 1+ TB) Use 64GB as starting point and evaluate up to (aggregate data files size / # channels) Virtual Full Backup Creation Monitoring After a L1 incremental backup the RA indexes it and builds the corresponding Virtual Full. Check EM for error messages like ORA-64760: Database XYZ has had tasks in ordering wait state for over X days. Refer to MOS note: Diagnostic SQL script for tasks in ORDERING_WAIT status on Recovery Appliance (Doc ID ) Copyright 2017, Oracle and/or its affiliates. All rights reserved. 19

20 Backup Best Practices Cont. Use Transparent Data Encryption (TDE) instead of RMAN encryption Use native database compression instead of RMAN compression Use block change tracking for all protected databases $ rman target <target string> catalog <catalog string> backup device type sbt cumulative incremental level 1 filesperset 1 section size 64g database plus archivelog not backed up filesperset 32; Copyright 2017, Oracle and/or its affiliates. All rights reserved. 20

21 What To Do With Existing Backups? RMAN backups to disk or NFS share (including Data Domain share) Can be imported into the Recovery Appliance via polling Become part of the Incremental Forever strategy on the RA Backups taken using 3 rd party backup software Leave the agent in place on the protected DB hosts until retention expires Leverage dual backup (disk & tape) strategy if needed in interim Removing agents saves system resources Copyright 2017, Oracle and/or its affiliates. All rights reserved. 21

22 Restore & Recovery Best Practices Use RMAN Restore Database / Recover Database as you would today No new RMAN commands to learn. Intelligent built-in recovery catalog in RA RMAN is aware of the validated backups on disk, tape or replica. Restore is transparent and simple Restore directly from tape or RA Replica without staging on local RA if local disk backups are not present Performance considerations Maximize # of RMAN channels for Restore unless they are other active databases on the target Restore operations are always auto prioritized within RA without preventing other backup operations Bigfile Tablespace Practices and Considerations (recall backup best practice using SECTION SIZE) Oracle 11g databases can restore initial L0 with SECTION SIZE to parallelize sections across channels Restoring virtual fulls (created from L1s) does not parallelize sections Oracle 12c databases can restore L0 and virtual fulls with SECTION SIZE parallelism across channels Copyright 2017, Oracle and/or its affiliates. All rights reserved. 22

23 Recovery Appliance and Data Guard RA Real-Time Redo does NOT require a Data Guard License Primary Location Standby Location Fast Incremental Redo (ASYNC) Primary Database Data Guard Transport sync/async Remote Standby Database Fast Incremental Redo (ASYNC) MAA Recommendations: One Recovery Appliance (RA) per data center Backup primary and standby databases to the local RA No RA replication for any databases with a remote standby needed Restore operation can use any RA in any location Copyright 2017, Oracle and/or its affiliates. All rights reserved. 23

24 Recovery Appliance and Data Guard Maximum Availability Architecture (MAA) White Paper Post Data Guard role transition No change in backup operations. Continue to backup both the primary and standby databases to the local RA Deploying the Zero Data Loss Recovery Appliance in a Data Guard Configuration Refer to or Deploying Zero Data Loss Recovery Appliance in a Data Guard Configuration (Updated August 2017) Copyright 2017, Oracle and/or its affiliates. All rights reserved. 24

25 Backup & Redo Failover to Alternate Appliance Alternate appliance serves as backup staging area when primary appliance is unavailable, then syncs with primary afterwards No virtual fulls created on alternate, hence recoverability not supported Space sized for n incrementals and archived log backups during primary downtime period Benefits: Preserves backup continuity during planned maintenance / upgrades Prevents local Fast Recovery Areas from filling up with archived logs Alternate Appliance Copyright 2017, Oracle and/or its affiliates. All rights reserved. X Primary Appliance 25

26 Backup & Redo Failover to Alternate Appliance Backup and redo failover destination when primary appliance is unavailable (e.g. during patching) BF_BACKUP Policy on Primary RA Incrementals Redo BFOSAKA RA Osaka RA Tokyo Virtual Fulls Metadata Sync Up RA Osaka -> RA Tokyo Replication Server BF_FORWARD Policy on Alternate RA: STORE_AND_FORWARD = YES Copyright 2017, Oracle and/or its affiliates. All rights reserved. 26

27 Backup Failover to Alternate Appliance Backup and redo failover destination when primary appliance is unavailable BF_BACKUP Policy on Primary RA Alternate appliance takes over backups and redo transport BFOSAKA X RA Osaka RA Tokyo BF_FORWARD Policy on Alternate RA: STORE_AND_FORWARD = YES Copyright 2017, Oracle and/or its affiliates. All rights reserved. 27

28 Backup Failover to Alternate Appliance Backup and redo failover destination when primary appliance is unavailable Alternate appliance takes over backups and redo transport When primary appliance is back online, all interim backups are replicated from alternate and virtual full backups are created on primary BF_BACKUP Policy on Primary RA BFOSAKA RA Osaka RA Tokyo BF_FORWARD Policy on Alternate RA: STORE_AND_FORWARD = YES Copyright 2017, Oracle and/or its affiliates. All rights reserved. 28

29 Backup Failover to Alternate Appliance Backup and redo failover destination when primary appliance is unavailable Alternate appliance takes over backups and redo transport When primary appliance is back online, all interim backups are replicated from alternate and virtual full backups are created on primary Once all virtual fulls are completed, backups and redo transport can restart to the primary appliance BF_BACKUP Policy on Primary RA Incrementals Redo BFOSAKA RA Osaka RA Tokyo BF_FORWARD Policy on Alternate RA: STORE_AND_FORWARD = YES Copyright 2017, Oracle and/or its affiliates. All rights reserved. 29

30 Recovery Appliance Program Agenda Overview Best Practices Manageability Best Practices Configuration Best Practices Backup and Recovery Best Practices Reporting, Security and Troubleshooting Capital Fund Management Customer Success Story 30 Copyright 2017, Oracle and/or its affiliates. All rights reserved.

31 Recovery Appliance BI Reports Reports are available to help the Recovery Appliance administrator understand resource utilization, alerts, and historical operations Reports examples include: Active Incidents API History Capacity Planning Recovery Window Summary Top 10 Databases by Data Transfer Protected Databases Details Chargeback Reports Copyright 2017, Oracle and/or its affiliates. All rights reserved. 31

32 Protected Database KNOW that you database is protected! Top section contains the following information: - Protected Database - Space Used - RPO / Recovery Window - Unprotected Window - Last Backup time - Last Tape Copy - Last Replication Copyright 2017, Oracle and/or its affiliates. All rights reserved. 32

33 Chargeback Report Pay as RA Storage is Utilized (Least) Charge for space as it is used on the Recovery Appliance Scenario: Think of this as similar to an metered model where the customer only pays for utilization. The database being protected is charged only for the space utilized. Example: A 6 month retention would ramp up in cost since utilization on month 1 is lower than month 6. Copyright 2017, Oracle and/or its affiliates. All rights reserved. 33

34 Chargeback Report- Pay as RA Storage is Utilized-cont d Monthly RA Storage space consumption for this database. Display of RA space used to calculate the chargeback. Copyright 2017, Oracle and/or its affiliates. All rights reserved. 34

35 Chargeback Report- Pay as RA Storage is Utilized-cont d Monthly cost for this database on RA Storage. Copyright 2017, Oracle and/or its affiliates. All rights reserved. 35

36 Chargeback Report- Pay as RA Storage is Utilized-cont d Monthly cost for this database on tape. Copyright 2017, Oracle and/or its affiliates. All rights reserved. 36

37 Recovery Appliance Security Customers requiring end to end security Client to Recovery Appliance, or Recovery Appliance to Client Upcoming: Security in Flight (TCPS, HTTPS) Adding a protected database Recovery Appliance VPC user credentials to an existing OID wallet (Doc ID ) Security in the Recovery Appliance Recovery Appliance administrators responsibilities Create Virtual Private Catalog (VPC) User Assign protected databases to a specific VPC User The protected database administrator can see all databases that share a common VPC user Copyright 2017, Oracle and/or its affiliates. All rights reserved. 37

38 Recovery Appliance Important Notes Whenever you open a service request SRDC - Zero Data Loss Recovery Appliance (ZDLRA) Data Collection (Doc ID ) For troubleshooting Recovery Appliance issues refer to ZDLRA Detailed Troubleshooting Methodology (Doc ID ) ZDLRA System Activity Script (Doc ID ) When upgrading the Recovery Appliance Software Zero Data Loss Recovery Appliance Supported Versions (Doc ID ) Zero Data Loss Recovery Appliance Upgrade and Patching (Doc ID ) Copyright 2017, Oracle and/or its affiliates. All rights reserved. 38

39 Recovery Appliance Program Agenda Overview Best Practices Manageability Best Practices Configuration Best Practices Backup and Recovery Best Practices Reporting, Security and Troubleshooting Capital Fund Management Customer Success Story 39 Copyright 2017, Oracle and/or its affiliates. All rights reserved.

40 CFM October 04, 2017 ZDLRA implementation at CFM Presented by Gabriel Nitulescu Project Leader CFM

41 CFM Who Are We? Fundamental research applied to financial markets CFM invests in Science, Technology and Finance 25 years of experience in managing trading systems A rational process that produces robust Trading Algorithms Proprietary software able to execute & control large volumes of data 180 People Offices in Paris, London, New York, Tokyo CFM

42 CFM Data Protection Desired Architecture DB_A_frep_00 DataGuard DB_A_frcn_00 FREP Archived logs backup Database backup FREP Archived log backup database backup Backup FREP Backup FRCN CFM

43 CFM Workload Characterization CFM

44 CFM Legacy Data Protection Strategy Oracle Best Practices Disk to Disk to Tape Daily to Disk RUN { RECOVER COPY OF DATABASE WITH TAG 'UPDATABLE'; BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY WITH TAG 'UPDATABLE' DATABASE; BACKUP DEVICE TYPE SBT ARCHIVELOG ALL NOT BACKED UP ; } Weekly to Tape RUN { BACKUP DEVICE TYPE SBT RECOVERY AREA; } +DATA +RECO MAA Best Practices Architecture Two Independent Data Centers with Data Guard No special procedures in case of disaster or maintenance Production Impacts Large FRA size (1,7 DB Size) High CPU Utilization During Backup High Bandwidth Utilization for Weekly Backups BD_A DB_B Image copy 24 TB 38 TB Inc0 5 TB 12 TB Inc1 0.3 TB 0.2 TB Archives / day 3 TB 1 TB Flashback logs / day 1 TB 0.3 TB CFM

45 CFM Why ZDLRA? Technical advantages (Virtual Full & Real-Time Redo Transport) Reduce CPU required for backup => no more backup window => sizing => licenses Backup & Recovery performances Financial Aspects (Lower TCO) Zero Data Loss Recovery Appliance Lower Cost than Primary Storage (FRA on Production Server) > Savings of 40% CFM

46 CFM OEM implementation White Paper Deploying the Zero Data Loss Recovery Appliance in a Data Guard Configuration OEM based implementation Minimize downtime CFM

47 CFM Enrolling Protected Databases Enrolling Primary Protected Database with Recovery Appliance SQL> exec DBMS_RA.ADD_DB (db_unique_name=> 'PRODOMR_FREP_00', protection_policy_name => 'CFM_003_DAYS', reserved_space=>'51g'); SQL> exec DBMS_RA.GRANT_DB_ACCESS (db_unique_name => 'PRODOMR_FREP_00',username => 'vpccfm'); SQL> select DB_UNIQUE_NAME,DBID,DB_KEY from ra_database ORDER BY DB_UNIQUE_NAME; Repeat for Standby Protected Database with Recovery Appliance SQL> exec DBMS_RA.ADD_DB (db_unique_name=> 'PRODOMR_FRCN_00', protection_policy_name => 'CFM_003_DAYS', reserved_space=>'51g'); SQL> exec DBMS_RA.GRANT_DB_ACCESS (db_unique_name => 'PRODOMR_FRCN_00',username => 'vpccfm'); SQL> select DB_UNIQUE_NAME,DBID,DB_KEY from ra_database ORDER BY DB_UNIQUE_NAME; DGMGRL> switchover to 'prodomr_frcn_00'; rman target catalog RMAN> register database; database registered in recovery catalog starting full resync of recovery catalog full resync complete RMAN> show all; RMAN configuration parameters for database with db_unique_name PRODOMR_FREP_00 are: CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE'; CONFIGURE CONTROLFILE AUTOBACKUP ON; CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 2 BACKUP TYPE TO BACKUPSET; CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' FORMAT '%d_%u' PARMS "SBT_LIBRARY=/u01/app/oracle/product/ /dbhome_1/lib/libra.so, ENV=(RA_WALLET='location=file:/u01/app/oracle/wallet credential_alias=zfrep00_catalog')"; CONFIGURE DB_UNIQUE_NAME 'PRODOMR_FRCN_00' CONNECT IDENTIFIER 'PRODOMR_FRCN_00_DR'; CONFIGURE DB_UNIQUE_NAME 'PRODOMR_FREP_00' CONNECT IDENTIFIER 'PRODOMR_FREP_00_DR'; CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY BACKED UP 1 TIMES TO 'SBT_TAPE'; [oracle@<db_server_frep>]$ rman target /@PRODOMR_FRCN_00_DR catalog /@zfrcn00_catalog RMAN> register database; database registered in recovery catalog starting full resync of recovery catalog full resync complete RMAN> show all; RMAN configuration parameters for database with db_unique_name PRODOMR_FRCN_00 are: CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE'; CONFIGURE CONTROLFILE AUTOBACKUP ON; CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 2 BACKUP TYPE TO BACKUPSET; CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' FORMAT '%d_%u' PARMS "SBT_LIBRARY=/u01/app/oracle/product/ /dbhome_1/lib/libra.so, ENV=(RA_WALLET='location=file:/u01/app/oracle/wallet credential_alias=zfrcn00_catalog')"; CONFIGURE DB_UNIQUE_NAME 'PRODOMR_FRCN_00' CONNECT IDENTIFIER 'PRODOMR_FRCN_00_DR'; CONFIGURE DB_UNIQUE_NAME 'PRODOMR_FREP_00' CONNECT IDENTIFIER 'PRODOMR_FREP_00_DR'; CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON ALL STANDBY BACKED UP 1 TIMES TO 'SBT_TAPE'; DGMGRL> switchover to 'prodomr_frep_00';

48 CFM CLI Backup Scripts RMAN Backup Job Scripts $ cat backup_inc_l0.rman run { backup device type sbt tag 'INCFOREVER' cumulative incremental level 0 filesperset 1 section size 64g database plus archivelog not backed up filesperset 32;} Level 0: One time $ cat backup_inc_l1.rman run { backup device type sbt tag 'INCFOREVER' cumulative incremental level 1 filesperset 1 section size 64g database plus archivelog not backed up filesperset 32;} Level 1: Daily RMAN Backup Job Output $time rman target /@PRODOMR_FREP_00_DR catalog /@zfrep00_catalog cmdfile=backup_inc_l1.rman log=backup_inc_l1_${oracle_sid}.`date +"%Y%m%d%H%M%S"`.log & allocated channel: ORA_SBT_TAPE_1 channel ORA_SBT_TAPE_1: RA Library (ZFREP) SID=47483A6E3C363BB5E053345B430A24E2 $time rman target /@PRODOMR_FRCN_00_DR catalog /@zfrcn00_catalog cmdfile=backup_inc_l1.rman log=backup_inc_l1_${oracle_sid}.`date +"%Y%m%d%H%M%S"`.log & channel ORA_SBT_TAPE_1: RA Library (ZFRCN) SID=480AB266A1C90E9EE0533E5B460A5440 skipping archived logs of thread 1 from sequence to 43535; already backed up Actual OEM limitation CFM

49 CFM Data Protection Architecture with Recovery Appliance efrcn00-vm01 efrep00-vm01 DataGuard DB_A_frcn_00 CFM 2017 backup FREP FREP backup DB_A_frep_

50 CFM CLI real time redo: Redo Transport Authentication Using a Password File Data Guard Concepts and Administration 6 Redo Transport Services > Redo Transport Authentication Using a Password File SQL> create user vpccfm identified by xxxxxx; SQL> grant sysoper to VPCCFM; SQL> select * from V$PWFILE_USERS; USERNAME SYSDB SYSOP SYSAS SYS TRUE TRUE FALSE VPCCFM FALSE TRUE FALSE SQL> ALTER SYSTEM SET redo_transport_user = 'VPCCFM' SCOPE=SPFILE; SQL> ho scp orapwd${oracle_sid} SQL> shutdown immediate; All standby databases SQL> startup; SQL> show parameter redo NAME TYPE VALUE redo_transport_user string VPCCFM Same User for Redo Transport and Backup (VPC) CFM

51 CFM Enable Real-Time Redolog Shipping Updating DGMGRL Configuration Configuring Log Archive Destination to RA DGMGRL> add recovery_appliance ZFREP as connect identifier is 'ZFREP00_CATALOG'; DGMGRL> enable recovery_appliance ZFREP; DGMGRL> add recovery_appliance ZFRCN as connect identifier is 'ZFRCN00_CATALOG'; DGMGRL> enable recovery_appliance ZFRCN; DGMGRL> show configuration; Configuration - prodomr_dg Protection Mode: MaxPerformance Members: prodomr_frep_00 - Primary database prodomr_frcn_00 - Physical standby database zfrep - Backup appliance zfrcn - Backup appliance No cascade redo FREP SQL> alter system set log_archive_dest_4='service=zfrep00_catalog VALID_FOR=(ALL_LOGFILES, ALL_ROLES) ASYNC DB_UNIQUE_NAME=zfrep' scope=both FRCN SQL> alter system set log_archive_dest_4='service=zfrcn00_catalog VALID_FOR=(ALL_LOGFILES, ALL_ROLES) ASYNC DB_UNIQUE_NAME=zfrcn' scope=both sid='*'; Confirming Configuration SQL as rasys@zfrcn00 > select DB_UNIQUE_NAME, NZDL_ACTIVE, SPACE_USAGE/1024 as SPACE_USAGE_TB, DISK_RESERVED_SPACE/1024 as DISK_RESERVED_SPACE_TB, round(deduplication_factor,2) from RA_DATABASE order by DB_UNIQUE_NAME; DB_UNIQUE_NAME NZD SPACE_USAGE_TB DISK_RESERVED_SPACE_TB ROUND(DEDUPLICATION_FACTOR,2) PRODOMR_FRCN_00 YES CFM

52 CFM Real-Time Data Protection Architecture with Recovery Appliance efrcn00-vm01 efrep00-vm01 DataGuard FREP backup backup Real time Redo Shipping FREP CFM 2017 Redo Shipping DB_A_frcn_00 DB_A_frep_

53 CFM Real-Time Data Protection with Recovery Appliance & Data Guard Broker efrcn00-vm01 efrep00-vm01 DataGuard FREP backup backup Real time Redo Shipping FREP Real time Redo Shipping DB_A_frcn_00 DB_A_frep_00 * RDBMS <= * RDBMS >= Active far Sync CFM

54 CFM Backup Elapsed Time & Resource Usage DB Size = 12TB RMAN Backup Channels = 8 CFM

55 CFM Results 1 of 2 CFM

56 CFM Results 1 of 2 CFM

57 CFM Results 2 of 2 CFM

58 CFM Results 2 of 2 CFM

59 CFM Summary Positive Results Improvements Needed Technical: Minimized Backup Window Offloaded Database Server CPU Increased Recovery Performance o Virtual full backup, Compression Ability to implement the desired architecture Better OEM integration More Detailed Documentation More Oracle University Courseware Improved Support Skills Price: Lower TCO Reduce impact of CPU for backup => licenses «User TB» on RA vs FRA Project: Implementation is less complex than first impression CFM

60 Summary / Q&A Copyright 2017, Oracle and/or its affiliates. All rights reserved.

61 Summary It s all about simplification Simpler environment = better stability Follow the best practices It s an Appliance! Follow MOS notes Patch regularly Copyright 2017, Oracle and/or its affiliates. All rights reserved.

62 Meet us in the Platform Showcase Area in Moscone West! Copyright 2017, Oracle and/or its affiliates. All rights reserved.

63 Stay Informed After OpenWorld LinkedIn: Oracle IT Infrastructure group Copyright 2017, Oracle and/or its affiliates. All rights reserved. 63

64 Safe Harbor Statement The preceding 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, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. Copyright 2017, Oracle and/or its affiliates. All rights reserved. 64

65 Copyright 2017, Oracle and/or its affiliates. All rights reserved. 65

66

ZDLRA implementation at CFM

ZDLRA implementation at CFM October 04, 2017 ZDLRA implementation at CFM Presented by Gabriel Nitulescu Project Leader CFM 2017 www.cfm.fr www.cfm.fr Who Are We? Fundamental research applied to financial markets CFM invests in Science,

More information

ZDLRA High Availability for Backup and Recovery

ZDLRA High Availability for Backup and Recovery ZDLRA High Availability for Backup and Recovery Oracle Server Technology High Availability Systems Development Maximum Availability Architecture September 2018 Safe Harbor Statement The following is intended

More information

Deploying the Zero Data Loss Recovery Appliance in a Data Guard Configuration ORACLE WHITE PAPER MARCH 2018

Deploying the Zero Data Loss Recovery Appliance in a Data Guard Configuration ORACLE WHITE PAPER MARCH 2018 Deploying the Zero Data Loss Recovery Appliance in a Data Guard Configuration ORACLE WHITE PAPER MARCH 2018 Table of Contents Introduction 1 Overview 2 Prerequisites 2 Deploying Recovery Appliances with

More information

Oracle Recovery Manager Tips and Tricks for On-Premises and Cloud Databases

Oracle Recovery Manager Tips and Tricks for On-Premises and Cloud Databases Oracle Recovery Manager Tips and Tricks for On-Premises and Cloud Databases CON6677 Marco Calmasini Sr. Principal Product Manager, Oracle Gagan Singh, Sr. Database Architect, Intel Copyright 2017, Oracle

More information

Zero Data Loss Recovery Appliance: Insider s Guide to Architecture & Best Practices

Zero Data Loss Recovery Appliance: Insider s Guide to Architecture & Best Practices Zero Data Loss Recovery Appliance: Insider s Guide to Architecture & Best Practices Tim Chien Director of Product Management Oracle Development Jony Safi Senior Manager Oracle Development Stefan Reiners

More information

Oracle Zero Data Loss Recovery Appliance (ZDLRA)

Oracle Zero Data Loss Recovery Appliance (ZDLRA) Oracle Zero Data Loss Recovery Appliance (ZDLRA) Overview Attila Mester Principal Sales Consultant Data Protection Copyright 2015, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement

More information

Zero Data Loss Recovery Appliance DOAG Konferenz 2014, Nürnberg

Zero Data Loss Recovery Appliance DOAG Konferenz 2014, Nürnberg Zero Data Loss Recovery Appliance Frank Schneede, Sebastian Solbach Systemberater, BU Database, Oracle Deutschland B.V. & Co. KG Safe Harbor Statement The following is intended to outline our general product

More information

Oracle Zero Data Loss Recovery Appliance

Oracle Zero Data Loss Recovery Appliance Oracle Zero Data Loss Recovery Appliance Dave Robbins Senior Solutions Consultant Backup and Recovery Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

Exadata Database Machine Backup and Restore Configuration and Operational Best Practices O R A C L E W H I T E P A P E R J U L Y

Exadata Database Machine Backup and Restore Configuration and Operational Best Practices O R A C L E W H I T E P A P E R J U L Y Exadata Database Machine Backup and Restore Configuration and Operational Best Practices O R A C L E W H I T E P A P E R J U L Y 2 0 1 8 Table of Contents Introduction 1 Backup Options 1 Exadata Database

More information

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved. Database Level 100 Rohit Rahi November 2018 1 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Oracle Database 11g Data Guard

Oracle Database 11g Data Guard Oracle Database 11g Data Guard Overview This course introduces the delegate to the main architectural concepts of Data Guard. Delegates will learn how to use Oracle Data Guard to protect Oracle Databases

More information

Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN

Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN Oracle database backup using the HPE StoreOnce Catalyst Plug-in for Oracle RMAN Technical white paper Technical white paper Contents Introduction...

More information

RMAN with ZDLRA at Exelon

RMAN with ZDLRA at Exelon RMAN with ZDLRA at Exelon Who am I? Been a DBA since 1992 Oracle 6.0.7 Various development and Unix System Administration From Denmark. Immigrated to the US in 1996. Became a US Citizen in 2015 Worked

More information

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Audience Data Warehouse Administrator Database Administrators Support Engineer Technical Administrator Technical Consultant Related Training Required Prerequisites Knowledge of Oracle Database 12c Knowledge

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle Data Guard 12c Zero Data Loss at Any Distance Joseph Meeks Director of Product Management, Oracle Madhu Tumma Technology Director, J P Morgan Chase 2 Program Agenda Zero Data Loss Disaster Protection

More information

Question No: 1 Which two statements are true for Data Guard environments with multi-tenant databases?

Question No: 1 Which two statements are true for Data Guard environments with multi-tenant databases? Volume: 92 Questions Question No: 1 Which two statements are true for Data Guard environments with multi-tenant databases? A. DB_UNIQUE_NAME must be specified differently for each pluggable database within

More information

Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW

Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW Oracle University Contact Us: 0845 777 7711 Oracle Database 12c: Backup and Recovery Workshop Ed 2 NEW Duration: 5 Days What you will learn This Oracle Database 12c: Backup and Recovery Workshop will teach

More information

Oracle DBA workshop I

Oracle DBA workshop I Complete DBA(Oracle 11G DBA +MySQL DBA+Amazon AWS) Oracle DBA workshop I Exploring the Oracle Database Architecture Oracle Database Architecture Overview Oracle ASM Architecture Overview Process Architecture

More information

Database Tables to Storage Bits: Data Protection Best Practices for Oracle Database

Database Tables to Storage Bits: Data Protection Best Practices for Oracle Database Database Tables to Storage Bits: Data Protection Best Practices for Oracle Database Ashish Ray, Senior Director, Product Management, Oracle Gurmeet Goindi, Principal Product Manager, Oracle Gagan Singh,

More information

Oracle CoreTech Update OASC Opening 17. November 2014

Oracle CoreTech Update OASC Opening 17. November 2014 Oracle CoreTech Update OASC Opening 17. November 2014 Roger Wullschleger Senior Manager Sales Consulting CoreTech Oracle Software (Schweiz) GmbH Copyright 2014, Oracle and/or its affiliates. All rights

More information

The Fastest and Most Cost-Effective Backup for Oracle Database: What s New in Oracle Secure Backup 10.2

The Fastest and Most Cost-Effective Backup for Oracle Database: What s New in Oracle Secure Backup 10.2 1 The Fastest and Most Cost-Effective Backup for Oracle Database: What s New in Oracle Secure Backup 10.2 Donna Cooksey Principal Product Manager, Oracle Corporation Sean McKeown

More information

Oracle Database 18c and Autonomous Database

Oracle Database 18c and Autonomous Database Oracle Database 18c and Autonomous Database Maria Colgan Oracle Database Product Management March 2018 @SQLMaria Safe Harbor Statement The following is intended to outline our general product direction.

More information

Deploying High Availability and Business Resilient R12 Applications over the Cloud

Deploying High Availability and Business Resilient R12 Applications over the Cloud Deploying High Availability and Business Resilient R12 Applications over the Cloud Session ID#: 13773 Deploying R12 applications over the cloud - The best practices you need to know and the pitfalls to

More information

Oracle Database 11g Administration Workshop II

Oracle Database 11g Administration Workshop II Oracle Database 11g Administration Workshop II Course information Days : 5 Total lessons : 20 Suggested Prerequisites : Oracle Database 11g: SQL Fundamentals I Oracle Database 11g: Administration Workshop

More information

CO Oracle Database 11g: Data Guard Administration

CO Oracle Database 11g: Data Guard Administration CO-52161 Oracle Database 11g: Data Guard Administration Summary Duration 4 Days Audience Database Administrators, Support Engineers and Technical Analysts Level Professional Technology Oracle Database

More information

FILE / RMAN BACKUP PRODUCTS MANUAL EBOOK

FILE / RMAN BACKUP PRODUCTS MANUAL EBOOK 31 October, 2017 FILE / RMAN BACKUP PRODUCTS MANUAL EBOOK Document Filetype: PDF 111.76 KB 0 FILE / RMAN BACKUP PRODUCTS MANUAL EBOOK You took this cold RMAN backup from a development database, your developpers

More information

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Oracle University Contact Us: Toll Free: 0008004401672 Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Duration: 5 Days What you will learn In this Oracle Database 12c R2: Backup and Recovery

More information

Oracle Database 11g: Administration Workshop I DBA Release 2

Oracle Database 11g: Administration Workshop I DBA Release 2 Oracle Database 11g: Administration Workshop II DBA Release 2 What you will learn: This course takes the database administrator beyond the basic tasks covered in the first workshop. The student begins

More information

Modernize Your Backup and DR Using Actifio in AWS

Modernize Your Backup and DR Using Actifio in AWS FOR AWS Modernize Your Backup and DR Using Actifio in AWS 150105H FOR AWS Modernize Your Backup and DR Using Actifio in AWS What is Actifio? Actifio virtualizes the data that s the lifeblood of business.

More information

Enterprise Manager: Scalable Oracle Management

Enterprise Manager: Scalable Oracle Management Session id:xxxxx Enterprise Manager: Scalable Oracle John Kennedy System Products, Server Technologies, Oracle Corporation Enterprise Manager 10G Database Oracle World 2003 Agenda Enterprise Manager 10G

More information

ORACLE 12C - M-IV - DBA - ADMINISTRADOR DE BANCO DE DADOS II

ORACLE 12C - M-IV - DBA - ADMINISTRADOR DE BANCO DE DADOS II ORACLE 12C - M-IV - DBA - ADMINISTRADOR DE BANCO DE DADOS II CONTEÚDO PROGRAMÁTICO Core Concepts and Tools of the Oracle Database The Oracle Database Architecture: Overview ASM Storage Concepts Connecting

More information

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Oracle University Contact Us: +386 1 588 88 13 Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Duration: 5 Days What you will learn In this Oracle Database 12c R2: Backup and Recovery Workshop,

More information

Oracle Secure Backup 12.1 Technical Overview

Oracle Secure Backup 12.1 Technical Overview Oracle Secure Backup 12.1 Technical Overview February 12, 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

CO Oracle Database 12c: Backup and Recovery Workshop

CO Oracle Database 12c: Backup and Recovery Workshop CO-78850 Oracle Database 12c: Backup and Recovery Workshop Summary Duration 5 Days Audience Data Warehouse Administrators, Database Administrators, Support Engineers, Technical Administrators, Technical

More information

Oracle 11g Data Guard Manual Failover Steps

Oracle 11g Data Guard Manual Failover Steps Oracle 11g Data Guard Manual Failover Steps Step by step approach to configure Oracle 11g Physical Standby Data Guard on CentOS 6.5 OS. In my case, Ingredients to simulate Physical Standby data guard SYSTEM

More information

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Duration: 5 Days What you will learn In this Oracle Database 12c R2: Backup and Recovery Workshop,

More information

Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments. Solution Overview Cisco Public

Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments. Solution Overview Cisco Public Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments Veeam Availability Solution for Cisco UCS: Designed for Virtualized Environments 1 2017 2017 Cisco Cisco and/or and/or its

More information

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3

Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Oracle University Contact Us: Toll Free: 0008004401672 Oracle Database 12c R2: Backup and Recovery Workshop Ed 3 Duration: 5 Days What you will learn In this Oracle Database 12c R2: Backup and Recovery

More information

Oracle Database 11g for Experienced 9i Database Administrators

Oracle Database 11g for Experienced 9i Database Administrators Oracle Database 11g for Experienced 9i Database Administrators 5 days Oracle Database 11g for Experienced 9i Database Administrators Course Overview The course will give experienced Oracle 9i database

More information

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Description The SQL Fundamentals exam is intended to verify that certification candidates have a basic understanding of the SQL language. It covers the

More information

Oracle 12c Dataguard Administration (32 Hours)

Oracle 12c Dataguard Administration (32 Hours) Oracle 12c Dataguard Administration (32 Hours) Course Topics Introduction to Oracle Data Guard What Is Oracle Data Guard? Types of Standby Databases Types of Data Guard Services Role Transitions: Switchover

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Recovery Manager (RMAN): Not Just for Backups Anymore Steven Wertheimer, Oracle, Senior Director Jeff Branan, TDS Telecom, Database

More information

Oracle DBA Course Content

Oracle DBA Course Content 1 Oracle DBA Course Content Database Architecture: Introduction to Instance and Database How user connects to database How SQL statement process in the database Oracle data dictionary and its role Memory

More information

Oracle Database Backup Service

Oracle Database Backup Service Oracle Database Backup Service Backup of On-Premise Databases to Cloud Matheus Boesing Matheus Boesing Oracle Database12c Maximum Availability Certified Expert (OCE) Oracle Database12c Performance Management

More information

Zero Data Loss Recovery Appliance ORACLE WHITE PAPER DECEMBER 2017

Zero Data Loss Recovery Appliance ORACLE WHITE PAPER DECEMBER 2017 Zero Data Loss Recovery Appliance ORACLE WHITE PAPER DECEMBER 2017 Table of Contents Table of Contents 0 Introduction 1 The Vital Role of Business Data Protection 1 Data Protection Challenges 1 Weekly

More information

Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2

Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2 Oracle - Oracle Database 12c: Backup and Recovery Workshop Ed 2 Code: Lengt h: URL: 12cDB-BR 5 days View Online This Oracle Database 12c: Backup and Recovery Workshop will teach you how to evaluate your

More information

Oracle Database 12c: Dataguard Administration

Oracle Database 12c: Dataguard Administration Oracle Database 12c: Dataguard Administration Intended Audience:DBA/Support Engineer/Technical Consultant Pre-Requisites:Practical Knowledge on Database Administration/Linux Operating System Fundamentals

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8 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,

More information

Programa de Actualización Profesional ACTI Oracle Database 11g: Administration Workshop II

Programa de Actualización Profesional ACTI Oracle Database 11g: Administration Workshop II Programa de Actualización Profesional ACTI Oracle Database 11g: Administration Workshop II What you will learn This Oracle Database 11g: Administration Workshop II Release 2 training takes the database

More information

Oracle Database 12c: Data Guard Administration LVC

Oracle Database 12c: Data Guard Administration LVC Oracle University Contact Us: Local: 0180 2000 526 Intl: +49 8914301200 Oracle Database 12c: Data Guard Administration LVC Duration: 4 Days What you will learn This Oracle Database 12c: Data Guard Administration

More information

Oracle Database 12c: Data Guard Administration

Oracle Database 12c: Data Guard Administration Oracle University Contact Us: + 38516306373 Oracle Database 12c: Data Guard Administration Duration: 4 Days What you will learn This Oracle Database 12c: Data Guard Administration Ed 1 training teaches

More information

Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Copyright 2018, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement 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

More information

How to Troubleshoot Databases and Exadata Using Oracle Log Analytics

How to Troubleshoot Databases and Exadata Using Oracle Log Analytics How to Troubleshoot Databases and Exadata Using Oracle Log Analytics Nima Haddadkaveh Director, Product Management Oracle Management Cloud October, 2018 Copyright 2018, Oracle and/or its affiliates. All

More information

Copyright 2011, Oracle and/or its affiliates. All rights reserved.

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

More information

1. Name of Course: Oracle Database 12c: Backup and Recovery Workshop

1. Name of Course: Oracle Database 12c: Backup and Recovery Workshop ITSW 2037 Course Syllabus 1. Name of Course: Oracle Database 12c: Backup and Recovery Workshop 2. Number of Clock Hours: 60 hours 3. Course Description: Students will gain an understanding of Oracle database

More information

Using image copies for Oracle database backups. Unibet Group plc 2016

Using image copies for Oracle database backups. Unibet Group plc 2016 Using image copies for Oracle database backups Ilmar Kerm @ilmarkerm Who am I Problem with BackupS implementing image copy BACKUPS AND how to recover Beyond recovery Comparison with Oracle ZDLRA Free CODE!

More information

CO Oracle Database 12c: Data Guard Administration

CO Oracle Database 12c: Data Guard Administration CO-79232 Oracle Database 12c: Data Guard Administration Summary Duration 4 Days Audience Database Administrators, Support Engineers and Technical Analysts Level Professional Technology Oracle Database

More information

Extreme Backup and Recovery on the Oracle Database Machine

Extreme Backup and Recovery on the Oracle Database Machine Extreme Backup and Recovery on the Oracle Database Machine Michael Nowak, Consulting Member of Technical Staff, Oracle Phil Stephenson, Principal Product Manager, Oracle Scope A flash

More information

Course Outline: Oracle Database 11g: Administration II. Learning Method: Instructor-led Classroom Learning. Duration: 5.

Course Outline: Oracle Database 11g: Administration II. Learning Method: Instructor-led Classroom Learning. Duration: 5. Course Outline: Oracle Database 11g: Administration II Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: In this course, the concepts and architecture that support

More information

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours What you will learn This course advances your success as an Oracle professional in the area of database administration.

More information

ORACLE DATA GUARD REAL WORLD EXAMPLES AND TROUBLESHOOTING

ORACLE DATA GUARD REAL WORLD EXAMPLES AND TROUBLESHOOTING ORACLE DATA GUARD REAL WORLD EXAMPLES AND TROUBLESHOOTING AGENDA Brief overview Scenario High Availability Architecture Data Guard Until today Oracle 18c Best Practices for Creating /Monitoring/Troubleshoting

More information

How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover??

How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover?? How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover?? If it is multiplexed then replace the lost one with the available one else

More information

ORANET- Course Contents

ORANET- Course Contents ORANET- Course Contents 1. Oracle 11g SQL Fundamental-l 2. Oracle 11g Administration-l 3. Oracle 11g Administration-ll Oracle 11g Structure Query Language Fundamental-l (SQL) This Intro to SQL training

More information

Oracle Database 11g: Administration Workshop II

Oracle Database 11g: Administration Workshop II Oracle Database 11g: Administration Workshop II Duration: 5 Days What you will learn In this course, the concepts and architecture that support backup and recovery, along with the steps of how to carry

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement 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

More information

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI)

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI) Oracle DBA (10g, 11g) Training Course Content Introduction (Database Architecture) Describe course objectives Explore the Oracle 10g database architecture Installing the Oracle Database Software Explain

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 Operational Best Practices for Oracle Exadata Lawrence To Senior Director,

More information

Oracle Database Backup Cloud Service

Oracle Database Backup Cloud Service Oracle Database Backup Cloud Service Best Practices for On-Premise and Cloud Databases O R A C L E W H I T E P A P E R A P R I L 2 0 1 7 Table of Contents Introduction 1 Why Backup to the Cloud? 2 Traditional

More information

1Z Oracle Database 12c - Data Guard Administration Exam Summary Syllabus Questions

1Z Oracle Database 12c - Data Guard Administration Exam Summary Syllabus Questions 1Z0-066 Oracle Database 12c - Data Guard Administration Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-066 Exam on Oracle Database 12c - Data Guard Administration... 2 Oracle 1Z0-066

More information

Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help

Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help Presented at Rapid database cloning using SMU and ZFS Storage Appliance How Exalogic tooling can help Jacco H. Landlust Platform Architect Director Oracle Consulting NL, Core Technology December, 2014

More information

Oracle Secure Backup 12.2 What s New. Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Oracle Secure Backup 12.2 What s New. Copyright 2018, Oracle and/or its affiliates. All rights reserved. Oracle Secure Backup 12.2 What s New Copyright 2018, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

WLS Neue Optionen braucht das Land

WLS Neue Optionen braucht das Land WLS Neue Optionen braucht das Land Sören Halter Principal Sales Consultant 2016-11-16 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into 1 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

More information

Oracle MAA Blueprints for Oracle Cloud Infrastructure (OCI) Deployments

Oracle MAA Blueprints for Oracle Cloud Infrastructure (OCI) Deployments Oracle MAA Blueprints for Oracle Cloud Infrastructure (OCI) Deployments Oracle Database High Availability in the Cloud ORACLE WHITE PAPER DECEMBER 2018 Disclaimer The following is intended to outline our

More information

Understanding Virtual System Data Protection

Understanding Virtual System Data Protection Understanding Virtual System Data Protection Server virtualization is the most important new technology introduced in the data center in the past decade. It has changed the way we think about computing

More information

Executive Summary SOLE SOURCE JUSTIFICATION. Microsoft Integration

Executive Summary SOLE SOURCE JUSTIFICATION. Microsoft Integration Executive Summary Commvault Simpana software delivers the unparalleled advantages and benefits of a truly holistic approach to data management. It is one product that contains individually licensable modules

More information

Arcserve Solutions for Amazon Web Services (AWS)

Arcserve Solutions for Amazon Web Services (AWS) Arcserve Solutions for Amazon Web Services (AWS) Introduction The public cloud has become a major factor in all IT decision making due to its endless supply of technical resources at an affordable cost.

More information

ORACLE DATABASE: ADMINISTRATION WORKSHOP II

ORACLE DATABASE: ADMINISTRATION WORKSHOP II ORACLE DATABASE: ADMINISTRATION WORKSHOP II CORPORATE COLLEGE SEMINAR SERIES Date: March 18 April 25 Presented by: Lone Star Corporate College in partnership with the Oracle Workforce Development Program

More information

ORACLE DATABASE: ADMINISTRATION WORKSHOP II

ORACLE DATABASE: ADMINISTRATION WORKSHOP II ORACLE DATABASE: ADMINISTRATION WORKSHOP II CORPORATE COLLEGE SEMINAR SERIES Date: March 18 April 25 Presented by: Lone Star Corporate College in partnership with the Oracle Workforce Development Program

More information

Solution Pack. Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites

Solution Pack. Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites Solution Pack Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites Subject Governing Agreement Term DXC Services Requirements Agreement between DXC and Customer

More information

12.1 Multitenancy in real life

12.1 Multitenancy in real life 12.1 Multitenancy in real life 2017 HOUG szakmai nap Jozsef Horvath Budapest, 2017-11-08 Disclaimer This presentation: Does not intend to judge Oracle Multitenancy Does not intent to judge Oracle Corporation

More information

Reporting from the RMAN repository

Reporting from the RMAN repository New York Oracle Users Group Reporting from the RMAN repository 21-September 2006 Tim Gorman Evergreen Database Technologies, Inc. Agenda Shifting the mind-set It s not about doing backups It s about populating

More information

Disaster Recovery to the Oracle Cloud

Disaster Recovery to the Oracle Cloud Disaster Recovery to the Oracle Cloud Production on Premises, DR in the Cloud O R A C L E W H I T E P A P E R D E C E M B E R 2 0 1 7 Table of Contents 0 Introduction 1 Disaster Recovery to the Cloud with

More information

Oracle Maximum Availability Architecture for Oracle Cloud

Oracle Maximum Availability Architecture for Oracle Cloud Oracle Maximum Availability Architecture for Oracle Cloud Best Practices and Techniques Sridhar Ranganathan Sr. Principal Product Manager Oracle Database MAA October 04, 2017 Safe Harbor Statement The

More information

Backup and Recovery Performance and Best Practices using the Sun ZFS Storage Appliance with the Oracle Exadata Database Machine

Backup and Recovery Performance and Best Practices using the Sun ZFS Storage Appliance with the Oracle Exadata Database Machine An Oracle White Paper April 2012 Backup and Recovery Performance and Best Practices using the Sun ZFS Storage Appliance with the Oracle Exadata Database Machine Executive Overview... 4 Introduction...

More information

Eliminate Idle Redundancy with Oracle Active Data Guard

Eliminate Idle Redundancy with Oracle Active Data Guard Eliminate Idle Redundancy with Oracle Active Data Guard What is Oracle Data Guard Data Protection and Availability for the Oracle Primary Site Standby Site SYNC / ASYNC Primary Data Guard Physical or Logical

More information

Disaster Recovery to the Oracle Cloud

Disaster Recovery to the Oracle Cloud Disaster Recovery to the Oracle Cloud Production on Premises, DR in the Cloud ORACLE WHITE PAPER APRIL 2016 Table of Contents Introduction 1 Disaster Recovery to the Cloud with Data Guard and Active Data

More information

<Insert Picture Here> Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata

<Insert Picture Here> Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata Richard Exley Ray Dutcher Richard Exley, Ray Dutcher Oracle Applications, Exadata and MAA Best Practices Exadata

More information

DOC ORACLE STANDBY USER MANUAL ARCHIVE

DOC ORACLE STANDBY USER MANUAL ARCHIVE 19 December, 2017 DOC ORACLE STANDBY USER MANUAL ARCHIVE Document Filetype: PDF 254.06 KB 0 DOC ORACLE STANDBY USER MANUAL ARCHIVE ALTER DATABASE CREATE STANDBY CONTROLFILE. 3 How to configure Standby

More information

Oracle Database 11g: Backup and Recovery Workshop

Oracle Database 11g: Backup and Recovery Workshop Oracle Database 11g: Backup and Recovery Workshop Student Guide D71862GC10 Edition 1.0 March 2011 D72508 Authors Donna Keesling James Spiller Technical Contributors and Reviewers Christopher D. Andrews

More information

What was new in 11g for Backup and Recovery? Contents

What was new in 11g for Backup and Recovery? Contents What was new in 11g for Backup and Recovery? Contents Introduction... 3 RMAN New Features and Enhancements... 3 Proactive Health Check... 3 Database Recovery Advisor... 6 Faster Backup Compression... 11

More information

Oracle Secure Backup: Achieve 75 % Cost Savings with Your Tape Backup

Oracle Secure Backup: Achieve 75 % Cost Savings with Your Tape Backup 1 Oracle Secure Backup: Achieve 75 % Cost Savings with Your Tape Backup Donna Cooksey Oracle Principal Product Manager John Swallow Waters Corporation Sr. Infrastructure Architect Enterprise Software Solutions

More information

Monitor the Oracle Database Fast Recovery Area

Monitor the Oracle Database Fast Recovery Area How to Best Configure, Size, and Monitor the Oracle Database Fast Recovery Area Presented by: Andy Colvin Principal Consultant, Enkitec October 6, 2011 1 About Me/Enkitec Who am I? Principal Consultant

More information

Incrementally Updating Backups Tips and Tricks

Incrementally Updating Backups Tips and Tricks Infrastructure at your Service. Incrementally Updating Backups Tips and Tricks Oracle 12.1.0.2 - Linux x86 64bit About me Infrastructure at your Service. William Sescu Consultant +41 78 674 12 90 william.sescu@dbi-services.com

More information

EMC DATA DOMAIN OPERATING SYSTEM

EMC DATA DOMAIN OPERATING SYSTEM EMC DATA DOMAIN OPERATING SYSTEM Powering EMC Protection Storage ESSENTIALS High-Speed, Scalable Deduplication Up to 31 TB/hr performance Reduces requirements for backup storage by 10 to 30x and archive

More information

Oracle Multitenant What s new in Oracle Database 12c Release ?

Oracle Multitenant What s new in Oracle Database 12c Release ? Oracle Multitenant What s new in Oracle Database 12c Release 12.1.0.2? Saurabh K. Gupta Principal Technologist, Database Product Management Who am I? Principal Technologist, Database Product Management

More information

Oracle Database Cloud for Oracle DBAs Ed 3

Oracle Database Cloud for Oracle DBAs Ed 3 Oracle University Contact Us: 800-260-690 Oracle Database Cloud for Oracle DBAs Ed 3 Duration: 3 Days What you will learn Note: No hands-on lab environment for the Training On Demand course format This

More information

Oracle Database 12C: Advanced Administration - 1Z0-063

Oracle Database 12C: Advanced Administration - 1Z0-063 Oracle Database 12C: Advanced Administration - 1Z0-063 Backup and Recovery Explain Oracle backup and recovery solutions o Describe types of database failures o Describe the tools available for backup and

More information

ORACLE DBA TRAINING IN BANGALORE

ORACLE DBA TRAINING IN BANGALORE ORACLE DBA TRAINING IN BANGALORE TIB ACADEMY #5/3 BEML LAYOUT, VARATHUR MAIN ROAD KUNDALAHALLI GATE, BANGALORE 560066 PH: +91-9513332301/2302 WWW.TRAININGINBANGALORE.COM Oracle DBA Training Syllabus Introduction

More information