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

2 Deduplication & Compression Options for Oracle Database Backups Donna Cooksey, Sridhar Ranganathan High Availability Product Management 2 Copyright 2011, Oracle and/or its affiliates. All rights Presenting with: Lakshman Lingam

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

4 Latin America 2011 December 6 8, 2011 Tokyo 2012 April 4 6, Copyright 2011, Oracle and/or its affiliates. All rights

5 Oracle OpenWorld Bookstore Visit the Oracle OpenWorld Bookstore for a fabulous selection of books on many of the conference topics and more! Bookstore located at Moscone West, Level 2 All Books at 20% Discount 5 Copyright 2011, Oracle and/or its affiliates. All rights

6 Program Agenda Data Growth Challenges for Data Protection Backup Considerations for Storage Savings The Integrated Oracle Database Protection of RMAN RMAN Storage Reduction Strategies Customer Results: Bank of America Key Takeaways Q & A 6 Copyright 2011, Oracle and/or its affiliates. All rights

7 Enterprise Data Growth Continuing for the Foreseeable Future Enterprise data is growing 10-20% per year Some industries upwards of 50%+ data growth / annually Increase in production data is magnified in the backup storage infrastructure More production data expands exponentially into the backup storage infrastructure Year over year data growth! 7 Copyright 2011, Oracle and/or its affiliates. All rights

8 Exponential Growth in Backup Infrastructure IT Challenges Data Growth Multiples in Backup Copies: Production Data Size One Month of Backups Long Term Retention Last Year: This Year: and so on and so on and so on and so on Backup retention periods remain constant based on business needs Often expanding due to regulatory requirements Storage budget doesn t scale with data growth Data center space and power constraints hamper storage scale-outs 8 Copyright 2011, Oracle and/or its affiliates. All rights

9 Program Agenda Data Growth Challenges for Data Protection Backup Considerations for Storage Savings The Integrated Oracle Database Protection of RMAN RMAN Storage Reduction Strategies Customer Results Bank of America Key Takeaways Q & A 9 Copyright 2011, Oracle and/or its affiliates. All rights

10 Backup Storage Optimization Strategies Considerations for Storage Savings Backup Compression - Software (e.g. native utilities) - Hardware (e.g. tape or disk drives) Built-in Backup Deduplication - Incremental Backups Add-on Backup Deduplication - Software - Appliance Model Empty Space Compressed Backup Deduplicated Backup Deduplicated Backup 10 Copyright 2011, Oracle and/or its affiliates. All rights

11 Backup Compression 101 Reduces Storage Costs by Reducing Backup Size Compressed Backup Empty Space Compression removes empty space and/or repeating sequences depending on the technology The compression ratio is dependent on the type of data and compression algorithm used Application backup compression can be performed at a point in the backup process: Within the application during a backup operation By the backup application By the storage Disk / appliance or tape drive 11 Copyright 2011, Oracle and/or its affiliates. All rights

12 Backup Deduplication 101 Reduces Storage Costs via Capacity Requirements Deduplication is a specialized form of compression Removes redundant data across multiple copies of the data Granularity of deduplication varies by vendor from sub-block bl to file level Three primary categories: 1) Incremental backup strategy 2) Deduplication software 3) Storage appliance deduplication Only changed blocks are backed up Incrementals are smaller & faster backups than fulls Source-side deduplication Replaces redundant data with pointers to shared copy Deduplication performed at the source or on the target Effectiveness is dependent upon awareness of the backup stream format 12 Copyright 2011, Oracle and/or its affiliates. All rights

13 General Purpose Deduplication Offerings Software or Appliance Model Deduplication Software Deduplication software is installed on each host Source-side deduplication No hardware vendor lock-in Usually the backups need to be reconstituted when copied to tape Storage Appliance Deduplication Target-side deduplication : Inline Backup is deduplicated prior to being written to disk Post-process Backup is written to a staging area, then deduplicated Backups must be reconstituted when copied to tape Distinctions between the two are blurring as hybrid offerings are emerging 13 Copyright 2011, Oracle and/or its affiliates. All rights

14 Deduplication Ratios Mileage Will Vary Deduplication ratios vary by source and backup type File system backup data is ideal for deduplication Format does not change in the backup process Deduplication ratios can range between 10x 50x! Oracle database backups are more complex than that t of file systems Storage deduplication ratios are minimal, if any 14 Copyright 2011, Oracle and/or its affiliates. All rights

15 Program Agenda Data Growth Challenges for Data Protection Backup Considerations for Storage Savings The Integrated Oracle Database Protection of RMAN RMAN Storage Reduction Strategies Customer Results Bank of America Key Takeaways Q & A 15 Copyright 2011, Oracle and/or its affiliates. All rights

16 Oracle Recovery Manager (RMAN) Integrated Backup / Recovery Engine for Oracle Database Built-in in Advanced Data Protection Capabilities Intrinsic knowledge of database file formats and recovery procedures Block validation during backup / restore Online, multi-streamed backup Native backup multiplexing Backup compression and encryption Integrated disk, tape* & cloud backup *RMAN is integrated with Oracle Secure Backup and 3 rd party media managers for tape backup. 16 Copyright 2011, Oracle and/or its affiliates. All rights

17 RMAN Delivers. Comprehensive Protection for the Oracle Database Effectively manage RMAN backup / recovery via command or Oracle Enterprise Manager (EM) RMAN backup destinations: DISK or SBT Two Oracle database backup options provide maximum flexibility for diverse requirements: Image copy: Exact copy of the datafile, archived redo log file or control file Backup is approximately same size as the production database less temp files Backup set: RMAN-specific proprietary backup format Smaller backup size than an image copy backup due to: RMAN null compression and unused block compression (pre-backup) 17 Copyright 2011, Oracle and/or its affiliates. All rights

18 Storage Deduplication Technologies Difference Between File System and RMAN Backups Understanding the backup stream is critical to identifying redundant data File System Data File system data format does not change in the backup process --- Ideal for deduplication technologies Oracle Database RMAN Integration RMAN passes a pre-packaged p backup set to backup applications via SBT interface: --- Backup stream / block format is Oracle proprietary --- RMAN backup stream is largely opaque to backup applications rd party deduplication of Oracle backup streams is at best, superficial 18 Copyright 2011, Oracle and/or its affiliates. All rights

19 Oracle Data Block Format 101 More Than Simple Bits. Oracle Database manages its logical storage in data blocks Minimum unit of I/O A data block has a well-defined structure Block header is kept consistent with payload Rows do not overlap Metadata in its place Can always verify logical consistency 19 Copyright 2011, Oracle and/or its affiliates. All rights

20 The 411 on Oracle Database Backup Blocks Block Headers May Vary Between Backups? Oracle Blocks Datafile A Datafile B Are numbered describing position from beginning of datafile Unique identifier 1A 2A 3A 4A 5A 6A 1B 2B 3B 4B 5B 6B Oracle Backup (RMAN) Blocks Datafile blocks are logically grouped into backup pieces Ordering of blocks within a backup piece different than within the datafile 1A 1B 2A 3A 2B 5A 3B 4B 6A 5B Backup Piece Headers differ Translating to different block headers / numbers between backup operations ---- Only RMAN can map backup block to datafile block 20 Copyright 2011, Oracle and/or its affiliates. All rights

21 What Storage Deduplication Ratios to Expect? Mileage Will Vary. Oracle Database Typical storage deduplication ratios for RMAN backups of the Oracle database: Full backups in the low, single-digits range Incremental backups minimal, if any Archived log backups -zero 21 Copyright 2011, Oracle and/or its affiliates. All rights

22 Program Agenda Data Growth Challenges for Data Protection Backup Considerations for Storage Savings The Integrated Oracle Database Protection of RMAN RMAN Storage Reduction Strategies Customer Results Bank of America Key Takeaways Q & A 22 Copyright 2011, Oracle and/or its affiliates. All rights

23 RMAN Incremental Backup Strategies Built-In Backup Deduplication Incremental Forever Strategy Initial RMAN image copy backup to disk (FRA), then copy updated in-place with incrementals going forward Switch to copy capability for zero restore capability On-disk retention of 1-7 days RMAN BACKUP RECOVERY AREA Optimized backup to disk or tape RMAN compression applicable to the the incremental and archived log backups High Availability Full / Incremental Strategy RMAN backup set backup operation to: Disk - retention from days to weeks Tape retention from weeks to years RMAN compression applicable to full, incremental and/or archived log backups RMAN BACKUP BACKUPSET Makes additional copy of the backup to disk or tape Space Optimization 23 Copyright 2011, Oracle and/or its affiliates. All rights

24 RMAN Full / Incremental Backup Strategy Inherent Backup Deduplication Assumptions: Database size (used space) = 450GB Database change rate = 10% Backup type = RMAN backup set Weekly full backup on Sunday Daily incremental backups Mon-Sat 24 Copyright 2011, Oracle and/or its affiliates. All rights

25 Deduplication For Oracle Database Backups Comparison Between RMAN and Storage Appliances Description RMAN Incremental Backups Backup level Incremental Full Storage Appliance Deduplication Deduplication type Source Target Inline or post process Oracle database-aware Yes No Remains deduplicated when copied to tape Yes No Backup media options Disk or tape Disk Backup performance Faster than full backup depending on the database change rate, e.g x Full backup time + deduplication and processing time Restore performance Similar to that of backup operation Similar to backup, although could be longer due to reconstitution process Backup overhead on the database server Minimum Maximum Incremental backups need less IO than full backups!!!! 25 Copyright 2011, Oracle and/or its affiliates. All rights

26 How much additional storage space can be saved if the full / incremental backups are compressed? 26 Copyright 2011, Oracle and/or its affiliates. All rights

27 Oracle Database Compression Technologies Production to Backup Exadata Hybrid Columnar Compression (EHCC) Warehouse and archive compression Oracle Advanced Compression Option (ACO) OLTP table compression SecureFiles compression and deduplicationd Data pump export compression Recovery Manager (RMAN) backup compression levels LOW, MEDIUM, HIGH Data Guard redo transport compression Oracle Database Enterprise Edition Recovery Manager backup compression level BASIC 27 Copyright 2011, Oracle and/or its affiliates. All rights

28 Backup of Compressed Oracle Database Data What is the Sizing Effect in Backup Storage? EHCC Data OLTP Compressed Tables SecureFiles Compressed/Deduplicated Remains compressed within the backup Won t benefit by additional backup compression Won t benefit from 3 rd party deduplication offerings Non-compressed production data can benefit from backup storage optimizations 28 Copyright 2011, Oracle and/or its affiliates. All rights

29 RMAN Backup Compression Oracle Database Which Level is Right for You? LOW MEDIUM BASIC HIGH Best performance, lowest CPU utilization What compression ratios can be expected? Best compression ratio Varies by data and compression level Internal and customer testing ratio ranges from 1.5 to 19x 29 Copyright 2011, Oracle and/or its affiliates. All rights

30 RMAN Backup Compression and/or Encryption Oracle Transparent Data Encryption (TDE) Data within the Database Not encrypted TDE column encryption RMAN Backup Type Compressed and Standard Compressed Encrypted Encrypted Backup is not compressed or encrypted Columns remain encrypted in the backup Backup is compressed Backup is encrypted Data is compressed first, then encrypted Backup is compressed TDE tablespace Tablespaces remain Encrypted tablespaces encryption encrypted din the backup decrypted, d compressed and re encrypted Data is encrypted, double encryption of TDE encrypted columns Encrypted blocks remain encrypted, clear text t blocks are encrypted The Secret Sauce Oracle database-aware advantage! Data is compressed first, then encrypted TDE encrypted tbl tablespaces re decrypted, compressed and re encrypted. Unencrypted tablespaces are compressed, then encrypted 30 Copyright 2011, Oracle and/or its affiliates. All rights

31 RMAN Incremental + Backup Compression Winning Combination for Maximum Storage Savings! Assumptions: Database size (used space) = 450GB Database change rate = 10% Backup type = RMAN backup set Weekly full backup on Sunday Daily incremental backups Mon-Sat Average RMAN backup compression ratio: Full backup = 11x Incremental backup = 3x Archived log backups = 2x Storage Savings with Compression: 7.6x 11.4x 31 Copyright 2011, Oracle and/or its affiliates. All rights

32 Recovery Manager Storage Optimizations 3.3x improvement using Full / Incremental strategy 7.6x improvement using Fulls and compression strategy 11.4x improvement using Full / incremental strategy along with compression 32 Copyright 2011, Oracle and/or its affiliates. All rights

33 Advantages of Database-Aware Optimizations RMAN is Tightly Integrated with Oracle Technologies Can leverage RMAN multiplexing for increased backup performance TDE encryption benefits space savings of the deduplication TDE encrypted tablespaces can be compressed or deduplicated in the backup RMAN Deduplication Yes Yes Yes Using RMAN compression Storage Appliance Deduplication No Recommend FILESPERSET=1 No Encrypted data can t be deduplicated No - Encrypted data can t be deduplicated Applicable to disk or tape media Yes No Only disk Dependency on storage pointers for No Yes consistent restoration Reduced network traffic Yes No 33 Copyright 2011, Oracle and/or its affiliates. All rights

34 Program Agenda Data Growth Challenges for Data Protection Backup Considerations for Storage Savings The Integrated Oracle Database Protection of RMAN RMAN Storage Reduction Strategies Customer Results Bank of America Key Takeaways Q & A 34 Copyright 2011, Oracle and/or its affiliates. All rights

35 Oracle Backup and Recovery Bank of America Lakshman Lingam DBA Team Manager Bank of America Merrill Lynch (BAML) Global Markets, Finance & Futures

36 Bank of America One of the World s Largest Financial i Institutions Bank of America provides a full range of banking, investing, asset management and other financial and risk management products and services In the US, Bank of America serves: 58 million consumer and small business relationships 5,700 retail banking offices and about 17,800 ATMs Online banking services over 30 million active customers Among the world s leading wealth management companies and is a global leader in corporate and investment banking Bank of America serves clients via operation in more than 40 countries

37 Data Centers Leverage 1000s of Oracle Databases Effectively manage the Oracle infrastructure leveraging a multi-tiered (0-6) strategy t based on criticality of data and the Oracle Maximum Availability Architecture (MAA) All tiers utilize RMAN for Oracle database backup / recovery and many use Oracle Data Guard for business continuity Backup strategy for the top data tiers includes: Fast Recovery Area (FRA) sized for 7 day retention on disk using a weekly full (level 0), daily incremental backup (level 1) and archived logs Backup to FRA at both primary and Oracle Data Guard locations Backup of FRA to tape from the Oracle Data Guard Database Weekly tape backup maintained for 90 days Monthly tape backup maintained for 7 years

38 Managing the Backup Infrastructure For Oracle Databases Production data amounts are growing which naturally multiplies li in the backup infrastructure t Bank of America is successfully using RMAN in a two-prong approach to reducing the backup storage footprint: Full and incremental Oracle database backup strategy RMAN backup compression level = BASIC which is included in Oracle Database 11g Enterprise Edition Our RMAN storage optimization strategy reduces both disk and tape consumption

39 Storage Savings with RMAN Full Backup Effective Space Savings > 7x Compressed full backup size = 3.10TB Space savings = 7.7x

40 Storage Savings with RMAN Archived Logs Effective Space Savings > 4x Compressed size = 53.89G Space savings = 4.8x

41 Storage Savings with RMAN Incremental Level 1 > Effective Space Savings > 50x Compressed size = 437G Space savings = 57.6x

42 Benefits of Using RMAN Optimizations An Recovery Manager (RMAN) full / incremental backup strategy is integral to our data protection strategy for the Oracle database RMAN backup compression is a natural extension of our current deployment Advantages of RMAN storage optimizations over non-oracle offerings for the Oracle database include: RMAN is integrated t with the Oracle database eco-system from Oracle Data Guard to Oracle Enterprise Manager (EM) Storage consumption savings extend from disk to tape backup media Less moving parts (single technical resource) and reduced costs (RMAN is free)

43 RMAN Best Practices Use of BCT feature for faster incremental backups. In RAC deployments, use of service to spread channels across RAC In Standby, as DB in mount mode, channel distribution to specific instance instead of service to spread channels across instances Use of RMAN for refreshes across environments. Use of RMAN to build data guards FRA backup to tape is by using backup recovery area command rather than OS backup.

44 THANK YOU!

45 Program Agenda Data Growth Challenges for Data Protection Backup Storage Optimizations i Oracle Database Compression Technologies Recovery Manager Storage Reduction Strategies Key Takeaways Q & A 45 Copyright 2011, Oracle and/or its affiliates. All rights

46 Key Takeaways RMAN Provides Backup Storage Optimizations! General purpose storage appliance advertised deduplication ratios of 10-50x: Possible for file system backups Not likely or even e close for Oracle database abase backups RMAN is built-in to the Oracle kernel and can deliver backup storage savings of up to 20x via Incremental backups (built-in deduplication) Backup compression 46 Copyright 2011, Oracle and/or its affiliates. All rights

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

48 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

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

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

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

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

The Curious Case of Database Deduplication. PRESENTATION TITLE GOES HERE Gurmeet Goindi Oracle

The Curious Case of Database Deduplication. PRESENTATION TITLE GOES HERE Gurmeet Goindi Oracle The Curious Case of Database Deduplication PRESENTATION TITLE GOES HERE Gurmeet Goindi Oracle Agenda Introduction Deduplication Databases and Deduplication All Flash Arrays and Deduplication 2 Quick Show

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

Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Copyright 2014 Oracle and/or its affiliates. All rights reserved. Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Data Masking and Subsetting Oracle Advanced Security Best Practices for Database Encryption and Redaction Todd Bottger Sr. Principal

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

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

<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

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

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

Configuring Backup Settings. Copyright 2009, Oracle. All rights reserved.

Configuring Backup Settings. Copyright 2009, Oracle. All rights reserved. Configuring Backup Settings Objectives After completing this lesson, you should be able to: Use Enterprise Manager to configure backup settings Enable control file autobackup Configure backup destinations

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

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

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

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

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

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

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

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

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

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

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

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

EMC BACKUP MEETS BIG DATA

EMC BACKUP MEETS BIG DATA EMC BACKUP MEETS BIG DATA Strategies To Protect Greenplum, Isilon And Teradata Systems 1 Agenda Big Data: Overview, Backup and Recovery EMC Big Data Backup Strategy EMC Backup and Recovery Solutions for

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

Automatic Data Optimization

Automatic Data Optimization Automatic Data Optimization Saving Space and Improving Performance! Erik Benner, Enterprise Architect 1 Who am I? Erik Benner @erik_benner TalesFromTheDatacenter.com Enterprise Architect Ebenner@mythics.com

More information

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY" Tokyo. Koln Sebastopol. Cambridge Farnham.

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY Tokyo. Koln Sebastopol. Cambridge Farnham. FIFTH EDITION Oracle Essentials Rick Greenwald, Robert Stackowiak, and Jonathan Stern O'REILLY" Beijing Cambridge Farnham Koln Sebastopol Tokyo _ Table of Contents Preface xiii 1. Introducing Oracle 1

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

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

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

Managed Cloud Database Service

Managed Cloud Database Service Managed Cloud Database Service Transform your Business with Managed Database Cloud On-premise Guru Shashikumar Director, Product Management Oracle Managed Cloud Services October 2014 Agenda 1 2 3 4 Oracle

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

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

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

An Oracle White Paper January 2012. Advanced Compression with Oracle Database 11g

An Oracle White Paper January 2012. Advanced Compression with Oracle Database 11g An Oracle White Paper January 2012 Advanced Compression with Oracle Database 11g Oracle White Paper Advanced Compression with Oracle Database 11g Introduction... 3 Oracle Advanced Compression... 4 Compression

More information

How to Migrate your Database to Oracle Exadata. Noam Cohen, Oracle DB Consultant, E&M Computing

How to Migrate your Database to Oracle Exadata. Noam Cohen, Oracle DB Consultant, E&M Computing How to Migrate your Database to Oracle Exadata Noam Cohen, Oracle DB Consultant, E&M Computing Who am I Working with Oracle Since 2000 Versions 8.0 11g Consulting on all areas from Infrastructure to Application

More information

Applying traditional DBA skills to Oracle Exadata. Marc Fielding March 2013

Applying traditional DBA skills to Oracle Exadata. Marc Fielding March 2013 Applying traditional DBA skills to Oracle Exadata Marc Fielding March 2013 About Me Senior Consultant with Pythian s Advanced Technology Group 12+ years Oracle production systems experience starting with

More information

11. Oracle Recovery Manager Overview and Configuration.

11. Oracle Recovery Manager Overview and Configuration. 11. Oracle Recovery Manager Overview and Configuration. Abstract: This lesson provides an overview of RMAN, including the capabilities and components of the RMAN tool. The RMAN utility attempts to move

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

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

EMC Backup and Recovery for Oracle Database 11g Data Warehouse

EMC Backup and Recovery for Oracle Database 11g Data Warehouse EMC Backup and Recovery for Oracle Database 11g Data Warehouse A Detailed Review EMC Information Infrastructure Solutions Abstract This white paper describes an EMC backup and recovery solution for Oracle

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 RMAN DESIGN BEST PRACTICES WITH EMC DATA DOMAIN

ORACLE RMAN DESIGN BEST PRACTICES WITH EMC DATA DOMAIN White Paper ORACLE RMAN DESIGN BEST PRACTICES WITH EMC DATA DOMAIN Abstract Many organizations rely on Oracle databases as the foundation for their mission-critical applications and the ability to protect

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

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

Securing Data in Oracle Database 12c

Securing Data in Oracle Database 12c Securing Data in Oracle Database 12c Thomas Kyte http://asktom.oracle.com/ Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

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

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

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Public Information 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Public Information The following is intended to outline our general product direction. It is intended for information purposes only,

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 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 Acceleration with the SanDisk ION Accelerator Solution

Oracle Acceleration with the SanDisk ION Accelerator Solution WHITE PAPER Oracle Acceleration with the SanDisk ION Accelerator Solution 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Customer Results... 3 Flexible Deployment Options... 4

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 CORE DBA ONLINE TRAINING

ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA THIS ORACLE DBA TRAINING COURSE IS DESIGNED TO PROVIDE ORACLE PROFESSIONALS WITH AN IN-DEPTH UNDERSTANDING OF THE DBA FEATURES OF ORACLE, SPECIFIC ORACLE

More information

Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture

Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture Ron Weiss, Exadata Product Management Exadata Database Machine Best Platform to Run the

More information

LDA, the new family of Lortu Data Appliances

LDA, the new family of Lortu Data Appliances LDA, the new family of Lortu Data Appliances Based on Lortu Byte-Level Deduplication Technology February, 2011 Copyright Lortu Software, S.L. 2011 1 Index Executive Summary 3 Lortu deduplication technology

More information

Copyright 2015 EMC Corporation. All rights reserved. 1

Copyright 2015 EMC Corporation. All rights reserved. 1 Copyright 2015 EMC Corporation. All rights reserved. 1 DATA DOMAIN BOOST: UNMATCHED SPEED & CONTROL PHILIP FOTE & GENE MAXWELL Copyright 2015 EMC Corporation. All rights reserved. 2 TWEET US! Are you already

More information

Use RMAN to relocate a 10TB RAC database with minimum downtime. Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011

Use RMAN to relocate a 10TB RAC database with minimum downtime. Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011 Use RMAN to relocate a 10TB RAC database with minimum downtime Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011 Contents Methods of relocate a database with minimum down time RMAN oracle suggested backup strategy

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

<Insert Picture Here> Oracle Cloud Storage. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

<Insert Picture Here> Oracle Cloud Storage. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Cloud Storage Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Cloud Storage Automatic Storage Management (ASM) Oracle Cloud File System ASM Dynamic

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

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

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

Data Deduplication in Tivoli Storage Manager. Andrzej Bugowski 19-05-2011 Spała

Data Deduplication in Tivoli Storage Manager. Andrzej Bugowski 19-05-2011 Spała Data Deduplication in Tivoli Storage Manager Andrzej Bugowski 19-05-2011 Spała Agenda Tivoli Storage, IBM Software Group Deduplication concepts Data deduplication in TSM 6.1 Planning for data deduplication

More information

Redefining Microsoft SQL Server Data Management. PAS Specification

Redefining Microsoft SQL Server Data Management. PAS Specification Redefining Microsoft SQL Server Data Management APRIL Actifio 11, 2013 PAS Specification Table of Contents Introduction.... 3 Background.... 3 Virtualizing Microsoft SQL Server Data Management.... 4 Virtualizing

More information

Implementing an Enterprise Class Database Backup and Recovery Plan

Implementing an Enterprise Class Database Backup and Recovery Plan Implementing an Enterprise Class Database Backup and Recovery Plan Tammy Bednar Oracle Corporation 400 Oracle Parkway, Redwood Shores, CA 94065 Work: (650) 506-4780 Fax: (650) 506-7203 tammy.bednar@oracle.com

More information

Oracle Database Backup in the Cloud. An Oracle White Paper September 2008

Oracle Database Backup in the Cloud. An Oracle White Paper September 2008 Oracle Database Backup in the Cloud An Oracle White Paper September 2008 Oracle Database Backup in the Cloud Introduction... 2 Cloud backup Overview... 2 Introducing Oracle Secure Backup Cloud Module...

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 Cloud Storage and File system

Oracle Cloud Storage and File system 2012 Tieto Corporation Oracle Cloud Storage and File system Andrejs Karpovs Oracle Apps DBA Tieto, andrejs.karpovs@tieto.com Few notes about me I Am a DBA Work in Tieto Have 4 years exprerience working

More information

Symantec NetBackup 7 Clients and Agents

Symantec NetBackup 7 Clients and Agents Complete protection for your information-driven enterprise Overview Symantec NetBackup provides a simple yet comprehensive selection of innovative clients and agents to optimize the performance and efficiency

More information

Oracle Database 10g: Administration Workshop II Release 2

Oracle Database 10g: Administration Workshop II Release 2 ORACLE UNIVERSITY CONTACT US: 00 9714 390 9000 Oracle Database 10g: Administration Workshop II Release 2 Duration: 5 Days What you will learn This course advances your success as an Oracle professional

More information

<Insert Picture Here> Managing Storage in Private Clouds with Oracle Cloud File System OOW 2011 presentation

<Insert Picture Here> Managing Storage in Private Clouds with Oracle Cloud File System OOW 2011 presentation Managing Storage in Private Clouds with Oracle Cloud File System OOW 2011 presentation What We ll Cover Today Managing data growth Private Cloud definitions Oracle Cloud Storage architecture

More information

TECHNICAL REPORT. Nimble Storage Oracle Backup and Recovery Guide

TECHNICAL REPORT. Nimble Storage Oracle Backup and Recovery Guide TECHNICAL REPORT Nimble Storage Oracle Backup and Recovery Guide N I M B L E T E C H N I C A L R E P O R T : N I M B L E S T O R A G E F O R O R A C L E B A C K U P A N D R E C O V E R Y 1 Document Revision

More information

WHITE PAPER. Oracle RMAN Design Best Practices with Data Domain. Storage. Deduplication

WHITE PAPER. Oracle RMAN Design Best Practices with Data Domain. Storage. Deduplication WHITE PAPER Deduplication Storage Oracle RMAN Design Best Practices with Data Domain w w w. d a t a d o m a i n. c o m - 2 0 0 7 DATA DOMAIN I Contents Contents Integration...9 Introduction......................................

More information

Ultimate Guide to Oracle Storage

Ultimate Guide to Oracle Storage Ultimate Guide to Oracle Storage Presented by George Trujillo George.Trujillo@trubix.com George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such

More information

EMC XtremSF: Delivering Next Generation Performance for Oracle Database

EMC XtremSF: Delivering Next Generation Performance for Oracle Database White Paper EMC XtremSF: Delivering Next Generation Performance for Oracle Database Abstract This white paper addresses the challenges currently facing business executives to store and process the growing

More information

Daniela Milanova Senior Sales Consultant

Daniela Milanova Senior Sales Consultant Daniela Milanova Senior Sales Consultant Oracle Disaster Recovery Solution What is Data Guard? Management, monitoring and automation software infrastructure that protects data against failure, errors,

More information

Oracle Database In-Memory A Practical Solution

Oracle Database In-Memory A Practical Solution Oracle Database In-Memory A Practical Solution Sreekanth Chintala Oracle Enterprise Architect Dan Huls Sr. Technical Director, AT&T WiFi CON3087 Moscone South 307 Safe Harbor Statement The following is

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

Symantec NetBackup 5220

Symantec NetBackup 5220 A single-vendor enterprise backup appliance that installs in minutes Data Sheet: Data Protection Overview is a single-vendor enterprise backup appliance that installs in minutes, with expandable storage

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

Oracle Active Data Guard

Oracle Active Data Guard Oracle Active Data Guard Real-Time Data Protection and Availability ORACLE WHITE PAPER OCTOBER 2015 Table of Contents Introduction 1 Oracle Active Data Guard An Overview 2 How Data Guard Synchronizes Standby

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

Oracle Cloud Update November 2, 2015. Eric Frank Oracle Sales Consultant. Copyright 2014 Oracle and/or its affiliates. All rights reserved.

Oracle Cloud Update November 2, 2015. Eric Frank Oracle Sales Consultant. Copyright 2014 Oracle and/or its affiliates. All rights reserved. Oracle Cloud Update November 2, 2015 Eric Frank Oracle Sales Consultant Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region 1977 Oracle Database 30 Years of Sustained Innovation Database Vault Transparent Data Encryption

More information

RMAN BACKUP & RECOVERY. Recovery Manager. Veeratteshwaran Sridhar

RMAN BACKUP & RECOVERY. Recovery Manager. Veeratteshwaran Sridhar RMAN Recovery Manager BACKUP & RECOVERY Veeratteshwaran Sridhar Why Backup & Recovery? The purpose of a backup and recovery strategy is to protect the database against data loss and reconstruct the database

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle Database Security Advanced Security Option Thanos Terentes Printzios DB & Options Specialist A&C Technology Adoption Office Oracle Partner Business Development, ECEMEA 2 What is a customers INFORMATION

More information

CIGRE 2014: Udaljena zaštita podataka

CIGRE 2014: Udaljena zaštita podataka CIGRE 2014: Udaljena zaštita podataka Žarko Stupar Product Manager zstupar@mds.rs "" 1 Agenda Udaljena zaštita podataka - pristup Replikacija podataka između data centara Napredna backup rešenja Replikacija

More information

An Oracle White Paper January 2015. Oracle Database Backup Service A Technical White Paper

An Oracle White Paper January 2015. Oracle Database Backup Service A Technical White Paper An Oracle White Paper January 2015 Oracle Database Backup Service A Technical White Paper 1 WHY STORE BACKUPS IN THE CLOUD? ORACLE DATABASE BACKUP SERVICE OVERVIEW ORACLE DATABASE CLOUD BACKUP MODULE (ODCBM)

More information

Enterprise Backup and Restore technology and solutions

Enterprise Backup and Restore technology and solutions Enterprise Backup and Restore technology and solutions LESSON VII Veselin Petrunov Backup and Restore team / Deep Technical Support HP Bulgaria Global Delivery Hub Global Operations Center November, 2013

More information

Cost Effective Backup with Deduplication. Copyright 2009 EMC Corporation. All rights reserved.

Cost Effective Backup with Deduplication. Copyright 2009 EMC Corporation. All rights reserved. Cost Effective Backup with Deduplication Agenda Today s Backup Challenges Benefits of Deduplication Source and Target Deduplication Introduction to EMC Backup Solutions Avamar, Disk Library, and NetWorker

More information

ORACLE DATABASE 12c FOR SAP: ROADMAP, BASE CERTIFICATION FEATURES AND OPTIONS

ORACLE DATABASE 12c FOR SAP: ROADMAP, BASE CERTIFICATION FEATURES AND OPTIONS Oracle Database 12c for SAP: Roadmap, Base Certification Features and Options 1 ORACLE DATABASE 12c FOR SAP: ROADMAP, BASE CERTIFICATION FEATURES AND OPTIONS The Future of the Database Has Begun In June

More information

What s New with Oracle Database 12c on Windows On-Premises and in the Cloud

What s New with Oracle Database 12c on Windows On-Premises and in the Cloud What s New with Oracle Database 12c on Windows On-Premises and in the Cloud Santanu Datta Vice President Server Technologies Alex Keh Senior Principal Product Manager Server Technologies Oracle Database

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

Oracle Secure Backup 10.2 Policy-Based Backup Management. An Oracle White Paper December 2007

Oracle Secure Backup 10.2 Policy-Based Backup Management. An Oracle White Paper December 2007 Policy-Based Backup Management An Oracle White Paper December 2007 Policy-Based Backup Management Product Highlights Fastest, most efficient Oracle database backups to tape Heterogeneous file system protection

More information

Data Backup and Restore (DBR) Overview... 2. Detailed Description... 3. Pricing... 5 SLAs... 5 Service Matrix... 6. Service Description

Data Backup and Restore (DBR) Overview... 2. Detailed Description... 3. Pricing... 5 SLAs... 5 Service Matrix... 6. Service Description Service Description Data Backup and Restore (DBR) Terremark s Data Backup & Restore provides secure, streamlined online-offsite data storage and retrieval that is highly scalable and easily customizable.

More information

Inge Os Sales Consulting Manager Oracle Norway

Inge Os Sales Consulting Manager Oracle Norway Inge Os Sales Consulting Manager Oracle Norway Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database Machine Oracle & Sun Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database

More information

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE White Paper IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE Abstract This white paper focuses on recovery of an IBM Tivoli Storage Manager (TSM) server and explores

More information

Oracle Database Cloud Exadata Service

Oracle Database Cloud Exadata Service Oracle Database Cloud Exadata Service Exadata Performance, Cloud Simplicity The Oracle Database Cloud - Exadata Service (Exadata Service) delivers the world s best Cloud Database Platform by combining

More information

Exadata Database Machine

Exadata Database Machine Database Machine Extreme Extraordinary Exciting By Craig Moir of MyDBA March 2011 Exadata & Exalogic What is it? It is Hardware and Software engineered to work together It is Extreme Performance Application-to-Disk

More information