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

Size: px
Start display at page:

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

Transcription

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

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

3 Program Agenda MAA / RMAN Overview RMAN: Beyond Backups Data Block Integrity Checking Database Duplication Cross-Platform Transport Storage Migration Upgrade 3 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

4 Focusing on Oracle Data Protection RMAN + Secure Backup + Flashback + Data Guard Integrated backup & recovery, continuous data protection, disaster recovery Primary Database Data Guard Redo Shipping Active Standby Database RMAN, Flashback RMAN, Flashback Oracle Secure Backup Tape Drive Database Area Fast Recovery Area (Flashback logs Archived logs) Database Area Fast Recovery Area (Backups, Flashback logs Archived logs) 4 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

5 Oracle Recovery Manager (RMAN) Essential for Oracle Backup and Recovery Database Oracle Enterprise Manager RMAN Fast Recovery Area Oracle Secure Backup* Tape Drive Cloud Intrinsic knowledge of database file formats and recovery procedures Block validation Online block-level recovery Tablespace/data file recovery Online, multi-streamed backup Unused block compression Native encryption Integrated disk, tape & cloud backup leveraging the Fast Recovery Area (FRA) and Oracle Secure Backup *RMAN also supports leading 3 rd party media managers 5 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

6 Data Block Integrity Checking RMAN Integrated Capability What is integrity checking? Physical checking Detects fractured blocks and block checksum failures Works best when DB_BLOCK_CHECKSUM = TRUE Logical checking Detects blocks that are physically correct but logically inconsistent Index row out of place Missing row piece many more Why is integrity it checking important? t? Proactively detect database corruption Have confidence that your database is healthy With very little extra cost on top of your daily backups 6 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

7 Data Block Integrity Checking When is integrity checking performed? Physical checking is enabled by default during all RMAN data processing operations. Logical checking is done on request with BACKUP CHECK LOGICAL option. More expensive, so not done by default Standalone checking BACKUP VALIDATE RESTORE VALIDATE VALIDATE <object> DATABASE DATAFILE ARCHIVELOG RECOVERY AREA many more 7 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

8 Data Block Integrity Checking How do you view corrupt block information? V$DATABASE_BLOCK_CORRUPTIONBLOCK CORRUPTION Contains information about every corrupt block in the database. Can be used to drive Block Media Recovery. V$BACKUP_CORRUPTION, CORRUPTION V$COPY_CORRUPTION CORRUPTION Contain information about corrupt blocks in RMAN backups. 8 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

9 Data Block Integrity Checking Repairing Corrupt Blocks Block Media Recovery RMAN RECOVER BLOCK command Automatic Block Repair Corrupt blocks in the primary database are automatically repaired from the physical standby database, as soon as they are detected. Also repairs physical standby blocks from the primary. No setup needed. In-line and transparent User s query halts for a moment while the block is being repaired. User never sees a corrupt block message. Requires Active Data Guard Physical standby must be open read-only Very fast no redo-based recovery needed 9 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

10 Database Duplication For Migration to Same Platform Copies a whole database to a new machine or location Fully automated Generally cannot be used across platforms Exceptions are listed in support note Serves a wide variety of DBA tasks DB/Application upgrade testing Create standby DB Migration Reporting Backup/Recovery integrity testing 10 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

11 Backup-based Duplication Production DB Clone DB Backup Restore Restores existing backups to create new database Can use any kind of RMAN backup Flexibility of using disk or tape Save bandwidth and space by using compression Gain security by using encryption Clone can be created at any point in time Clone can be the entire production DB, or just a subset Duplicating to a temporary system is a great way to test backup integrity. 11 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

12 Backup-based Duplication Scenarios: Duplication Using Already-Existing Backups Prerequisites Auxiliary instance can access existing backups and archived logs RMAN can access recovery catalog Steps 1. Establish auxiliary instance 2. Start RMAN, connect to recovery catalog and auxiliary instance 3. Run command: DUPLICATE DATABASE prod TO dupdb SPFILE NOFILENAMECHECK; 12 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

13 Backup-based Duplication Scenarios: Duplication to an Isolated Location Useful when new system has no access to existing backups or recovery catalog Steps 1. Place all backups and logs in a single directory Datafile, archivelog, and controlfile backups Any kind of backups image copies or backup sets 2. Establish auxiliary instance 3. Start RMAN, connect only to auxiliary instance 4. Run command: DUPLICATE DATABASE prod TO dupdb BACKUP LOCATION /backup/directory SPFILE NOFILENAMECHECK; 13 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

14 Active Duplication Production DB Clone DB Oracle Net Copies directly from the production database Does not require any pre-existing existing backups No intermediate storage needed, even for ASM transfers Copy contains most current data 14 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

15 Active Duplication Production DB Physical Standby Clone DB Can also perform Active Duplicate directly from physical standby database, to offload DB cloning work 15 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

16 Active Duplication Scenarios Prerequisites Oracle Net connection between target and auxiliary database Identical SYS password at both target and auxiliary database Steps 1. Establish auxiliary instance 2. Start RMAN, connect to target, catalog, and auxiliary instance Target instance is your production / standby database Auxiliary instance is the new clone DB 3. Run command: DUPLICATE DATABASE prod TO dupdb FROM ACTIVE DATABASE SPFILE NOFILENAMECHECK; 16 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

17

18 Building and Maintaining Non-Production Databases using Oracle Recovery Manager Presented By: Jeff Branan - Database Architect

19 Agenda Who is TDS? Why we use Recovery Manager (RMAN) TDS Non-Production Database Refresh Process Future Plans Questions

20 More than million lines in service nationwide id TDS i th 7 th l t t l id i U S TDS is the 7 th largest telecom provider in U.S. Connects business and residential customers with phone, Internet and TV services in 30 states.

21 Production Oracle Database Infrastructure 2 High performance Database Machine quarter racks Went live January TDS designed d 11g RAC until 2014 Supports primary 10g databases Will be replaced by high performance quarter rack 1 Standalone Linux server Used for databases that don t support RAC 3-node Solaris non-rac cluster Used for application that required non-rac clustering Databases are Data Guarded between RACs 10g Standby s run on Database Machine 8 TB of data 66 Databases

22 Non-Production Oracle Database Infrastructure Non-Production 1 High capacity Database Machine quarter rack 1 TDS designed 11g RAC in until 2014 Will be replaced by high capacity quarter rack 1 Standalone Linux server Used for databases that don t support RAC 3-node Solaris(VERITAS) non-rac cluster Used for application that required VERITAS clustering 21 TB of data We average, 3 TB of data refreshed from production each week 130 Databases

23 Why we use Recovery Manger Minimizes Production Risk for Refresh Process Using our process, DBAs are unable to reverse the direction of the refresh If process is not properly followed, Oracle RMAN returns an error when you try to connect to the production database as auxiliary No Additional Load on Production for Refresh Process Executed on non-production hardware Uses nightly production backups to disk Integrated with Automatic Storage Management (ASM) Provides Verification of our Backups

24 TDS Refresh Process New Non-Production Database 1. Use documented process to create database using dbca 2. Follow process for refreshing existing non-production database Refresh Existing Non-Production Database 1. Prepare database for refresh 2. Refresh the database 3. Post refresh tasks

25 TDS Refresh Process Prepare Non-Production Database for Refresh 1. Save the SQL to recreate all database links 2. Save any other objects that are required 3. Verify that Fast Recovery Area is large enough 4. Verify init.ora settings for your environment For example db_file_name_convert should not be set log_file_name_convert should not be set 5. Set cluster_database to false 6. Stop database 7. Use asmcmd to remove old data files 8. Start database in no mount mode

26 TDS Refresh Process Refresh Non-Production Database 1. Setup environment for database being refreshed 2. Run RMAN on non-production database server 3. Connect to production database connect target 4. Connect to the non-production database (DevDB) DB) connect auxiliary / 5. Connect to the RMAN catalog connect catalog rman/rman@catdb 6. Refresh the database duplicate target database to DevDB until time <Current Time - 4 hours>

27 TDS Refresh Process Post Refresh Tasks 1. Set cluster_database to true 2. Reset all passwords to non-production values 3. Use saved SQL to recreate all database links 4. Use saved objects to recreate all required objects 5. Execute data masking scripts

28 TDS Refresh Process How long does it take 1 hour of DBA time per refresh 4 hours elapsed for 750 GB database Currently network bandwidth to the NAS, where the backups are stored, is the bottleneck

29 Future Plans Automate Refresh Process using Grid Control Job Reduce DBA time required for a refresh Implement the Oracle Grid Control Data Masking Pack Improve the manageability of the data masking process Move backup location to InfiniBand connected NAS Reduce the elapsed time for a refresh

30

31 Cross-Platform Transport For Migration to Different Platform Copy databases or tablespaces to a different platform Not as fully automated as DUPLICATE Requires a read-only copy of the data Cannot choose any point in time Same-endian endian transport Database or tablespace transport Cross-endian transport Tablespace transport only Conversion work can be done on source or destination database Destination is preferred to offload work from production 31 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

32 Cross-Platform Transport Supported Platforms V$TRANSPORTABLE_PLATFORMPLATFORM Big-Endian Platforms AIX-Based Systems (64-bit) Apple Mac OS HP-UX (64-bit) HP-UX IA (64-bit) IBM Power Based Linux IBM zseries Based Linux Solaris[tm] OE (32-bit) Solaris[tm] OE (64-bit) Little-Endian Platforms Apple Mac OS (x86-64) HP IA Open VMS HP Open VMS HP Tru64 UNIX Linux IA (32-bit) Linux IA (64-bit) Linux x86 64-bit Microsoft Windows IA (32-bit) Microsoft Windows IA (64-bit) Microsoft Windows x86 64-bit Solaris Operating System (x86) Solaris Operating System (x86-64) 64) 32 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

33 Cross-Platform Transport Scenarios: Transport Entire Database For moving to a system with same endian-ness Database must be open read-only before beginning Steps 1. Start RMAN, connect to target database and recovery catalog 2. Run command: CONVERT DATABASE or CONVERT DATABASE ON TARGET PLATFORM 33 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

34 Cross-Platform Transport Scenarios: Transport Individual Tablespaces For moving to a system with same or different endian-ness Transportable Tablespace restrictions apply Tablespace(s) must be self-contained Cannot transport SYSTEM tablespaces or SYS-owned objects Tbl Tablespace(s) () must tbe made read only bf before the transportt see documentation for complete list 34 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

35 Cross-Platform Transport Transportable Tablespace Review Copy Tablespace data2 to new system Source Database system Export Meta Data Destination Database Import system data1 data2 Read-only CONVERT TABLESPACE Data data2 CONVERT DATAFILE 35 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

36 Cross-Platform Transport Scenarios: Transport Tablespace Using Existing Backups Creates a transportable set without affecting production availability Uses same technology as RMAN automated TSPITR Steps 1. Start t RMAN, connect to target t database and recovery catalog 2. Run command: TRANSPORT TABLESPACE 36 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

37 Storage Migration Low-Downtime Storage Upgrades Best Method Best way is to set up a physical standby then switch over Use DUPLICATE FOR STANDBY to instantiate the standby Down time is restricted to the switchover time Alternate t Method 1. Create image-copy backup on new storage 2. Perform incremental refresh, repeating as necessary 3. SWITCH DATABASE TO COPY 4. Recover and open database Down time is restricted to steps Copyright 2011, Oracle and/or its affiliates. All rights reserved.

38 Upgrade Use RESTORE or DUPLICATE to help with Oracle Version Upgrade RMAN can always restore from prior version backups. Restoring old backups does not automatically upgrade them. Upgrade procedures must still be followed. Ordinary backup strategy may be continued after upgrade. For databases that use archive logging. Special pre- or post-upgrade backup is not needed. If pre-upgrade backups are restored, media recovery will re-apply the upgrade. 38 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

39 Summary RMAN has extensive capabilities that go beyond everyday backups. Every feature we ve shown works seamlessly with Oracle s storage and MAA technologies. Data Block Integrity Checking Database Duplication Cross-Platform Transport Storage Migration Upgrade 39 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

40 Resources OTN HA Portal: Maximum Availability Architecture (MAA): MAA Blogs: com/maa Exadata on OTN: Oracle HA Customer Success Stories on OTN: html 40 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

41 Key HA Sessions, Demos, Labs by Oracle Development Monday, 3 Oct Moscone South * Wednesday, 5 Oct Moscone South * 11:00a Auto Detect, Prevent and Repair Data Corruptions, Rm :15a Oracle Active Data Guard - Lessons Learned, Rm :30p Future of Oracle Exadata, Rm 104 1:15p Data Guard for Planned Maintenance, Rm :30p RMAN: Not Just for Backups Anymore, Rm 304 1:15p Understanding Oracle RAC Internals, Rm 103 2:00p Extreme Data Management, Moscone North Hall D 1:15p Clone Oracle with CloneDB and Direct NFS, Rm :00p Oracle High-Availability il System Overview, Rm 104 5:00p GoldenGate Product Update and Strategy, Intercontinental-Sutter Thursday, 6 Oct Moscone South * Tuesday, 4 Oct Moscone South * 10:15a Oracle Secure Backup - Best practices, Rm :45a Oracle Exadata Technical Deep Dive, Rm 104 3:30p RMAN & Data Guard: Seven Cool Tips from Oracle, Rm 304 3:30p Consolidation on Oracle Exadata, Rm 103 9:00a Exadata Backup and Recovery, Rm :30a Deduplication and Compression for Backups, Rm :00p Data Guard Switchover / Failover, Rm 103 3:00p Configure, Size, Monitor Fast Recovery Area, Rm 304 3:00p PeopleSoft with Active Data Guard, Moscone West 2022 Demos Moscone South DEMOGrounds Hands-on Labs Marriott Marquis, Salon 14 / 15 Mon 10:00a - 5:30p Tue 9:45a - 6:00p Wed 9:45a - 4:00p Monday, Oct 3, 5:00 pm - 6:00 pm Oracle Active Data Guard Maximum Availability Architecture (MAA) Exadata Tuesday, Oct 4, 10:15 am - 11:15 am Oracle Active Data Guard Active Data Guard Oracle Secure Backup Recovery Manager & Flashback GoldenGate *All session rooms at Moscone South unless otherwise noted Real Application Clusters ASM *After Oracle OpenWorld, ref Copyright 2011, Oracle and/or its affiliates. All rights reserved.

42 42 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Q&A

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

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

Non-Production Databases. Oracle Recovery Manager. Presented By: Jeff Branan - Database Architect

Non-Production Databases. Oracle Recovery Manager. Presented By: Jeff Branan - Database Architect Building and Maintaining Non-Production Databases using Oracle Recovery Manager Presented By: Jeff Branan - Database Architect Agenda Who is TDS? Why we use Recovery Manager (RMAN) TDS Non-Production Database

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

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

Announcing Oracle Secure Backup 10.3: Fastest, Most Cost-Effective Oracle Backup

Announcing Oracle Secure Backup 10.3: Fastest, Most Cost-Effective Oracle Backup Announcing Oracle Secure Backup 10.3: Fastest, Most Cost-Effective Oracle Backup Donna Cooksey Principal Product Manager Richard McClain Senior Oracle DBA CSX Technology Program Agenda Introducing Oracle

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

Learn How Oracle Datacenters Leverage Oracle Secure Backup for Data Protection

Learn How Oracle Datacenters Leverage Oracle Secure Backup for Data Protection 1 Learn How Oracle Datacenters Leverage Oracle Secure Backup for Data Protection Donna Cooksey Principal Product Manager Oracle Corporation Bud James Sr. IT Manager, Global Storage

More information

<Insert Picture Here> Exadata MAA Best Practices Series Session 6: Migrating to Exadata

<Insert Picture Here> Exadata MAA Best Practices Series Session 6: Migrating to Exadata Exadata MAA Best Practices Series Session 6: Migrating to Exadata Doug Utzig Doug Utzig Exadata and MAA Best Practices Exadata MAA Best Practices Series 1. E-Business Suite on Exadata

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 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

Maximum Availability Architecture (MAA): Oracle E-Business Suite Release 12

Maximum Availability Architecture (MAA): Oracle E-Business Suite Release 12 1 2 Maximum Availability Architecture (MAA): E-Business Suite Release 12 Richard Exley High Availability Systems and Maximum Availability Architecture Group Server Technologies Metin

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

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 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

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 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 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

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

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 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

Top Oracle Database 11g High Availability Best Practices

Top Oracle Database 11g High Availability Best Practices Top Oracle Database 11g High Availability Best Practices Joseph Meeks Director, Product Management Frank Kobylanski Principal, Technical Staff MAA Development Vinod Haval, VP Global

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 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

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

Eliminating Downtime When Migrating or Upgrading to Oracle 10g

Eliminating Downtime When Migrating or Upgrading to Oracle 10g Transactional Data Management Solutions December 13, 2005 NYOUG Eliminating Downtime When Migrating or Upgrading to Oracle 10g Agenda GoldenGate Overview What is Transactional Data Management? Why Migrate/Upgrade

More information

<Insert Picture Here> Maximum Availability Architecture (MAA) Best Practices: Online Patching and Rolling Upgrades with Oracle Database

<Insert Picture Here> Maximum Availability Architecture (MAA) Best Practices: Online Patching and Rolling Upgrades with Oracle Database 2007 Oracle 1 2007 Oracle 2 Maximum Availability Architecture (MAA) Best Practices: Online Patching and Rolling Upgrades with Oracle Database Ray Dutcher, Maximum Availability Architecture,

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

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

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Backup and Recovery of Oracle Exadata: Experiences and Best Practices Andrew Babb, Oracle, Consulting Member of Technical Staff Donna Cooksey, Oracle, Principal Product Manager 2 The Data Protection

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

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 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

Migrate +230 TB databases in less than 1 day

Migrate +230 TB databases in less than 1 day Migrate +230 TB databases in less than 1 day Mike Dietrich Master Product Manager Database Upgrades & Migrations Oracle Corporation Copyright 2017, Oracle and/or its affiliates. All rights reserved. Germany

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 Database 11g: New Features for Oracle 9i DBAs

Oracle Database 11g: New Features for Oracle 9i DBAs Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: New Features for Oracle 9i DBAs Duration: 5 Days What you will learn This course introduces students to the new features of Oracle Database

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

An Oracle White Paper September Methods for Upgrading to Oracle Database 11g Release 2

An Oracle White Paper September Methods for Upgrading to Oracle Database 11g Release 2 An Oracle White Paper September 2009 Methods for Upgrading to Oracle Database 11g Release 2 Introduction... 1 Database Upgrade Methods... 2 Database Upgrade Assistant (DBUA)... 2 Manual Upgrade... 3 Export

More information

Maximize Availability on Private Clouds

Maximize Availability on Private Clouds Maximize Availability on Private Clouds No Time for Downtime? 2 Twenty Two Hour Outage Popular E-Commerce Site From Barron s Online their Web site has been down for hours. Around noon Pacific time, the

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 Gurmeet Goindi, Principal Product Manager, Oracle 1 Agenda Database & Storage Architecture Data Protection with Storage

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 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

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

Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure

Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure Create a DBaaS Catalog in an Hour with a PaaS-Ready Infrastructure Ken Kutzer, Ramin Maozeni Systems Engineering Systems Division September 30, 2014 CON5748 Moscone South 301 Safe Harbor Statement The

More information

Actifio Sky DB. Actifio s Solution for Oracle, Oracle EBS with standalone, RAC, ASM, EXADATA configurations

Actifio Sky DB. Actifio s Solution for Oracle, Oracle EBS with standalone, RAC, ASM, EXADATA configurations Actifio Sky DB Actifio s Solution for Oracle, Oracle EBS with standalone, RAC, ASM, EXADATA configurations The Big Database Problem Database Cloning Time-consuming. No self service. Storageintensive. Can

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 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

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

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

<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

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

Sessions Related to Database High Availability

Sessions Related to Database High Availability Sessions Related to Database High Availability Monday October 3 13421 Oracle Database 11g Internals: Auto Detect, Prevent and Repair Data Corruptions Monday 11:00 am Moscone South 102 As systems software,

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

Roy F Swonger Vice President Database Upgrades & Utilities Oracle Corporation

Roy F Swonger Vice President Database Upgrades & Utilities Oracle Corporation Migrate +200 TB databases in less than 1 day Roy F Swonger Vice President Database Upgrades & Utilities Oracle Corporation $> whoami 20+ years w/oracle 15 years managing Data Pump Database Upgrade SQL*Loader

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

Exadata Implementation Strategy

Exadata Implementation Strategy Exadata Implementation Strategy BY UMAIR MANSOOB 1 Who Am I Work as Senior Principle Engineer for an Oracle Partner Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist

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. Active Data Guard Lessons Learned from Real Life Implementations 2 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

More information

Steps Create Physical Standby Database Oracle 9i

Steps Create Physical Standby Database Oracle 9i Steps Create Physical Standby Database Oracle 9i Upgrading from Oracle Database 9i Release 2 (9.2) to Oracle Database 12c Release The standby database is a physical standby database. The following steps

More information

Oracle Database 12c R2: RAC Administration Ed 2

Oracle Database 12c R2: RAC Administration Ed 2 Oracle University Contact Us: +36 1224 1760 Oracle Database 12c R2: RAC Administration Ed 2 Duration: 4 Days What you will learn This Oracle Database 12c R2: RAC Administration training will teach you

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

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

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 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 12c: RAC Administration Ed 1

Oracle Database 12c: RAC Administration Ed 1 Oracle University Contact Us: +7 (495) 641-14-00 Oracle Database 12c: RAC Administration Ed 1 Duration: 4 Days What you will learn This Oracle Database 12c: RAC Administration training will teach you about

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 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

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 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

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

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

Oracle Maximum Availability Architecture Best Practices for Oracle Multitenant

Oracle Maximum Availability Architecture Best Practices for Oracle Multitenant Oracle Maximum Availability Architecture Best Practices for Oracle Multitenant Joseph Meeks, Oracle Frank Kobylanski, Oracle Kalyan Kallepally, Wellcome Trust Sanger Institute Program Agenda High Availability

More information

Oracle Data Guard Tips and Tricks Direct from Oracle Development

Oracle Data Guard Tips and Tricks Direct from Oracle Development 1 2 Oracle Data Guard Tips and Tricks Direct from Oracle Development Larry M. Carpenter Oracle Server Technologies Distinguished Product Manager John Smiley Amazon.com Senior Database

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 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

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

Oracle10g Data Guard: Back to the Future

Oracle10g Data Guard: Back to the Future Oracle10g Data Guard: Back to the Future Phil Grice Principal Software Engineer Oracle Corporation Page 1 www.decus.de 1 Agenda Oracle Data Guard a Quick Introduction Potential Data Guard Configurations

More information

Oracle Database 10g: New Features for Administrators Release 2

Oracle Database 10g: New Features for Administrators Release 2 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 10g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course introduces students to the new features

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

Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)?

Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)? Volume: 176 Questions Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)? A. A DBA can check specific tables with the DMU B. The database

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

Mike Hughes Allstate Oracle Tech Lead, Oracle Performance DBA

Mike Hughes Allstate Oracle Tech Lead, Oracle Performance DBA Implementing Oracle Maximum Availability Architecture at Allstate Insurance, Using Oracle 10g RAC, ASM, Oracle Data Guard, Flashback Database, RMAN and Oracle Grid Control November 12, 2007 Mike Hughes

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z0-067 Title : Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Vendor : Oracle Version : DEMO

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

Oracle Database 12c: RAC Administration Ed 1 LVC

Oracle Database 12c: RAC Administration Ed 1 LVC Oracle University Contact Us: 001-855-844-3881 Oracle Database 12c: RAC Administration Ed 1 LVC Duration: 4 Days What you will learn This Oracle Database 12c: RAC Administration training will teach you

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

Storage Optimization with Oracle Database 11g

Storage Optimization with Oracle Database 11g Storage Optimization with Oracle Database 11g Terabytes of Data Reduce Storage Costs by Factor of 10x Data Growth Continues to Outpace Budget Growth Rate of Database Growth 1000 800 600 400 200 1998 2000

More information

RMAN: Cross-Platform Backup & Restore Oracle Database 12c for SAP

RMAN: Cross-Platform Backup & Restore Oracle Database 12c for SAP RMAN: Cross-Platform Backup & Restore Oracle Database 12c for SAP Abdel Boukachabine Oracle/SAP Global Technology Center Walldorf, Germany June 2017 abdelrhani.boukachabine@oracle.com Copyright 2017 Oracle

More information

Comparing Data Protection Solutions: Database-Integrated or Storage-Centric

Comparing Data Protection Solutions: Database-Integrated or Storage-Centric Comparing Data Protection Solutions: Database-Integrated or Storage-Centric Ashish Ray Director of Product Management Database High Availability Lawrence To Senior Manager / CMTS exadata and MAA Best Practices

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

An Oracle White Paper September Upgrade Methods for Upgrading to Oracle Database 11g Release 2

An Oracle White Paper September Upgrade Methods for Upgrading to Oracle Database 11g Release 2 An Oracle White Paper September 2010 Upgrade Methods for Upgrading to Oracle Database 11g Release 2 Introduction... 1 Database Upgrade Methods... 2 Database Upgrade Assistant (DBUA)... 2 Manual Upgrade...

More information

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

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

Oracle Database 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database SQL Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-051 Exam Title: Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-071 Exam Title: Oracle Database SQL Oracle and Structured

More information

Disaster Recovery Strategies for RAC on Oracle SE Arjen Visser Dbvisit Software Limited

Disaster Recovery Strategies for RAC on Oracle SE Arjen Visser Dbvisit Software Limited Disaster Recovery Strategies for RAC on Oracle SE Arjen Visser Dbvisit Software Limited Keywords Oracle RAC on Standard Edition Standby Database with RAC on Standard Edition Different standby database

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

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

Zero Data Loss Recovery Appliance: Deep Dive and Best Practices from Development 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

More information

NetApp Solutions for Oracle

NetApp Solutions for Oracle NetApp Solutions for Oracle for BCCServices HROUG, Rovinj Oct. 19th 2007 Bernd Dultinger Sales Manager Eastern Europe Agenda NetApp and Oracle Partnership NetApp and Oracle Highlights NetApp Solutions

More information

Discover Best of Show März 2016, Düsseldorf

Discover Best of Show März 2016, Düsseldorf Discover Best of Show 2016 2. - 3. März 2016, Düsseldorf Agenda 2 Agenda StoreOnce and Preparation SQL Backup Prerequistes Backup and Optimization Oracle Backup Prerequistes Backup and Optimization Copy

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

Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview

Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview This Oracle 11g Release 2 RAC & Grid Infrastructure Administration course provides an introduction to the general features

More information

OTN Case Study: Amadeus Using Data Guard for Disaster Recovery & Rolling Upgrades

OTN Case Study: Amadeus Using Data Guard for Disaster Recovery & Rolling Upgrades OTN Case Study: Amadeus Using Data Guard for Disaster Recovery & Rolling Upgrades "We had already standardized on Oracle Data Guard for DR protection when we discovered additional ways to enhance overall

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW Duration: 5 Days What you will learn This 11g

More information