Everything You Need to Know About Oracle Exadata Backup and Recovery: Best Practices

Size: px
Start display at page:

Download "Everything You Need to Know About Oracle Exadata Backup and Recovery: Best Practices"

Transcription

1 Everything You Need to Know About Oracle Exadata Backup and Recovery: Best Practices Andrew Babb, Consulting Member of Technical Staff, Oracle Donna Cooksey, Principal Product Manager, Oracle Harpreet Singh, Vice President, Database Management, Fidelity Investments

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

3 Program Agenda Evolving IT Infrastructure Recovery, Recovery, Recovery Architecting Your Backup Infrastructure Customer Case Study Fidelity Investments New Modern Cloud Paradigm Summary and Q & A 3

4 Evolution of Data Protection Business Requirements Meeting IT Head-on IT consumers are increasingly involved in technology decisions The flexible, fast moving opportunities of the 3 rd Platform translate to more IT initiatives being driven by Line of Businesses (LOB) Applications, storage, servers even data protection? Technology in stealth mode makes a sound data protection even more important! Greater Complexity Causing More Data Center Downtime: 4

5 Critical Databases Get Poor Protection Today What Business Wants Never lose business data Keep critical apps available What Business Gets Data loss on restore, typically full day End-user slowdown during backup What IT Wants Private and public cloud solution Ensured end-to-end protection What IT Gets Sprawl of non-scalable solutions Uncertain protection, poor visibility 5

6 Primary Causes of Downtime 2012 IOUG Survey Enterprise Data and The Cost of Downtime* Recovery plan / Training / Oversight Interoperability / Scalability / Performance Unplanned Downtime Human Error Storage Failure Server Failure Network Outages Application Errors * ioug-db-survey pdf Failover / Fallback capabilities System Monitoring 6

7 Bad News Travels Faster Than Good What is The Cost of Downtime? NASDAQ HALTS TRADING FOR THREE HOURS: NASDAQ HALTS TRADING FOR THREE HOURS: NASDAQ HALTS TRADING FOR THREE HOURS: 7

8 Recovery, Recovery, Recovery 8

9 What are Your Recovery Requirements? Four Key Points to Define Recovery Point Objective (RPO) Retention Period Recovery Time Objective (RTO) Disaster Recovery (onsite/offsite) 9

10 Group Databases Into Protection Tiers Basic Grouping Strategy - Example Category Gold Silver Bronze RTO Seconds < 6 Hours Up to 24 hours RPO Current Up to 3 hours* Up to 6 hours* Backup Retention Critical Restores Up to one week One day One day norm / not critical Retention 7 Years 6 months 1 month DR / Longterm Two sites for one week Offsite copy within 3 days No specific DR requirement *Stay tuned to the new paradigm. 10

11 Exadata Environments Common Restore Scenarios / Planning The criticality and workloads of typical Exadata databases makes recovery strategies especially important: Batch load / NOLOGGING operation went south Long-term, periodic archival backups (keep forever / until) Application patches and upgrades Backing out a bad transaction 11

12 Oracle Recovery Strategies Complementary and Integrated Technologies Category Physical Data Protection Technology / Solution Recovery Manager (RMAN) Oracle Secure Backup (OSB) Recovery Time Objective (RTO) Days/Hours Recovery Point Objective (RPO) As of last backup Data Guard or Active Data Guard Minutes/Seconds Current Logical Data Protection Flashback Technologies Hours/Minutes Minutes Recovery Analysis Data Recovery Advisor (DRA) Minimizes time for problem identification & recovery planning Optimized Optimized 12

13 Oracle Logical Data Protection Technologies Complements Physical Data Protection Strategy Flashback Technologies are a suite of logical error investigation and correction capabilities built-in the Oracle database: Error investigation: Flashback query, version query and transaction query Error correction: Flashback database, table, drop and transaction Flashback Database operates on physical data blocks and is similar in effect to point-in-time recovery - other Flashback features operate at logical level Only Flashback feature which must be explicitly enabled by user as it generates logs In applicable scenarios, Flashback features are more efficient than media recovery Flashback Technologies Should be part of ALL Recovery Plans! 13

14 Restore Points What They Are and Why Use Them Restore point is a user-defined name assigned to an SCN or specific point in time a user-friendly bookmark FLASHBACK DATABASE TO RESTORE POINT 'before_upgrade'; User-defined restore point names may be used as aliases for SCN with the following supported commands: RECOVER DATABASE and FLASHBACK DATABASE commands in RMAN FLASHBACK TABLE in SQL There are two types of restore points Normal and Guaranteed Guaranteed must be explicitly deleted by the user Normal age out of the control file For archival backups, use the PRESERVE key word to retain the restore point until backup expiration 14

15 Flashback Database VS Point-in-Time Recovery Different Approaches and Multiple Use Cases Advantages Disadvantages Flashback Database Rewinds the database to SCN Significantly faster than point-in-time recovery - No restore and only limited redo needed Useful during database upgrades, application deployments, and efficient alternative to rebuilding a failed primary database after a Data Guard failover Provides continuous data protection Compatible with restore points Requires Flashback logs and associated storage Works at whole database level only Flashback logging has some (minimal) overhead on database server Traditional Point-in-Time Recovery Restores then recovers the database to SCN Works at the database or tablespace level No additional logs necessary beyond redo Compatible with restore points Time consuming especially for larger databases Database is down until fully recovered 15

16 Data Recovery Advisor (DRA) Reduces Downtime by Eliminating Confusion! Oracle Database tool that automatically diagnoses data failures, presents repair options, and executes repairs at the user's request Determines failures based on symptoms Failure Information recorded in diagnostic Automatic Diagnostic Repository (ADR) Flags problems before user discovers them, via automated health monitoring Intelligently determines recovery strategies Aggregates failures for efficient recovery, presents only feasible recovery options and indicates any data loss for each option Can automatically perform selected recovery steps Accessed via RMAN or EM 16

17 How Good is Your Backup Infrastructure? You Never Know Unless Your Periodically Test It! 1. Documented recovery plan for database and object level recovery 2. Perform periodic (i.e. regularly) recovery tests for various recovery scenarios: 1. Full database 2. Objects 3. Control file 3. Refresh test environments with RMAN 4. If hardware isn t available to perform full database recovery tests, use RMAN RESTORE VALIDATE Job Security Tip # 1 Successful recovery is all that matters! 17

18 Architecting Your Backup Infrastructure 18

19 RMAN Traditional Backup Strategies Full Backup Two types of RMAN full backups: Image copy Disk only Same size as the database less temp files Backupset Disk or tape Smaller than image copy full Can be compressed and/or encrypted by RMAN Full backup consumes more overhead on the production server and take more time than an incremental backup Restoration may be faster than an incremental Full / Incremental Schedule Backupset backups Disk or tape Typical schedule Week full with daily incremental backups Typical retention: Days to weeks On disk Weeks to years On tape Full and corresponding incremental backup should be treated as a group Reduces backup window and overhead on servers Ideal with low-medium change rate e.g. <20% Database must be in archived log mode 19

20 RMAN Incremental Forever Strategy Incrementally Updated Backups Oracle Database 10g Release 2 Enterprise Edition > Incremental forever after initial full image copy Full image copy is rolled forward on user-defined schedule Roll-forward / merge does incur overhead on server Offers SWITCH TO COPY capability Typical retention One to seven days Backup full or incremental to tape 20

21 Processing Offloaded From Database Nodes Incremental Backup Scans Occur on Exadata Storage Cells Block Change Tracking (BCT) enables fast incremental backups RMAN tracks 32k data file sections which include a changed block(s) During an incremental backup, RMAN scans these 32k file sections to determine which block(s) have changed Only these changed blocks are included in the incremental backup Scan of blocks occurs on the database server Scan of blocks is offloaded to the Exadata Storage Cells Database Server Note: Incremental backup without Block Change Tracking (BCT) enabled all database blocks are scanned to determine what has changed Exadata 21

22 Backup of Compressed Data Effects on Sizing and Processes Compressed data remains compressed in the backup This data will not benefit from further compression during the backup (e.g. RMAN backup or tape drive compression) Deduplication software cannot deduplicate compressed data RMAN backup compression is effective on non-compressed database files HCC Data OLTP Compressed Tables SecureFiles Compressed/Deduplicated Avoid using RMAN backup compression on HCC tablespaces by separating the backups as shown below: Restore is no different than if the backups had not been separated CONFIGURE EXCLUDE FOR TABLESPACE historical_data; CONFIGURE COMPRESSION ALGORITHM 'low ; BACKUP TABLESPACE historical_data; BACKUP AS COMPRESSED BACKUPSET database; 22

23 Protecting Exadata Operating System Files On the Exadata Storage Cells, the internal USB stick provides the backup On the Exadata database nodes, backup the operating system(os) files in the same manner as with any other database server Please refer to the documentation for more information: 23

24 Exadata Backup Targets Considerations - Performance and Cost Trade-offs Highest Performance High Performance and Added Flexibility Exadata Storage Exadata Storage Expansion Rack ZFS Storage Appliance (ZFS/SA) StorageTek Tape Library TB / hour All Exadata smart features 27 TB / hour Fastest Backup and Restore ILM Historical Archive Second DATA2 Disk Group 13 TB / hour Backups of database & non-database files Snapshots Clones 9 TB hour* Backup of database and non-database files Offsite Backups Vaulting Cost Varies with hardware configuration Note*: Backup Rate limited by number of tape drives 8 x T10000C Drives 24

25 Oracle-Integrated Backup to Disk and/or Tape Multi-media Strategy: Disk-to-Disk-to-Tape (D2D2T) Fast Recovery Area D2D2T Exadata BACKUP RECOVERY AREA; BACKUP BACKUPSET; Backup to Tape StorageTek Tape Library RMAN Disk Backup ZFS Storage Appliance (ZFSSA) Fast Recovery Area should reside on Exadata storage slower storage could degrade production database performance Online redo, archived logs, Flashback logs, controlfile 25

26 Expanding Exadata Environments Connectivity Considerations FRA FRA What happens when a 2 nd Exadata is added? The two Exadatas MUST be configured with different InfiniBand Subnets. Exadata What about a 3 rd Exadata? The 3 rd Exadata would be connected via 10Gigabit ZFS Storage Appliance (ZFSSA) RMAN Disk Backup FRA Refer to the MAA white paper: ility/maa-wp-dbm-zfs-backup pdf InfiniBand 10Gigabit Ethernet 26

27 Customer Case Study Fidelity Investments 27

28 Oracle Open World Exadata Backups Harpreet Singh Vice President, Database Management Fidelity Investments September 24, 2013

29 Transition To Exadata A Huge Success! Challenges with traditional infrastructure 300TB of storage with over 60% annual growth rate Performance challenges Cost reduction pressures Need to make failover/recovery more robust Benefits gained with Exadata 42x performance gains for reporting & 40% for OLTP Reduced storage by 30% using compression Consolidated physical servers from 10 to 4 Reduced direct/indirect chargebacks by 30% Significantly improved failover, backup & recovery strategy 29

30 30 Exadata Architecture

31 Pre-Exadata Backup Challenges Over 60% annual data growth rate Business needs growing and becoming more complex Expensive software/hardw are licenses Costly to keep backups on the disk Backups hurting database performance Complicated recovery with no-logging Concerns around nonlogical DR software 31

32 Fundamental Data Protection Strategy 1 st Line of Defense Flashback: 48 hours data deletion logical corruption user errors 2 nd Line of Defense Disk Backup: 24 Hours application system 3 rd Line of Defense Standby Database (DR) Building/site, region HW failure Last Line of Defense Tape: 35 Days Offsite multi-site failures 32

33 Flashback Disk Backup Standby Database Tape Backup Flashback Oracle Flashback Database Primary and Standby Sites Retention Period: 48 Hours Restore Time: < 1 Hour Space Used: 300GB Pros Cons Faster recovery Data recovery from tables, schema, or entire database Roll database back and forth repeatedly within the flashback window for complex data restore Same location as production No protection from storage failure No protection from physical corruption 33

34 Flashback Disk Backup Standby Database Tape Backup Disk Backup Exadata Fast Recovery Area Incrementally Updated Retention Period: Backup Rate: Restore Rate: Type: 24 Hours 1.2 TB/hour 1 TB/hour RMAN Online Daily Normal Redundancy Pros Cons Protect against physical/logical database corruption Faster backup and restore Minimal overhead to the production database Shorter protection window (24 hours) Same location as production so no protection from DR or catastrophic storage failure 34

35 Flashback Disk Backup Standby Database Tape Backup Standby Database Data Guard Asynchronous No Delay Apply 48 Hour Flashback Database setup 700 miles between Primary and Standby sites Pros Great for any data recovery when combined with Flashback Database Complete data protection if primary site is lost Protection from physical corruption Can be turned into snapshot standby database temporarily and used for QA/Dev database refreshes through RMAN Cons Resources (another set of servers/storage) 35

36 Flashback Disk Backup Standby Database Tape Backup Tape Backup Retention Period: Channels: 2-4 Nodes: 1 Backup Rate: Restore Rate: RTO: Type: Archived Redo Logs Retention Archived Redo Logs Backup 35 Days (Offsite) 1TB/hour (2 channels) 800GB/hour (2 channels) 3 Days RMAN CommVault 3 Days on disk Every 30 minutes Pros Longer term offsite retention than disk and standby Media is relatively cheap Cons Slower backup and restore than disk Media is less reliable 36

37 Planning a Comprehensive Backup Strategy Determine disk backup strategy Consider full backups once a week with daily incremental Develop tape backup process Implement Oracle suggested RMAN backup strategy as it is great protection against data loss Test different restore processes At least annually Consolidate tape backup system Should be centrally managed 37

38 Implementation Recommendations Optimal performance Configure Exadata backup over InfiniBand for better throughput Configure number of channels based on database size and SLAs Use one RMAN channel per tape drive for better throughput Enable block change tracking for fast RMAN incremental backups Data protection and disaster recovery Backup Archived Log every 30 minutes for better data protection Encrypt the data before writing to tape for data security Set-up Flashback on both primary and standby databases Utilize Data Guard broker Monitoring Use Oracle Enterprise Manager to monitor: Disk backup Tape backup Data Guard Flashback 38

39 Summary Have clear and well communicated recovery SLAs Build your strategy around the business needs Revisit a well-documented, multi-level strategy periodically Be conservative and prepare for the worst Test Practice 39

40 The New Modern Cloud Paradigm 40

41 Oracle Database Backup Logging Recovery Appliance Announced at Oracle OpenWorld 2013 Please refer to Oracle.com for additional information: 41

42 Summary and Q&A 42

43 Oracle Technologies Mitigate Downtime Complexities Are Inherent in IT Know IT and PLAN for IT! Validated, reliable backup you know can be recovered Oracle Engineered Solutions eliminate interoperability, patching and upgrade risks System Monitoring Oracle Technologies Flashback Technologies RMAN Active Data Guard Oracle Secure Backup Enterprise Manager Quickly review and/or correct user errors Policy-based, data protection management Failover, fallback and/or disaster recovery 43

44 Key Takeaways Exadata Backup and Recovery RMAN backup / recovery on Exadata is the same as other platforms just faster! Oracle data protection technologies meet diverse RTO / RPO and budget requirements Database consolidation and data protection is ideally suited to the Exadata platform Who Better to Backup Oracle Than Oracle? 44

45 Resources OTN HA Portal: Maximum Availability Architecture (MAA): MAA Blogs: Exadata on OTN: Oracle HA Customer Success Stories on OTN: html 45

46 46

Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant

Backup and Recovery Solutions for Exadata. Ľubomír Vaňo Principal Sales Consultant Backup and Recovery Solutions for Exadata Ľubomír Vaňo Principal Sales Consultant Fundamental Backup and Recovery Data doesn t exist in most organizations until the rule of 3 is complete: Different Media

More information

Backup and Recovery Solutions for Exadata. Cor Beumer Storage Sales Specialist Oracle Nederland

Backup and Recovery Solutions for Exadata. Cor Beumer Storage Sales Specialist Oracle Nederland Backup and Recovery Solutions for Exadata Cor Beumer Storage Sales Specialist Oracle Nederland Recovery Point and Recovery Time Wks Days Hrs Mins Secs Secs Mins Hrs Days Wks Data Loss (Recovery Point Objective)

More information

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Maximum Availability Architecture with Exadata Database Machine Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska MAA is Oracle s Availability Blueprint Oracle s MAA is a best practices

More information

Maximum Availability Architecture

Maximum Availability Architecture Oracle Data Guard: Disaster Recovery for Sun Oracle Database Machine Oracle Maximum Availability Architecture White Paper April 2010 Maximum Availability Architecture Oracle Best Practices For High Availability

More information

D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW

D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW What you will learn This Oracle Database 12c: Backup and Recovery Workshop will teach you how to evaluate your own recovery requirements. You'll

More information

An Oracle White Paper September 2011. Oracle Exadata Database Machine - Backup & Recovery Sizing: Tape Backups

An Oracle White Paper September 2011. Oracle Exadata Database Machine - Backup & Recovery Sizing: Tape Backups An Oracle White Paper September 2011 Oracle Exadata Database Machine - Backup & Recovery Sizing: Tape Backups Table of Contents Introduction... 3 Tape Backup Infrastructure Components... 4 Requirements...

More information

<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures

<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures 1 Refreshing Your Data Protection Environment with Next-Generation Architectures Dale Rhine, Principal Sales Consultant Kelly Boeckman, Product Marketing Analyst Program Agenda Storage

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 Deduplication & Compression Options for Oracle Database Backups Donna Cooksey, Sridhar Ranganathan High Availability Product Management 2 Copyright

More information

Disaster Recovery for Oracle Database

Disaster Recovery for Oracle Database Disaster Recovery for Oracle Database Zero Data Loss Recovery Appliance, Active Data Guard and Oracle GoldenGate ORACLE WHITE PAPER APRIL 2015 Overview Oracle Database provides three different approaches

More information

An Oracle White Paper March 2012. Backup and Recovery Strategies for the Oracle Database Appliance

An Oracle White Paper March 2012. Backup and Recovery Strategies for the Oracle Database Appliance An Oracle White Paper March 2012 Backup and Recovery Strategies for the Oracle Database Appliance 1 Oracle Database Appliance The Oracle Database Appliance is an engineered-system; a pre-configured bundle

More information

Vodacom Managed Hosted Backups

Vodacom Managed Hosted Backups Vodacom Managed Hosted Backups Robust Data Protection for your Business Critical Data Enterprise class Backup and Recovery and Data Management on Diverse Platforms Vodacom s Managed Hosted Backup offers

More information

Oracle Database Backups and Disaster Recovery @ Autodesk

Oracle Database Backups and Disaster Recovery @ Autodesk Oracle Database Backups and Disaster Recovery @ Autodesk Alan Williams Database Design Engineer Who We Are Autodesk software, suites, and cloud technology help customers design, visualize, and simulate

More information

<Insert Picture Here> RMAN Configuration and Performance Tuning Best Practices

<Insert Picture Here> RMAN Configuration and Performance Tuning Best Practices 1 RMAN Configuration and Performance Tuning Best Practices Timothy Chien Principal Product Manager Oracle Database High Availability Timothy.Chien@oracle.com Agenda Recovery Manager

More information

Oracle Database Backup & Recovery, Flashback* Whatever, & Data Guard

Oracle Database Backup & Recovery, Flashback* Whatever, & Data Guard 18 th Annual International zseries Oracle SIG Conference Present: Oracle Database Backup & Recovery, Flashback* Whatever, & Data Guard Tammy Bednar Tammy.Bednar@oracle.com Manager, HA Solutions & Backup

More information

Oracle Database 11g: Administration Workshop II DBA Release 2

Oracle Database 11g: Administration Workshop II DBA Release 2 Oracle Database 11g: Administration Workshop II DBA Release 2 This course takes the database administrator beyond the basic tasks covered in the first workshop. The student begins by gaining a much deeper

More information

Oracle Database 11g: Administration Workshop II Release 2

Oracle Database 11g: Administration Workshop II Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: Administration Workshop II Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: Administration Workshop II Release

More information

Agenda. Overview Configuring the database for basic Backup and Recovery Backing up your database Restore and Recovery Operations Managing your backups

Agenda. Overview Configuring the database for basic Backup and Recovery Backing up your database Restore and Recovery Operations Managing your backups Agenda Overview Configuring the database for basic Backup and Recovery Backing up your database Restore and Recovery Operations Managing your backups Overview Backup and Recovery generally focuses on the

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability

Maximum Availability Architecture. Oracle Best Practices For High Availability Preventing, Detecting, and Repairing Block Corruption: Oracle Database 11g Oracle Maximum Availability Architecture White Paper May 2012 Maximum Availability Architecture Oracle Best Practices For High

More information

Oracle Database 11g: Administration Workshop II DBA Release 2

Oracle Database 11g: Administration Workshop II DBA Release 2 Oracle University Contact Us: +35929238111 Oracle Database 11g: Administration Workshop II DBA Release 2 Duration: 5 Days What you will learn This course takes the database administrator beyond the basic

More information

MySQL Enterprise Backup

MySQL Enterprise Backup MySQL Enterprise Backup Fast, Consistent, Online Backups A MySQL White Paper February, 2011 2011, Oracle Corporation and/or its affiliates Table of Contents Introduction... 3! Database Backup Terms...

More information

Configuring Backup Settings Configuring and Managing Persistent Settings for RMAN Configuring Autobackup of Control File Backup optimization

Configuring Backup Settings Configuring and Managing Persistent Settings for RMAN Configuring Autobackup of Control File Backup optimization Introducción Objetivos Objetivos del Curso Core Concepts and Tools of the Oracle Database The Oracle Database Architecture: Overview ASM Storage Concepts Connecting to the Database and the ASM Instance

More information

Protect Data... in the Cloud

Protect Data... in the Cloud QUASICOM Private Cloud Backups with ExaGrid Deduplication Disk Arrays Martin Lui Senior Solution Consultant Quasicom Systems Limited Protect Data...... in the Cloud 1 Mobile Computing Users work with their

More information

Oracle Database Backup-and-Recovery Best Practices and New Features

Oracle Database Backup-and-Recovery Best Practices and New Features Oracle Database Backup-and-Recovery Best Practices and New Features Timothy Chien Principal Product Manager Database High Availability Husnu Sensoy VLDB Expert Turkcell Communication Services Agenda What

More information

Oracle Database 10g: Backup and Recovery 1-2

Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-3 What Is Backup and Recovery? The phrase backup and recovery refers to the strategies and techniques that are employed

More information

Oracle Recovery Manager

Oracle Recovery Manager 1 sur 6 05/08/2014 14:17 ORACLE.COM TECHNOLOGY NETWORK PARTNERS STORE SUPPORT (Sign In / Register for a free DownloadsDocumentation Discussion Forums Articles Sample Code Training RSS Resources For PRODUCT

More information

DEFINING THE RIGH DATA PROTECTION STRATEGY

DEFINING THE RIGH DATA PROTECTION STRATEGY DEFINING THE RIGH DATA PROTECTION STRATEGY The Nuances of Backup and Recovery Solutions By Cindy LaChapelle, Principal Consultant, ISG www.isg-one.com INTRODUCTION Most organizations have traditionally

More information

Redefining Oracle Database Management

Redefining Oracle Database Management Redefining Oracle Database Management Actifio PAS Specification A Single Solution for Backup, Recovery, Disaster Recovery, Business Continuity and Rapid Application Development for Oracle. MAY, 2013 Contents

More information

Module 14: Scalability and High Availability

Module 14: Scalability and High Availability Module 14: Scalability and High Availability Overview Key high availability features available in Oracle and SQL Server Key scalability features available in Oracle and SQL Server High Availability High

More information

Using HP StoreOnce Backup systems for Oracle database backups

Using HP StoreOnce Backup systems for Oracle database backups Technical white paper Using HP StoreOnce Backup systems for Oracle database backups Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key features and benefits 2 HP StoreOnce

More information

Maximum Availability Architecture

Maximum Availability Architecture Oracle Data Guard: Disaster Recovery for Oracle Exadata Database Machine Oracle Maximum Availability Architecture White Paper April 2012 Maximum Availability Architecture Oracle Best Practices For High

More information

How To Use Exadata

How To Use Exadata Exadata V2 - Oracle Exadata Database Machine Robert Pastijn Platform Technology Services (PTS) Product Development 2010 Oracle Corporation Exadata V2 Goals Ideal Database Platform

More information

D78850GC10. Oracle Database 12c Backup and Recovery Workshop. Summary. Introduction. Prerequisites

D78850GC10. Oracle Database 12c Backup and Recovery Workshop. Summary. Introduction. Prerequisites D78850GC10 Oracle 12c and Recovery Workshop Summary Duration Vendor Audience 5 Days Oracle Data Warehouse Administrators, Administrators, Support Engineers, Technical Administrators, Technical Consultants

More information

Introduction to Database as a Service

Introduction to Database as a Service Introduction to Database as a Service Exadata Platform Revised 8/1/13 Database as a Service (DBaaS) Starts With The Business Needs Establish an IT delivery model that reduces costs, meets demand, and fulfills

More information

RMAN What is Rman Why use Rman Understanding The Rman Architecture Taking Backup in Non archive Backup Mode Taking Backup in archive Mode

RMAN What is Rman Why use Rman Understanding The Rman Architecture Taking Backup in Non archive Backup Mode Taking Backup in archive Mode RMAN - What is Rman - Why use Rman - Understanding The Rman Architecture - Taking Backup in Non archive Backup Mode - Taking Backup in archive Mode - Enhancement in 10g For Rman - 9i Enhancement For Rman

More information

EMC Data Domain Boost for Oracle Recovery Manager (RMAN)

EMC Data Domain Boost for Oracle Recovery Manager (RMAN) White Paper EMC Data Domain Boost for Oracle Recovery Manager (RMAN) Abstract EMC delivers Database Administrators (DBAs) complete control of Oracle backup, recovery, and offsite disaster recovery with

More information

Database Decisions: Performance, manageability and availability considerations in choosing a database

Database Decisions: Performance, manageability and availability considerations in choosing a database Database Decisions: Performance, manageability and availability considerations in choosing a database Reviewing offerings from Oracle, IBM and Microsoft 2012 Oracle and TechTarget Table of Contents Defining

More information

Contents. SnapComms Data Protection Recommendations

Contents. SnapComms Data Protection Recommendations Contents Abstract... 2 SnapComms Solution Environment... 2 Concepts... 3 What to Protect... 3 Database Failure Scenarios... 3 Physical Infrastructure Failures... 3 Logical Data Failures... 3 Service Recovery

More information

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS DOAG Nuremberg - 17/09/2013 Kirill Loifman Oracle Certified Professional DBA www: dadbm.com Twitter: @loifmkir ELEMENTS OF HIGH AVAILABILITY

More information

High Availability Databases based on Oracle 10g RAC on Linux

High Availability Databases based on Oracle 10g RAC on Linux High Availability Databases based on Oracle 10g RAC on Linux WLCG Tier2 Tutorials, CERN, June 2006 Luca Canali, CERN IT Outline Goals Architecture of an HA DB Service Deployment at the CERN Physics Database

More information

Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya

Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database - Engineered for Innovation Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database 11g Release 2 Shipping since September 2009 11.2.0.3 Patch Set now

More information

Oracle Data Protection Concepts

Oracle Data Protection Concepts Oracle Data Protection Concepts Matthew Ellis Advisory Systems Engineer BRS Database Technologist, EMC Corporation Accelerating Transformation EMC Backup Recovery Systems Division 1 Agenda Market Conditions.

More information

Data Protection as Part of Your Cloud Journey

Data Protection as Part of Your Cloud Journey Data Protection as Part of Your Cloud Journey Jim Vanek DPAD Area Manager IL / WI EMC Data Protection & Availability Division October 23, 2014 Copyright 2014 EMC Corporation. All rights reserved. 1 Setting

More information

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Simon Law TimesTen Product Manager, Oracle Meet The Experts: Andy Yao TimesTen Product Manager, Oracle Gagan Singh Senior

More information

2009 Oracle Corporation 1

2009 Oracle Corporation 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 material,

More information

Oracle Database Public Cloud Services

Oracle Database Public Cloud Services Oracle Database Public Cloud Services A Strategy and Technology Overview Bob Zeolla Principal Sales Consultant Oracle Education & Research November 23, 2015 Safe Harbor Statement The following is intended

More information

ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE

ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE Oracle Enterprise Manager is Oracle s integrated enterprise IT management product line, and provides the industry s first complete cloud lifecycle management

More information

<Insert Picture Here> Pacific Gas and Electric Backup & Recovery Case Study

<Insert Picture Here> Pacific Gas and Electric Backup & Recovery Case Study Pacific Gas and Electric Backup & Recovery Case Study Eugene Psoter Pacific Gas and Electric Company Base Content Slide PG&E Agenda First Level Bullet Second level bullet Introduction

More information

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved. Preview of Oracle Database 12c In-Memory Option 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

More information

Oracle Recovery Manager 10g. An Oracle White Paper November 2003

Oracle Recovery Manager 10g. An Oracle White Paper November 2003 Oracle Recovery Manager 10g An Oracle White Paper November 2003 Oracle Recovery Manager 10g EXECUTIVE OVERVIEW A backup of the database may be the only means you have to protect the Oracle database from

More information

The Case for Zero Data Loss Recovery Appliance

The Case for Zero Data Loss Recovery Appliance The Case for Zero Data Loss Recovery Appliance Business Benefits for Data Protection ORACLE WHITE PAPER JUNE 2015 Table of Contents Introduction 3 Cost of Existing Backup Solutions 4 Cost of Daily Full

More information

Oracle 11g Database Administration

Oracle 11g Database Administration Oracle 11g Database Administration Part 1: Oracle 11g Administration Workshop I A. Exploring the Oracle Database Architecture 1. Oracle Database Architecture Overview 2. Interacting with an Oracle Database

More information

SQL-BackTrack the Smart DBA s Power Tool for Backup and Recovery

SQL-BackTrack the Smart DBA s Power Tool for Backup and Recovery SQL-BackTrack the Smart DBA s Power Tool for Backup and Recovery by Diane Beeler, Consulting Product Marketing Manager, BMC Software and Mati Pitkanen, SQL-BackTrack for Oracle Product Manager, BMC Software

More information

SAFETY FIRST. Emerging Trends in IT Disaster Recovery. By Cindy LaChapelle, Principal Consultant. www.isg-one.com

SAFETY FIRST. Emerging Trends in IT Disaster Recovery. By Cindy LaChapelle, Principal Consultant. www.isg-one.com SAFETY FIRST Emerging Trends in IT Disaster Recovery By Cindy LaChapelle, Principal Consultant www.isg-one.com INTRODUCTION Against a backdrop of increasingly integrated and interdependent global service

More information

How to Best Configure, Size, and Monitor the Oracle Database Fast Recovery Area

How to Best Configure, Size, and Monitor the Oracle Database Fast Recovery Area ORACLE PRODUCT LOGO How to Best Configure, Size, and Monitor the Oracle Database Fast Recovery Area Cris Pedregal, Oracle Presenting with Andy Colvin 1 Copyright 2011, Oracle and/or its affiliates. All

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

Protecting Microsoft SQL Server with an Integrated Dell / CommVault Solution. Database Solutions Engineering

Protecting Microsoft SQL Server with an Integrated Dell / CommVault Solution. Database Solutions Engineering Protecting Microsoft SQL Server with an Integrated Dell / CommVault Solution Database Solutions Engineering By Subhashini Prem and Leena Kushwaha Dell Product Group March 2009 THIS WHITE PAPER IS FOR INFORMATIONAL

More information

How To Use An Orgs.Org Database With An Orgorora Cloud Management Pack For Database (For Cloud)

How To Use An Orgs.Org Database With An Orgorora Cloud Management Pack For Database (For Cloud) ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE THE INDUSTRY S ONLY COMPLETE SOLUTION FOR DATABASE CLOUD MANAGEMENT. KEY FEATURES Consolidation Planning Out-of-the-box Self Service Portal Enterprise Service

More information

An Oracle White Paper March 2014. Integrated High-Performance Disk-to-Disk Backup with the Oracle ZFS Storage ZS3-BA

An Oracle White Paper March 2014. Integrated High-Performance Disk-to-Disk Backup with the Oracle ZFS Storage ZS3-BA An Oracle White Paper March 2014 Integrated High-Performance Disk-to-Disk Backup with the Oracle ZFS Storage ZS3-BA Executive Overview... 2 Introduction... 2 Oracle Exadata Backup and Recovery Solution

More information

Oracle Database 11g: New Features for Administrators

Oracle Database 11g: New Features for Administrators Oracle University Entre em contato: 0800 891 6502 Oracle Database 11g: New Features for Administrators Duração: 5 Dias Objetivos do Curso This course gives students the opportunity to learn about-and practice

More information

EMC Data Domain Boost for Oracle Recovery Manager (RMAN)

EMC Data Domain Boost for Oracle Recovery Manager (RMAN) White Paper EMC Data Domain Boost for Oracle Recovery Manager (RMAN) Abstract EMC delivers Database Administrators (DBAs) complete control of Oracle backup, recovery, and offsite disaster recovery with

More information

news Oracle ZDLRA Zero Data Loss Recovery Appliance

news Oracle ZDLRA Zero Data Loss Recovery Appliance news Oracle ZDLRA Zero Data Loss Recovery Appliance December 2014 When Larry Ellison announced the new Oracle Backup Appliance at the Oracle Open World 2013 with the DBLRA (Database Backup Logging Recovery

More information

VMware vsphere Data Protection 6.1

VMware vsphere Data Protection 6.1 VMware vsphere Data Protection 6.1 Technical Overview Revised August 10, 2015 Contents Introduction... 3 Architecture... 3 Deployment and Configuration... 5 Backup... 6 Application Backup... 6 Backup Data

More information

Exadata Database Machine Administration Workshop NEW

Exadata Database Machine Administration Workshop NEW Exadata Database Machine Administration Workshop NEW Duration: 4 Days What you will learn This course introduces students to Oracle Exadata Database Machine. Students learn about the various Exadata Database

More information

OCP: Oracle Database 12c Administrator Certified Professional Study Guide. Exam 1Z0-063

OCP: Oracle Database 12c Administrator Certified Professional Study Guide. Exam 1Z0-063 Brochure More information from http://www.researchandmarkets.com/reports/2561621/ OCP: Oracle Database 12c Administrator Certified Professional Study Guide. Exam 1Z0-063 Description: An updated guide for

More information

Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup

Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup Technical white paper Using HP StoreOnce Backup Systems for NDMP backups with Symantec NetBackup Table of contents Executive summary... 2 Introduction... 2 What is NDMP?... 2 Technology overview... 3 HP

More information

An Oracle White Paper November 2012. Hybrid Columnar Compression (HCC) on Exadata

An Oracle White Paper November 2012. Hybrid Columnar Compression (HCC) on Exadata An Oracle White Paper November 2012 Hybrid Columnar Compression (HCC) on Exadata Introduction... 3 Hybrid Columnar Compression: Technology Overview... 4 Warehouse Compression... 5 Archive Compression...

More information

Delivering Fat-Free CDP with Delphix. Using Database Virtualization for Continuous Data Protection without Storage Bloat.

Delivering Fat-Free CDP with Delphix. Using Database Virtualization for Continuous Data Protection without Storage Bloat. Delivering Fat-Free CDP with Delphix Using Database Virtualization for Continuous Data Protection without Storage Bloat White Paper Delivering Fat- Free CDP with Delphix Revision: June 2012 You can find

More information

SUN ORACLE DATABASE MACHINE

SUN ORACLE DATABASE MACHINE SUN ORACLE DATABASE MACHINE FEATURES AND FACTS FEATURES From 2 to 8 database servers From 3 to 14 Sun Oracle Exadata Storage Servers Up to 5.3 TB of Exadata QDR (40 Gb/second) InfiniBand Switches Uncompressed

More information

Protecting enterprise servers with StoreOnce and CommVault Simpana

Protecting enterprise servers with StoreOnce and CommVault Simpana Technical white paper Protecting enterprise servers with StoreOnce and CommVault Simpana HP StoreOnce Backup systems Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key

More information

Optimizing Storage for Better TCO in Oracle Environments. Part 1: Management INFOSTOR. Executive Brief

Optimizing Storage for Better TCO in Oracle Environments. Part 1: Management INFOSTOR. Executive Brief Optimizing Storage for Better TCO in Oracle Environments INFOSTOR Executive Brief a QuinStreet Excutive Brief. 2012 To the casual observer, and even to business decision makers who don t work in information

More information

ROADMAP TO DEFINE A BACKUP STRATEGY FOR SAP APPLICATIONS Helps you to analyze and define a robust backup strategy

ROADMAP TO DEFINE A BACKUP STRATEGY FOR SAP APPLICATIONS Helps you to analyze and define a robust backup strategy A BasisOnDemand.com White Paper ROADMAP TO DEFINE A BACKUP STRATEGY FOR SAP APPLICATIONS Helps you to analyze and define a robust backup strategy by Prakash Palani (Prakash.Palani@basisondemand.com) Table

More information

Hybrid Business Cloud Backup

Hybrid Business Cloud Backup Hybrid Business Cloud What it is. What it s good for. Tom Gallivan Vice President of Sales February 25 th, 2014 2 AGENDA Hybrid Business Cloud 1 2 3 4 5 Data Loss and Cloud vs. Hybrid Business Cloud Sizing

More information

OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni

OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni Agenda Database trends for the past 10 years Era of Big Data and Cloud Challenges and Options Upcoming database trends Q&A Scope

More information

Overview: X5 Generation Database Machines

Overview: X5 Generation Database Machines Overview: X5 Generation Database Machines Spend Less by Doing More Spend Less by Paying Less Rob Kolb Exadata X5-2 Exadata X4-8 SuperCluster T5-8 SuperCluster M6-32 Big Memory Machine Oracle Exadata Database

More information

Oracle Maximum Availability Architecture Best Practices for Oracle Exadata (CON8392)

Oracle Maximum Availability Architecture Best Practices for Oracle Exadata (CON8392) Oracle Maximum Availability Architecture Best Practices for Oracle Exadata (CON8392) Joseph Meeks, Director High Availability Product Management, Oracle Michael Smith, Consulting Member of Technical Staff

More information

SQL Server Storage Best Practice Discussion Dell EqualLogic

SQL Server Storage Best Practice Discussion Dell EqualLogic SQL Server Storage Best Practice Discussion Dell EqualLogic What s keeping you up at night? Managing the demands of a SQL environment Risk Cost Data loss Application unavailability Data growth SQL Server

More information

Considerations when Choosing a Backup System for AFS

Considerations when Choosing a Backup System for AFS Considerations when Choosing a Backup System for AFS By Kristen J. Webb President and CTO Teradactyl LLC. October 21, 2005 The Andrew File System has a proven track record as a scalable and secure network

More information

Lunch and Learn: Modernize Your Data Protection Architecture with Multiple Tiers of Storage Session 17174, 12:30pm, Cedar

Lunch and Learn: Modernize Your Data Protection Architecture with Multiple Tiers of Storage Session 17174, 12:30pm, Cedar Lunch and Learn: Modernize Your Data Protection Architecture with Multiple Tiers of Storage Session 17174, 12:30pm, Cedar Kevin Horn Principal Product Manager Enterprise Data Protection Solutions March

More information

Module: Business Continuity

Module: Business Continuity Upon completion of this module, you should be able to: Describe business continuity and cloud service availability Describe fault tolerance mechanisms for cloud infrastructure Discuss data protection solutions

More information

Oracle Exadata Database Machine Aké jednoznačné výhody prináša pre finančné inštitúcie

Oracle Exadata Database Machine Aké jednoznačné výhody prináša pre finančné inštitúcie Oracle Exadata Database Machine Aké jednoznačné výhody prináša pre finančné inštitúcie Gabriela Hečková Technology Sales Consultant, Engineered Systems Oracle Slovensko Copyright 2014 Oracle and/or its

More information

Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els

Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els Why Not Oracle Standard Edition? A Dbvisit White Paper By Anton Els Copyright 2011-2013 Dbvisit Software Limited. All Rights Reserved Nov 2013 Executive Summary... 3 Target Audience... 3 Introduction...

More information

The Microsoft Large Mailbox Vision

The Microsoft Large Mailbox Vision WHITE PAPER The Microsoft Large Mailbox Vision Giving users large mailboxes without breaking your budget Introduction Giving your users the ability to store more e mail has many advantages. Large mailboxes

More information

The safer, easier way to help you pass any IT exams. Exam : 1Z0-067. Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP.

The safer, easier way to help you pass any IT exams. Exam : 1Z0-067. Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP. http://www.51- pass.com Exam : 1Z0-067 Title : Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Version : DEMO 1 / 7 1.Which two statements are true about scheduling operations in a pluggable database

More information

How To Backup And Restore A Database With A Powervault Backup And Powervaults Backup Software On A Poweredge Powervalt Backup On A Netvault 2.5 (Powervault) Powervast Backup On An Uniden Power

How To Backup And Restore A Database With A Powervault Backup And Powervaults Backup Software On A Poweredge Powervalt Backup On A Netvault 2.5 (Powervault) Powervast Backup On An Uniden Power Database Backup and Recovery using NetVault Backup and PowerVault MD3260 A Dell Technical White Paper Database Solutions Engineering Dell Product Group Umesh Sunnapu Mayura Deshmukh Robert Pound This document

More information

Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices

Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices Storage Backup and Disaster Recovery: Using New Technology to Develop Best Practices September 2008 Recent advances in data storage and data protection technology are nothing short of phenomenal. Today,

More information

Cloud OS Vision. Modern platform for the world s apps

Cloud OS Vision. Modern platform for the world s apps Cloud OS Vision Modern platform for the world s apps transforms the datacenter unlocks insights on any data empowers people-centric IT enables modern business apps Development Management Identity Data

More information

The Oracle StorageTek VSM6 Providing Unprecedented Storage Versatility

The Oracle StorageTek VSM6 Providing Unprecedented Storage Versatility The Oracle StorageTek VSM6 Providing Unprecedented Storage Versatility Fred Moore, President Horison, Inc. www.horison.com Introduction Have you considered the growing complexity and challenge for enterprise

More information

Oracle 11g New Features - OCP Upgrade Exam

Oracle 11g New Features - OCP Upgrade Exam Oracle 11g New Features - OCP Upgrade Exam This course gives you the opportunity to learn about and practice with the new change management features and other key enhancements in Oracle Database 11g Release

More information

DISASTER RECOVERY STRATEGIES FOR ORACLE ON EMC STORAGE CUSTOMERS Oracle Data Guard and EMC RecoverPoint Comparison

DISASTER RECOVERY STRATEGIES FOR ORACLE ON EMC STORAGE CUSTOMERS Oracle Data Guard and EMC RecoverPoint Comparison DISASTER RECOVERY STRATEGIES FOR ORACLE ON EMC STORAGE CUSTOMERS Oracle Data Guard and EMC RecoverPoint Comparison Document Control Change Record 3 Date Author Version Change Reference 15-Aug-2007 Ravi

More information

BackupEnabler: Virtually effortless backups for VMware Environments

BackupEnabler: Virtually effortless backups for VMware Environments White Paper BackupEnabler: Virtually effortless backups for VMware Environments Contents Abstract... 3 Why Standard Backup Processes Don t Work with Virtual Servers... 3 Agent-Based File-Level and Image-Level

More information

SOLUTION BRIEF KEY CONSIDERATIONS FOR BACKUP AND RECOVERY

SOLUTION BRIEF KEY CONSIDERATIONS FOR BACKUP AND RECOVERY SOLUTION BRIEF KEY CONSIDERATIONS FOR BACKUP AND RECOVERY Among the priorities for efficient storage management is an appropriate protection architecture. This paper will examine how to architect storage

More information

What you need to know about cloud backup: your guide to cost, security and flexibility.

What you need to know about cloud backup: your guide to cost, security and flexibility. What you need to know about cloud backup: your guide to cost, security and flexibility. Over the last decade, cloud backup, recovery and restore (BURR) options have emerged as a secure, cost-effective

More information

Oracle Database 11g: Administration And Backup & Recover

Oracle Database 11g: Administration And Backup & Recover Oracle Database 11g: Administration And Backup & Recover ส าหร บคอร ส Oracle 11g Database Administration น เป นคอร สส าหร บผ ท ก าล งเร มต นการเป น ORACLE DBA หร อผ ท ต องการจะสอบ Oracle Certified Associate

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Oracle Backup Recovery Setup on LeftHand Networks IP SAN Legal Notices Warranty The only warranties for HP products and services are set forth

More information

Oracle Database 11g R1 & R2: New Features for Administrators

Oracle Database 11g R1 & R2: New Features for Administrators Oracle Database 11g R1 & R2: New Features for Administrators Summary This Oracle 11g course will assist experienced Oracle database administrators to quickly learn the new features and concepts associated

More information

Optimized data protection through one console for physical and virtual systems, including VMware and Hyper-V virtual systems

Optimized data protection through one console for physical and virtual systems, including VMware and Hyper-V virtual systems Symantec Backup Exec 12.5 for Windows Small Business Server Premium and Standard Editions Comprehensive data protection and system recovery for Microsoft Windows Small Business Server Overview Symantec

More information

SUN ORACLE DATABASE MACHINE

SUN ORACLE DATABASE MACHINE SUN ORACLE DATABASE MACHINE FEATURES AND FACTS FEATURES From 1 to 8 database servers From 1 to 14 Sun Oracle Exadata Storage Servers Each Exadata Storage Server includes 384 GB of Exadata Smart Flash Cache

More information

News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren

News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren News and trends in Data Warehouse Automation, Big Data and BI Johan Hendrickx & Dirk Vermeiren Extreme Agility from Source to Analysis DWH Appliances & DWH Automation Typical Architecture 3 What Business

More information

Long term retention and archiving the challenges and the solution

Long term retention and archiving the challenges and the solution Long term retention and archiving the challenges and the solution NAME: Yoel Ben-Ari TITLE: VP Business Development, GH Israel 1 Archive Before Backup EMC recommended practice 2 1 Backup/recovery process

More information

<Insert Picture Here>

<Insert Picture Here> 1 Database Technologies for Archiving Kevin Jernigan, Senior Director Product Management Advanced Compression, EHCC, DBFS, SecureFiles, ILM, Database Smart Flash Cache, Total Recall,

More information