Boost Your Database Performance 10x with Oracle SecureFiles

Size: px
Start display at page:

Download "Boost Your Database Performance 10x with Oracle SecureFiles"

Transcription

1

2 Boost Your Database Performance 10x with Oracle SecureFiles Ravi Rajamani Senior Product Manager Oracle Amit Ganesh Senior Director Oracle Aris Prassinos Distinguished Member of Technical Staff Motorola

3 Agenda Enterprise Data Current Approaches to managing data SecureFiles: Changing the paradigm High Performance Advanced Features Out-of-the-Box benefits with SecureFiles Motorola Real world experience SecureFiles Interfaces Summary

4 Enterprise Data Image Data SQL Data Yearly Data Growth Data Growth Audio, Video Structured 20% Structured 15-20% Semi & Unstructured % 65% Unstructured Semi- 15% Structured XML Data * Gartner & IDC Estimates Documents Vector, Spatial s, IM In a typical enterprise, Structured Data is ~20% Semi & Unstructured Data represents the other 80% Data growth is happening across the board!

5 Managing Information Organizations need to efficiently and securely manage all data Structured Semi- Structured Unstructured XML PDF Simplicity and performance of file systems makes it attractive to store file data in file systems, while keeping relational data in DB Mainstream DBs support ANSI-standard LOB for storing file data inside DB performance is a concern for many users

6 Files Belong with Relational Data Many Enterprise applications manipulate both files and relational data Rich user experience, compliance, business integration This split compromises security, robustness, and management Disjoint security and auditing models Changes cannot be made atomically Backup and recovery are fragmented Search across relational data and files is difficult Space management is complicated Separate interfaces and protocols Application architecture more complex Two data managers for one application is one too many!

7 Oracle SecureFiles Consolidated Secure Management of Data SecureFiles is a new database feature designed to break the performance barrier keeping file data out of databases Similar to LOBs but much faster, and with more capabilities Transparent encryption (with Advanced Security Option) Compression, deduplication (with Advanced Compression Option) Preserves the security, reliability, and scalability of database Superset of LOB interfaces allows easy migration from LOBs Enables consolidation of file data with associated relational data Single security model Single view of data Single management of data

8 SecureFiles Innovations SecureFiles is a major rearchitecture of how the database handles unstructured (file) data Not a new SQL data type, but new storage type for file data Not an incremental improvement to LOBs Entirely new: Disk format Network protocol Caching and locking Redo and undo algorithms Space and memory management Cluster consistency algorithms

9 Designed for High Performance Write Gather Cache Cache above the storage layer buffers data up to 4MB during writes before flushing to disk Allows for large contiguous space allocation for LOB data and reduced write latency. Intelligent Pre-fetching Improves read performance by pre-fetching LOB data from disk Overlaps disk IO with network latency to improve throughput New Space Management routine Automates new space allocation and freed space reclamation Optimized chunk size reduces fragmentation No more High Water Mark contention as with old LOBs Deletion and Reuse of entire LOBs not just individual chunks.

10 High Performance SecureFiles Vs. NFS MB/s File Read Performance File Size (KB) SecureFiles File Write Performance SQL+ File test, single stream, single host Using Secure Files is faster across the board 2x-3x faster for Queries, 6x for Inserts Tests run using both SecureFiles and NFS/ext3 in metadata journaling only (default for NFS) Filesystem-like performance MB/s NFS File Size (KB)

11 High Performance SecureFiles Vs. BasicFiles Writes: New Space Writes: Reused Space Read Performance MB/s MB/s MB/s File Size (MB) SecureFiles File Size (MB) LOBs File Size (MB) SQL+ File Test: Concurrent Reads/Writes, OCI, 4 streams Adding Files using New Disk Space: Up to 2x faster Adding Files Reusing Space: Up to 22x faster Reads up to 3x faster

12 Advanced Features - Compression SecureFiles introduces Compression for unstructured data Huge storage savings Industry standard compression algorithms 2-3x compression for typical files (doc, pdf, xml) Automatically detects if SecureFile data is compressible Skips compression for already compressed data Auto-turn off compression when space savings are minimal or zero Server-side compression Allows for random reads and writes to SecureFile data Two levels of compression provide different compression ratios Compression Levels: MEDIUM (default), HIGH Higher the degree of compression, higher the latency and CPU overhead incurred Part of the Advanced Compression Option

13 Advanced Features - Deduplication Secure hash Enables storage of a single physical image for duplicate data Significantly reduces space consumption Dramatically improves writes and copy operations No adverse impact on read operations May actually improve read performance for cache data Specially useful for content management, applications and data archival applications Part of the Advanced Compression Option

14 Advanced Features - Encryption Extends Transparent Data Encryption (TDE) functionality to SecureFile data Data encrypted on disk Key management completely transparent to applications Support for industry-standard encryption algorithms 3DES168 AES192 (default) AES256 Unified security level for both file and relational data Part of the Advanced Security Option

15 Out of the Box Benefits Easy conversion from LOBs to SecureFiles using Online Redefinition Existing LOB applications benefit with no changes SecureFiles can be enabled only on new partitions Requires no data migration New data can benefit from high performance and other advanced features of SecureFiles New installations By setting db_securefiles= ALWAYS SecureFiles is fully integrated with XML DB, Oracle Multimedia, Oracle Spatial, Oracle UCM

16 Motorola Real World Experience Aris Prassinos Distinguished Member of Technical Staff

17 Motorola Biometrics Trusted developer and integrator of Biometrics solutions for over 30 years

18 Motorola Printrak Biometric Identification Solution Capture, Processing, Search and Storage of multiple biometrics Criminal and Civil applications Criminal investigation, background checking, border control, biometric documents, welfare disbursement, voter registration

19 Some Motorola Biometrics customers Motorola Supplies Mobile Fingerprint System for UEFA EURO Motorola Plays Key Role in UK Biometric Visas Pilot Programme Motorola Biometric Technology Wins Again at Super Bowl XLI Motorola s Biometric Technology Integral to the Registered Traveler Program

20 and of course the CSI crime labs Motorola Provides Miami Dade Police with Enhanced Biometric Identification Tools

21 A Motorola Printrak BIS system 12TB (projected 40TB) 90% is LOBs (biometric images, XML metadata, files) LOBs range from 5K to 5MB 500 million LOBs (projected 1.5 billion) OLTP All data current and may be read / updated / deleted 100 concurrent users Java-based Service Oriented Architecture 2-node Oracle 11g RAC 2 quad-core CPUs on each node

22 Images on the file system? Not an option for our customers! Two data stores will diverge over time Non-transactional Limited rollback capabilities Almost certain data loss Incomplete recovery Costly and complex high availability options Chain of custody File system security and auditing limitations No onsite DBA or administrator Manageability of too many moving parts Space management and fragmentation

23 Images inside the database Storing images inside database as BasicFile LOBs since 2001 (starting with Oracle 8i) Over 80 Printrak BIS installations with BasicFiles 500GB to 3TB in size Resolved problems of using two data stores Acceptable performance given the benefits of this approach Market success and industry recognition Frost & Sullivan Award for Competitive Strategy Leadership (2004) Four Oracle Open World presentations since 2004

24 Metadata stored as XML Each customer requires a custom schema Different applications (criminal, civil) Different customer requirements for the same application From basic demographics to full criminal history Schema to evolve over time with no application changes Storing metadata as schema-less XML Tables same across installations (e.g. Person, Event etc) Columns differ across installations and stored as XML Relying heavily on XML indexing (Oracle Text, XMLIndex) Underlying storage model for XML is CLOB

25 Files also inside the database Storing up to 200,000 regular files inside the database Stored as LOBs in the XMLDB repository XMLDB still using BasicFiles in present release Access via HTTP, Native Web Services, Windows Explorer More reliable than NFS for concurrent access RMAN Backup / Recovery - Disaster Recovery via DataGuard Security and auditing SecureFiles file system (in upcoming release) Filesystem API allows integration with existing applications Addresses limitations of HTTP, WebDAV access No third party packages such as davfs, wdfs for Linux access

26 Challenges with BasicFiles Low concurrency / RAC scalability due to contention Hash partitioning helps (but with extra licensing costs) Data encryption customer requirements BasicFiles not supported by TDE Significant disk space wastage (as much as 25%) Inefficient CHUNKing due to widely varying image sizes Large blocksize for performance at the expense of space Inefficient space reclamation OLTP nature of application causes frequent deletes / updates Very competitive landscape on speed / price

27 Why are we excited with SecureFiles? SecureFiles allow high concurrency / RAC scalability Hash partitioning still beneficial but not mandatory SecureFiles support Transparent Data Encryption Very efficient space management Dynamic CHUNKing Large blocksize no longer necessary for performance Very efficient space reclamation Very pronounced effect in multi-terabyte OLTP databases No other RDBMS matches speed of SecureFiles Observed 2x 3x out of the box speedup over BasicFiles for LOBs up to 5MB and full logging enabled

28 Tips on using SecureFiles Test with ARCHIVELOG Behavior different Performance drop larger than with standard datatypes Additional performance drop with FLASHBACK Consider impact of FLASHBACK if using it for Data Guard Works out of the box without excessive tuning Tune redo logs before anything else Use fast disks for flash recovery area

29 Tips on using SecureFiles (cont.) Tune network parameters Very important if accessing SecureFiles over slow WANs Less noticeable effect on fast LANs sdu / tdu a good value for sdu / tdu send_buf_size / recv_buf_size depending on the bandwidth delay product of network OS kernel network parameters e.g. rmem, wmem Very important to also set network parameters on the client If using thin JDBC use long version of the connect string

30 Tips on using SecureFiles (cont.) Carefully evaluate old tuning practices for BasicFiles Not necessarily applicable or as important to SecureFiles e.g. large blocksize, separate tablespaces, caching writes Performance benefits come from many places e.g. concurrency, pre-fetching, space reclamation Test a realistic application scenario, not just single thread performance Efficient space reuse during insert-delete-reclaim processing may result in a dramatic speedup over BasicFiles (10x 20x as published in some benchmarks)

31 SecureFile Interfaces SecureFiles is 100% backward compatible with ANSI SQL 92 LOB interfaces SecureFiles can be accessed by both database clients and file system clients Database clients use standard LOB interfaces JDBC, ODBC, OCI, OCCI,.NET, PL/SQL File system clients use the file system protocols Implemented using the Oracle Secure File System Available on Linux

32 Opening the floodgates to files File systems JDBC, ODBC Database

33 Oracle Secure File System SFS is file system in the database, uses database for storage and brings all of database technology to file systems SFS implements the file system interfaces: 2 methods (getpath, list) for a readonly file system 5 methods for an a file system with read and write support 15 methods for fully functional POSIX file system SFS interface is extensible for easily defining special purpose implementations (providers) SFS can surface one or more DB tables as a filesystem or a single table through multiple file systems Example, a CheckImages table can have 2 filesystems on it: /CheckImages_by_customer/CustomerName/check.jpg /CheckImages_by_date/2008/September/check.jpg

34 Linux Client for Oracle Secure File System Conceptually like NFS Client, but uses DB instead of NFS Server User mode filesystem, no changes to Linux kernel Standards based POSIX compatible Transparent to file system applications Mount SFS at a Linux mount point at some path /mnt/sfs/ mount.lcos user@server:port/service /mnt/sfs What can you do with it? Run E-Business Suite on SFS MAA for mid-tier to host Log and Report directories on SFS Run Apache Web Server on SFS Run virtual machines from SFS Run YOUR custom application on the database Benefit from Security (encryption, SSL), HA (standby, hot backup), RAC (scale on commodity h/w), Compression/De-duplication,

35 Secure File System performance Secure File System Performance (4 way parallel) 100MB File Size 10MB Secure File System Write Secure File System Reads 1MB MB/s

36

37 Quiz You accidentally deleted one file yesterday. How do you recover it? How do you convert the file system into a compressed file system online? How do you get a tamper-proof file system? What technology can you use to Secure the file system?

38 The Best of Files and Databases SecureFiles have all the leading-edge file system capabilities Deduplication, Encryption, Compression, Logging, Versioning SecureFiles have advanced database features not in file systems Transactions, Read Consistency, Flashback Readable Standby, Consistent Backup, Point in Time Recovery Fine Grained Auditing, Label Security Sliding Inserts XML indexing, XML Queries, XPath Real Application Clusters Automatic Storage Management Partitioning and ILM Search across meta-data and file content Capabilities go far beyond any other database or file system Having the best of both worlds removes the need to compromise

39 The Best of Files and Databases SecureFiles have all the leading-edge file system capabilities Deduplication, Encryption, Compression, Logging, Versioning SecureFiles have advanced database features not in file systems Transactions, Read Consistency, Flashback Readable Standby, Consistent Backup, Point in Time Recovery Fine Grained Auditing, Label Security Sliding Inserts XML indexing, XML Queries, XPath Real Application Clusters Automatic Storage Management Partitioning and ILM Search across meta-data and file content Capabilities go far beyond any other database or file system Having the best of both worlds removes the need to compromise

40 Resources Available Oracle Technology Network (OTN) /database / securefiles/index.html Technical White paper Performance White paper Data Sheet Internet Seminar SecureFiles Test Kit SecureFiles Tutorial curefile/securefile.htm

41 Sessions From Oracle Development Monday, Sep 22 S Oracle Database 11g: Next-Generation Performance and Scalability, 11:30-12:30 pm, Moscone South 103 Tuesday, Sep 23 S Boost Your Database Performance 10x with Oracle SecureFiles, 11:30-12:30 pm, Moscone South 104 S Current Trends in Real-World Database Performance, 1:00-2:00 pm, Moscone South 103 Wednesday, Sep 24 S Oracle Advanced Compression: Throw Away Half of Your Disks, and Run Your Database Faster, 9:00-10:00 am, Moscone South 103 S Time-Travel Through Your Data with Oracle Total Recall, 11:30-12:30 pm, Moscone South 305 S Using Oracle Database in the Cloud, 1:00-2:00 pm, Moscone South 305 Thursday, Sep 25 S Oracle Database Performance on Flash Drives: Insights from Oracle Development, 9:00-10:00 am, Moscone South 104 S Real-World Database Performance Techniques and Methods, 12:00-1:00 pm, Moscone South 104 S Real-World Database Performance Roundtable, 1:30-2:30 pm, Moscone South 104

42 Labs/Demos From Oracle Development Hands-on Labs Marriott Golden Gate A3 Monday, Sep 22 2:30 5:00 pm Advanced Compression Tuesday, Sep 23 5:00 6:00 pm Total Recall Thursday, Sep 25 1:30 4:00 pm Advanced Compression Oracle DEMOgrounds, Moscone West Monday, Sep 22 Thursday, Sep 25 Total Recall

43 Q U E S T I O N S A N S W E R S

44 For More Information search.oracle.com or oracle.com

45

46 Appendix <Insert Picture Here>

47 SecureFiles Best Practices CHUNK parameter no longer needs to be specified SecureFiles automatically optimizes writes to use maximum sized contiguous allocations on disk reduces fragmentation Write Gather Cache Buffers writes across calls for large, contiguous I/O Recommend inserting multiple rows between commits, especially for applications inserting small/medium sized LOBs New logging level, FILESYSTEM_LIKE_LOGGING provides logging similar to most journaled file systems Only SecureFiles metadata is logged, not SecureFiles data Significantly reduces amount of data written to Redo logs

48 SecureFiles Best Practices Recommend dedicated tablespaces and devices for SecureFiles segments Allows for large, contiguous allocations for writes Efficient pre-fetching for reads Database parameters SDU/TDU Size set to maximum possible value for more efficient streaming of SecureFiles data Recv_buf_size/Send_buf_size Tune to higher value to have significant impact on network throughput Kernel parameters Increasing network buffer sizes greatly increases SecureFiles throughput

<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

Program Agenda. Safe Harbor Statement. What are SecureFiles? Performance. Features DBFS. Internals. Wrap Up 11/22/2014

Program Agenda. Safe Harbor Statement. What are SecureFiles? Performance. Features DBFS. Internals. Wrap Up 11/22/2014 11/22/2014 LOB Internals and Best Practices Andy Rivenes, Product Manager Mike Gleeson, Database Development Oracle Database Development November 19, 2014 Copyright 2014, Oracle and/or its affiliates.

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

Lessons Learned while Pushing the Limits of SecureFile LOBs. by Jacco H. Landlust. zondag 3 maart 13

Lessons Learned while Pushing the Limits of SecureFile LOBs. by Jacco H. Landlust. zondag 3 maart 13 Lessons Learned while Pushing the Limits of SecureFile LOBs @ by Jacco H. Landlust Jacco H. Landlust 36 years old Deventer, the Netherlands 2 Jacco H. Landlust / idba Degree in Business Informatics and

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 11g: SecureFiles. An Oracle White Paper November 2009

Oracle Database 11g: SecureFiles. An Oracle White Paper November 2009 Oracle Database 11g: SecureFiles An Oracle White Paper November 2009 SecureFiles INTRODUCTION The nature of critical business information is changing rapidly and is no longer limited to structured text

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

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

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

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

Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle

Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle Agenda Introduction Database Architecture Direct NFS Client NFS Server

More information

Oracle Database 11g Comparison Chart

Oracle Database 11g Comparison Chart Key Feature Summary Express 10g Standard One Standard Enterprise Maximum 1 CPU 2 Sockets 4 Sockets No Limit RAM 1GB OS Max OS Max OS Max Database Size 4GB No Limit No Limit No Limit Windows Linux Unix

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

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

<Insert Picture Here> Oracle In-Memory Database Cache Overview

<Insert Picture Here> Oracle In-Memory Database Cache Overview Oracle In-Memory Database Cache Overview Simon Law Product Manager The following is intended to outline our general product direction. It is intended for information purposes only,

More information

ORACLE DATABASE 10G ENTERPRISE EDITION

ORACLE DATABASE 10G ENTERPRISE EDITION ORACLE DATABASE 10G ENTERPRISE EDITION OVERVIEW Oracle Database 10g Enterprise Edition is ideal for enterprises that ENTERPRISE EDITION For enterprises of any size For databases up to 8 Exabytes in size.

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

An Oracle White Paper February 2009. Managing Unstructured Data with Oracle Database 11g

An Oracle White Paper February 2009. Managing Unstructured Data with Oracle Database 11g An Oracle White Paper February 2009 Managing Unstructured Data with Oracle Database 11g Introduction The vast majority of the information used by corporations, enterprises, and other organizations is referred

More information

Oracle Database In-Memory The Next Big Thing

Oracle Database In-Memory The Next Big Thing Oracle Database In-Memory The Next Big Thing Maria Colgan Master Product Manager #DBIM12c Why is Oracle do this Oracle Database In-Memory Goals Real Time Analytics Accelerate Mixed Workload OLTP No Changes

More information

Oracle9i Database Release 2 Product Family

Oracle9i Database Release 2 Product Family Database Release 2 Product Family An Oracle White Paper January 2002 Database Release 2 Product Family INTRODUCTION Database Release 2 is available in three editions, each suitable for different development

More information

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Course Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills

More information

Oracle Architecture, Concepts & Facilities

Oracle Architecture, Concepts & Facilities COURSE CODE: COURSE TITLE: CURRENCY: AUDIENCE: ORAACF Oracle Architecture, Concepts & Facilities 10g & 11g Database administrators, system administrators and developers PREREQUISITES: At least 1 year of

More information

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com Agenda The rise of Big Data & Hadoop MySQL in the Big Data Lifecycle MySQL Solutions for Big Data Q&A

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

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

IBM Tivoli Storage Manager Version 7.1.4. Introduction to Data Protection Solutions IBM

IBM Tivoli Storage Manager Version 7.1.4. Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.4 Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.4 Introduction to Data Protection Solutions IBM Note: Before you use this

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

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

Application-Tier In-Memory Analytics Best Practices and Use Cases

Application-Tier In-Memory Analytics Best Practices and Use Cases Application-Tier In-Memory Analytics Best Practices and Use Cases Susan Cheung Vice President Product Management Oracle, Server Technologies Oct 01, 2014 Guest Speaker: Kiran Tailor Senior Oracle DBA and

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

A Deduplication File System & Course Review

A Deduplication File System & Course Review A Deduplication File System & Course Review Kai Li 12/13/12 Topics A Deduplication File System Review 12/13/12 2 Traditional Data Center Storage Hierarchy Clients Network Server SAN Storage Remote mirror

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - New Features for Administrators Release 2. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - New Features for Administrators Release 2. 5 Jours [35 Heures] Objectif Install Oracle Grid Infrastructure Install Oracle Database 11g Release 2 Use Oracle Restart to manage components Use Automatic Storage Management (ASM) enhancements Implement table compression

More information

Oracle Database 10g: New Features for Administrators

Oracle Database 10g: New Features for Administrators Oracle Database 10g: New Features for Administrators Course ON10G 5 Day(s) 30:00 Hours Introduction This course introduces students to the new features in Oracle Database 10g Release 2 - the database for

More information

INTRODUCTION ADVANTAGES OF RUNNING ORACLE 11G ON WINDOWS. Edward Whalen, Performance Tuning Corporation

INTRODUCTION ADVANTAGES OF RUNNING ORACLE 11G ON WINDOWS. Edward Whalen, Performance Tuning Corporation ADVANTAGES OF RUNNING ORACLE11G ON MICROSOFT WINDOWS SERVER X64 Edward Whalen, Performance Tuning Corporation INTRODUCTION Microsoft Windows has long been an ideal platform for the Oracle database server.

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

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

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

Oracle Database 12c Plug In. Switch On. Get SMART.

Oracle Database 12c Plug In. Switch On. Get SMART. Oracle Database 12c Plug In. Switch On. Get SMART. Duncan Harvey Head of Core Technology, Oracle EMEA March 2015 Safe Harbor Statement The following is intended to outline our general product direction.

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

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

Configuring Apache Derby for Performance and Durability Olav Sandstå

Configuring Apache Derby for Performance and Durability Olav Sandstå Configuring Apache Derby for Performance and Durability Olav Sandstå Database Technology Group Sun Microsystems Trondheim, Norway Overview Background > Transactions, Failure Classes, Derby Architecture

More information

Oracle Database 11g Performance and Scalability. An Oracle White Paper November 2007

Oracle Database 11g Performance and Scalability. An Oracle White Paper November 2007 Oracle Database 11g Performance and Scalability An Oracle White Paper November 2007 Oracle Database 11g Performance and Scalability Introduction...3 Scalability Challenges...4 Scalability Factors...4 Scalable

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

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

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Audience Data Warehouse Administrator Database Administrators Database Designers Support Engineer Technical Administrator Related Training Required Prerequisites Working knowledge of SQL and use of PL/SQL

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

<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

Cloud Based Application Architectures using Smart Computing

Cloud Based Application Architectures using Smart Computing Cloud Based Application Architectures using Smart Computing How to Use this Guide Joyent Smart Technology represents a sophisticated evolution in cloud computing infrastructure. Most cloud computing products

More information

Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55%

Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55% openbench Labs Executive Briefing: April 19, 2013 Condusiv s Server Boosts Performance of SQL Server 2012 by 55% Optimizing I/O for Increased Throughput and Reduced Latency on Physical Servers 01 Executive

More information

Oracle TimesTen IMDB - An Introduction

Oracle TimesTen IMDB - An Introduction Oracle TimesTen IMDB - An Introduction Who am I 12+ years as an Oracle DBA Working as Vice President with an Investment Bank Member of AIOUG Since 2009 Cer$fied ITIL V3 Founda$on IT Service Management

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

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 DATABASE: ADMINISTRATION WORKSHOP I

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

More information

Database Scalability and Oracle 12c

Database Scalability and Oracle 12c Database Scalability and Oracle 12c Marcelle Kratochvil CTO Piction ACE Director All Data/Any Data marcelle@piction.com Warning I will be covering topics and saying things that will cause a rethink in

More information

AV-004: Administering and Programming with ORACLE

AV-004: Administering and Programming with ORACLE AV-004: Administering and Programming with ORACLE Oracle 11g Duration: 140 hours Introduction: An Oracle database is a collection of data treated as a unit. The purpose of a database is to store and retrieve

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

SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications. Jürgen Primsch, SAP AG July 2011

SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications. Jürgen Primsch, SAP AG July 2011 SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications Jürgen Primsch, SAP AG July 2011 Why In-Memory? Information at the Speed of Thought Imagine access to business data,

More information

Birds of a Feather Session: Best Practices for TimesTen on Exalytics

Birds of a Feather Session: Best Practices for TimesTen on Exalytics Birds of a Feather Session: Best Practices for TimesTen on Exalytics Chris Jenkins Senior Director, In-Memory Technology, Oracle Antony Heljula Technical Director, Peak Indicators Ltd. Mark Rittman CTO,

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

Eloquence Training What s new in Eloquence B.08.00

Eloquence Training What s new in Eloquence B.08.00 Eloquence Training What s new in Eloquence B.08.00 2010 Marxmeier Software AG Rev:100727 Overview Released December 2008 Supported until November 2013 Supports 32-bit and 64-bit platforms HP-UX Itanium

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 Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress*

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress* Oracle Database 11 g Performance Tuning Recipes Sam R. Alapati Darl Kuhn Bill Padfield Apress* Contents About the Authors About the Technical Reviewer Acknowledgments xvi xvii xviii Chapter 1: Optimizing

More information

Cloud Computing at Google. Architecture

Cloud Computing at Google. Architecture Cloud Computing at Google Google File System Web Systems and Algorithms Google Chris Brooks Department of Computer Science University of San Francisco Google has developed a layered system to handle webscale

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

How to Choose your Red Hat Enterprise Linux Filesystem

How to Choose your Red Hat Enterprise Linux Filesystem How to Choose your Red Hat Enterprise Linux Filesystem EXECUTIVE SUMMARY Choosing the Red Hat Enterprise Linux filesystem that is appropriate for your application is often a non-trivial decision due to

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

Tushar Joshi Turtle Networks Ltd

Tushar Joshi Turtle Networks Ltd MySQL Database for High Availability Web Applications Tushar Joshi Turtle Networks Ltd www.turtle.net Overview What is High Availability? Web/Network Architecture Applications MySQL Replication MySQL Clustering

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

Avamar. Technology Overview

Avamar. Technology Overview 1 Technology Overview 2 Growth of Remote Offices Remote offices are growing rapidly Over 4 million remote offices in the US No standard remote office size, data, staff, network, etc. The average branch

More information

MS-40074: Microsoft SQL Server 2014 for Oracle DBAs

MS-40074: Microsoft SQL Server 2014 for Oracle DBAs MS-40074: Microsoft SQL Server 2014 for Oracle DBAs Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills and experience as an Oracle

More information

An Oracle White Paper July 2012. Advanced Compression Option (ACO) with Oracle Database 11g

An Oracle White Paper July 2012. Advanced Compression Option (ACO) with Oracle Database 11g An Oracle White Paper July 2012 Advanced Compression Option (ACO) with Oracle Database 11g Oracle White Paper ± Advanced Compression with Oracle Database 11g Introduction... 3 Oracle Advanced Compression...

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

Delivery Method: Instructor-led, group-paced, classroom-delivery learning model with structured, hands-on activities.

Delivery Method: Instructor-led, group-paced, classroom-delivery learning model with structured, hands-on activities. Course Code: Title: Format: Duration: SSD024 Oracle 11g DBA I Instructor led 5 days Course Description Through hands-on experience administering an Oracle 11g database, you will gain an understanding of

More information

D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW

D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW Duration: 5 Days What you will learn This Oracle Database 12c: Admin, Install and Upgrade Accelerated course will provide you with

More information

Oracle DBA Course Contents

Oracle DBA Course Contents Oracle DBA Course Contents Overview of Oracle DBA tasks: Oracle as a flexible, complex & robust RDBMS The evolution of hardware and the relation to Oracle Different DBA job roles(vp of DBA, developer DBA,production

More information

Hadoop and Map-Reduce. Swati Gore

Hadoop and Map-Reduce. Swati Gore Hadoop and Map-Reduce Swati Gore Contents Why Hadoop? Hadoop Overview Hadoop Architecture Working Description Fault Tolerance Limitations Why Map-Reduce not MPI Distributed sort Why Hadoop? Existing Data

More information

Turbo Charge Your Data Protection Strategy

Turbo Charge Your Data Protection Strategy Turbo Charge Your Data Protection Strategy Data protection for the hybrid cloud 1 WAVES OF CHANGE! Data GROWTH User EXPECTATIONS Do It YOURSELF Can t Keep Up Reliability and Visibility New Choices and

More information

Distributed File System Choices: Red Hat Storage, GFS2 & pnfs

Distributed File System Choices: Red Hat Storage, GFS2 & pnfs Distributed File System Choices: Red Hat Storage, GFS2 & pnfs Ric Wheeler Architect & Senior Manager, Red Hat June 27, 2012 Overview Distributed file system basics Red Hat distributed file systems Performance

More information

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Better Together Writer: Bill Baer, Technical Product Manager, SharePoint Product Group Technical Reviewers: Steve Peschka,

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop II - LVC. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop II - LVC. 5 Jours [35 Heures] Objectif Back up and recover a database Configure Oracle Database for optimal recovery Administer ASM disk groups Use an RMAN backup to duplicate a database Automating Tasks with the Scheduler Participant

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

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

Real-time Data Replication

Real-time Data Replication Real-time Data Replication from Oracle to other databases using DataCurrents WHITEPAPER Contents Data Replication Concepts... 2 Real time Data Replication... 3 Heterogeneous Data Replication... 4 Different

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

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide An Oracle White Paper July 2011 1 Disclaimer The following is intended to outline our general product direction.

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

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

High Availability Solutions for the MariaDB and MySQL Database

High Availability Solutions for the MariaDB and MySQL Database High Availability Solutions for the MariaDB and MySQL Database 1 Introduction This paper introduces recommendations and some of the solutions used to create an availability or high availability environment

More information

OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006

OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 EXECUTIVE SUMMARY Microsoft Exchange Server is a disk-intensive application that requires high speed storage to deliver

More information

Under The Hood. Tirthankar Lahiri Vice President Data Technologies and TimesTen October 28, 2015. #DBIM12c

Under The Hood. Tirthankar Lahiri Vice President Data Technologies and TimesTen October 28, 2015. #DBIM12c Database In-Memory 2 Under The Hood Tirthankar Lahiri Vice President Data Technologies and TimesTen October 28, 2015 #DBIM12c Confidential Internal 2 A Brief History of Time Before OOW 2013 Miscellaneous

More information

Oracle Database 12c: Administration Workshop NEW. Duration: 5 Days. What you will learn

Oracle Database 12c: Administration Workshop NEW. Duration: 5 Days. What you will learn Oracle Database 12c: Administration Workshop NEW Duration: 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about the Oracle Database architecture. You will discover

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

Data Deduplication and Tivoli Storage Manager

Data Deduplication and Tivoli Storage Manager Data Deduplication and Tivoli Storage Manager Dave Cannon Tivoli Storage Manager rchitect Oxford University TSM Symposium September 2007 Disclaimer This presentation describes potential future enhancements

More information

Online Transaction Processing in SQL Server 2008

Online Transaction Processing in SQL Server 2008 Online Transaction Processing in SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 provides a database platform that is optimized for today s applications,

More information