OPTIMIZE ORACLE 12C WITH ZFS STORAGE MIKE GANGLER, LEAD ORACLE DBA SECURE-24

Size: px
Start display at page:

Download "OPTIMIZE ORACLE 12C WITH ZFS STORAGE MIKE GANGLER, LEAD ORACLE DBA SECURE-24"

Transcription

1 OPTIMIZE ORACLE 12C WITH ZFS STORAGE MIKE GANGLER, LEAD ORACLE DBA SECURE-24

2 Performance. Innova.on. Trust. We are the Managed Cloud. 2 Secure-24 Confidential Internal Copyright 2015 Secure-24 and/or its affiliates. All rights reserved.

3 ABOUT MIKE GANGLER Oracle ACE with robust database creden5als DBA for over 28 years, working with Oracle since version 4 Lead and Senior Database Specialist at Secure-24 Currently serving on the board of the Southeast Michigan Oracle Professionals (SEMOP) group Charter member of the Board of Directors for the Interna5onal Oracle Users Group (IOUG) Follow me on my Blog hqp://mjgangler.wordpress.com and on 3

4 Join for as low as $150 SELECT Journal Resource Center IOUG Press Webinars & Podcasts IOUG Forum 5 Minute Briefing Communi.es Educa.on Plus get access to IOUG s content library, peer-to-peer networking, and more! Corporate options also available!

5 SOUTHEASTERN MICHIGAN ORACLE PROFESSIONALS (SEMOP) Technology and Database Professionals - hqp:// Contact: Mike Gangler mjgangler@gmail.com Meet monthly 2 nd Tuesday of the month

6 TODAY S DISCUSSION Learn how Secure-24 leverages Oracle ZFS Storage, Oracle Intelligent Storage Protocol (OISP), Templates and Oracle 12C RAC to implement a Private Cloud for Oracle 12c RAC applica5ons. This pairing of Database and Storage hardware through Oracle s VCA has enabled Secure-24 to take advantage of the unique integra5on capabili5es such as OISP which enables automa5c and dynamic tuning of storage se^ngs such as record size. 6 Secure-24 Confidential Internal Copyright 2015 Secure-24 and/or its affiliates. All rights reserved.

7 SECURE-24 TECHNOLOGY GOALS Simplicity Simplify the environment with new technology Scalability Technology should be able to grow and scale as the company grows. Automa5on Technology should have the ability to be automated and repeatable process Overall reduc5on of cost Technology should drive down the overall cost Solu5on driven by Customer requirements and demands. This is the reason for looking at the technology

8 BUSINESS CASE Simplify Oracle 12c RAC deployments Eliminate complexity around storage tuning Decrease support 5me through transparency and simplicity Fully Oracle Support technology stack

9 ORACLE PRIVATE CLOUD APPLIANCE Hardware Specifica5ons Overview» High speed InfiniBand network mul.ple 40 Gbps 40Gb/s Server-to-Server Compute Nodes Fabric Interconnect Ethernet Switch InfiniBand Expansion InfiniBand Expansion Fabric Interconnect Compute Nodes Mgmt Nodes Management Storage Networking Management Oracle X86 Servers Up to 25 nodes CPU: Up to 900 cores Memory: Up to 6.4TB aggregate Supports any Linux, Solaris and Windows applica.ons Network Infrastructure Oracle Fabric Interconnect F1-15 (Virtual Network) Oracle Switches Fully configured fabric networking, no setup required Integrates with exis.ng Ethernet and storage networks Oracle X86 Servers Oracle ZFS Storage Appliance Redundant controllers, high performance virtual storage» InfiniBand connected storage» Dedicated management systems included» Oracle VM and Oracle Linux included» Tested and Cer.fied by Oracle» So_ware Defined networking through Fabric Interconnect 9

10 WHY WE SELECTED PRIVATE CLOUD APPLIANCE Fast Power-on to Produc5on - Automa5on 2 hours vs. 1 month on legacy infrastructure Mixed workloads - Scalable Oracle DB, Oracle Applica5ons, Microsoe, Custom apps More efficient Licensing Reduc5on of cost Trusted Par55ons Licensing Rapid Applica5on Deployment Simplicity and automa5on Pre-built Oracle VM templates Simplified Support - Simplicity One Hand to Shake (One Throat to Choke) Lower Acquisi5on and Deployment Costs Impressive performance Customer requirements

11 ORACLE 12C RAC DESIGN OVERVIEW Oracle PCA and ZS3-2 Storage Single Node or mul5ple nodes with RAC X3-2 Oracle 12c Enterprise Edi5on Oracle ZFS storage array with OS 8.3+ ZFS Storage Flash enabled performance storage OISP (Oracle Intelligent Storage Protocol) for storage op5miza5on Z F S Z S 3-2 SP R E AR PS C R IT IC AL MAJ O R MIN O R US E R VIRTUAL COMPUTE APPLIANCE Database connec5ons made from Oracle using Direct NFS Z F S Z S 3-2 SP R E AR PS C R IT IC AL MAJ O R MIN O R US E R No ASM

12 DESIGN OVERVIEW Local OS disks Stored on Oracle VM data repository Data, Logs, and Vo5ng disks presented via NFS and dnfs RAC VM 1 RAC SI VM 2 VM VM dnfs Oracle VM Server Pool VM ZFS Storage Oracle VM Servers NAS, SAN, iscsi

13 ZFS POWERED ZFS Hybrid Array with 3 types of caching DRAM, SLC Write FLASH, MLC Read FLASH OISP Op.mal Record Size & Latency The Oracle dnfs client passes the op.mal record size to the ZFS Storage Appliance for each NFSv4 write request The Oracle dnfs client passes the op.mal write bias to the ZFS Storage Appliance for each NFSv4 write request.. OISP MOS Doc ID ZFS Admin Guide hqp:// docs.oracle.com/cd/e51475_01/pdf/ E52872.pdf

14 ZFS SETUP Create our 3 shares OCR Vo5ng Disk This will be raw NFS v3 hqps://docs.oracle.com/database/121/cwadd/ votocr.htm#cwadd92368 We leave Write Bias as Latency and Record Size as 128K (Generic) Data and Logs files This is where the magic of OISP comes in. Instead of having to create mul5ple different volumes for redo, archive, control, data, temp etc. We simple create 2 volumes for Logs and Data Write Bias and Record Size will be set via database cue s through OISP and op5mized for the database.

15 STANDARD NFS ARCHITECTURE

16

17

18 DNFS AND OISP

19 LINUX CONFIGURATION SETUP dnfs Fairly simple example # cat oranfstab.example server: nfs_version: nfsv4 export: /export/u02 mount: /u02 export: /export/u03 mount: /u03 dnfs is fairly straight forward in 12c setup guide hqps://docs.oracle.com/database/121/cwlin/ storage.htm#cwlin279 This is where NFSv4 is setup Many other op5ons are possible, but simple is possible too Old paper, s5ll valid - hqp:// technetwork/ar5cles/directnfsclient-11gr1- twp pdf Most dnfs guides are for 11g, 12c is the same except dnfs is Na5vely part of 12c Troubleshoo5ng (Doc ID )

20 DNFS LINUX CONFIGURATION SETUP dnfs Enable: Ln s $ORACLE_HOME/lib/libnfsodm11.so $ORACLE_HOME/lib/libodm11.so Disable Ln s $ORACLE_HOME/lib/libodmd11.so $ORACLE_HOME/lib/libodm11.so

21 DNFS LINUX CONFIGURATION SETUP dnfs Verify bash-3.2$ ps -ef grep dbw oracle :53? 00:00:00 ora_dbw0_myinst1 oracle :53? 00:00:00 ora_dbw1_myinst1 oracle :04 pts/0 00:00:00 grep dbw bash-3.2$ /usr/sbin/lsof -p COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME oracle oracle cwd DIR 104, /u02/app/oracle/product/12.1.0/dbs oracle oracle rtd DIR 104, / oracle oracle txt REG 104, /u02/app/oracle/product/12.1.0/bin/oracle... oracle oracle 32u IPv TCP mydbhost:64553->mynfshost:nfs (ESTABLISHED) oracle oracle 33u IPv TCP mydbhost:21549->mynfshost:nfs (ESTABLISHED) -- dnfs setup guide hqps://docs.oracle.com/database/121/cwlin/storage.htm#cwlin279

22 LINUX CONFIGURATION SETUP Oracle Linux 6 uek Kernel U5lize dtrace in Linux Ksplice for non-disrup5ve kernel patching UEK kernel op5miza5on for Oracle DB Setup Mount Points Setup Vo5ng disk Must be NFSv3 Not Part of dnfs Mount op5ons important (Doc ID ) rw,bg,hard,nointr,rsize=32768, wsize=32768,tcp,noac,vers=3,5meo=600,ac5meo=0 Setup Logs and Data Must be NFSv3 (dnfsv4 setup to come later) Mount op5ons important (Doc ID ) rw,bg,hard,nointr,rsize=32768,wsize=32768,tcp,ac5meo=0,vers=3,5meo=600

23 LINUX CONFIGURATION SETUP Install Oracle Pre-Install RPM Op5onal but makes life easier This will download all required dependencies, create the oracle user id, modify sysctl.conf and modify limits.conf. hqps://blogs.oracle.com/ wim/entry/ easily_install_oracle_rdbms_1 2cr1 Test snmp (needed for OISP) Doc ID # snmpget -v1 -c public # yum install oracle-rdbmsserver-12cr1-preinstall SNMPv2- SMI::enterprises = STRING: "Sun ZFS Storage 7330" Setup for dnfs Oracle wants us to tune for dnfs, so we will # vi /etc/sysctl.conf # # hqps://docs.oracle.com/database/ 121/CWLIN/ storage.htm#chdefhfc #7.3.4 Checking TCP Network Protocol Buffer for Direct NFS Client # net.ipv4.tcp_rmem = net.ipv4.tcp_wmem =

24 ORACLE 12C INSTALLATION Oracle 12c Enterprise Edi5on Install Oracle Confirm dnfs and OISP setup $ egrep I '"Sun ZFS" Direct' alert_*.log Found NAS server Sun ZFS Storage 7420 Oracle instance running with ODM: Oracle Direct NFS ODM Library Version 3.0 Direct NFS: channel id [0] path [ ] to filer [ ] via local [] is UP Direct NFS: channel id [1] path [ ] to filer [ ] via local [] is UP Direct NFS: mount complete dir /export/oisp/redo on nfsport 2049 using NFS version 4 Direct NFS: mount complete dir /export/oisp/redo on nfsport 2049 using NFS version 4 Found NAS server indicates SNMP has found the ZFSSA. Requirement for OISP. ODM/Direct NFS indicates that dnfs has been ac5vated using NFSv4. Apply required patch Patch Resolves issue with DB Analy5cs

25 TYPICAL DEPLOYMENT Typical Process For Creating and Deploying New Applications 1 to 3 weeks 1-5 days 1-2 days 1-5 days 1 day 1-2 days Start

26 PCA RAPID DEPLOYMENT Pre-made, cer5fied virtual machine templates, including applica5on, opera5ng system, and database available at hqps://edelivery.oracle.com Save Weeks/Days in Configura5on Time Pre-built, pre-configured Templates Applica5on, Middleware, and DB Oracle DB, JD Edwards, EBS, PeopleSoe, and many more. 90+ templates E-Delivery Download from Oracle.com JDE JD Edwards File File JDE VM 1 Import to Oracle VM Manager Start-up in Oracle VM Pool Oracle VM Servers Server Customize &Pool Save 2 as Golden Image

27 APPLICATION TEMPLATES & ASSEMBLIES Oracle VM Assembly Produc.on Environment: SOA_PROD_1 Deployed: Produc.on Environment SOA_PROD_1 SOA_PROD_1 VM VM VM VM VM WebLogic Server VM Deployment Policies Configura.on Metadata DB OVF-based Deploy Oracle VM Servers Server Pool 2 Storage Repository Deploy applica.on into Oracle VM Manager as Golden Image Clone, ini.alize, and start-up instance Up and running in hours vs. days or weeks with liile risk 3 Guest Addi.ons Allows direct integra.on between guest so_ware and virtualiza.on layer Assists in orchestra.on of complex, mul.- VM deployments

28 NOTES Oracle Database 11g RAC with ZFS Storage Appliance and dnfs on SPARC: hqp:// Op5mizing Storage for Oracle Database 11gR2 with ZFS Storage Appliance: hqp:// How to enable OISP on ZFS Storage Appliance for 12c: hqps://support.oracle.com/epmos/faces/documentdisplay?id= ANALYST DATA hqp://

29 VISIT SECURE-24 S TABLE! Enter for a chance to win a $250 Amazon Gie Card! Meet with other S-24 execu5ves and technical resources Discuss your organiza5on s Cloud Strategy for 2016 Learn more about our capabili5es with Oracle s Virtual Compute Appliance Learn about our newest product launch: Engineering Desktops

30 QUESTIONS Mike Gangler Blog : hips://mjgangler.wordpress.com JDE mjgangler Server Pool 2

Optimize and Simplify Oracle 12C RAC using dnfs, ZFS and OISP

Optimize and Simplify Oracle 12C RAC using dnfs, ZFS and OISP Optimize and Simplify Oracle 12C RAC using dnfs, ZFS and OISP Session ID: 1197 Palm D Thu, Apr 14, 2016 08:30 AM - 09:30 AM Prepared by: Mike Gangler Senior Database Specialist, DBA Team Lead Secure-24

More information

Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall

Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall 1 Copyright 2011, 2013, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 ! 2 Oracle VM Introduction Adam Hawley, Senior Director Virtualization, Oracle January 15, 2013 Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

Oracle VM Workshop Applica>on Driven Virtualiza>on

Oracle VM Workshop Applica>on Driven Virtualiza>on Oracle VM Workshop Applica>on Driven Virtualiza>on Simon COTER Principal Product Manager Oracle VM & VirtualBox simon.coter@oracle.com hnps://blogs.oracle.com/scoter November 25th, 2015 Copyright 2014

More information

Using RPMS to Automagically to install Oracle Agents to EM12C

Using RPMS to Automagically to install Oracle Agents to EM12C Using RPMS to Automagically to install Oracle Agents to EM12C Session ID: 1201 Palm B Monday, April 11 12 12:30pm Prepared by: Mike Gangler Senior Database Specialist Secure-24 - @mjgangler Mjgangler@yahoo.com

More information

Power your cloud infrastructure with Oracle VM and Cisco!

Power your cloud infrastructure with Oracle VM and Cisco! Power your cloud infrastructure with Oracle VM and Cisco! John Priest Director PM Oracle VM October 26/27, 2015 Safe Harbor Statement The following is intended to outline our general product direction.

More information

Database Machine Administration v/s Database Administration: Similarities and Differences

Database Machine Administration v/s Database Administration: Similarities and Differences Database Machine Administration v/s Database Administration: Similarities and Differences IOUG Exadata Virtual Conference Vivek Puri Manager Database Administration & Engineered Systems The Sherwin-Williams

More information

Oracle ZFS Storage Appliance with Oracle Private Cloud Appliance

Oracle ZFS Storage Appliance with Oracle Private Cloud Appliance Oracle ZFS Storage Appliance with Oracle Private Cloud Appliance Configuration Best Practices for Supporting Oracle Database ORACLE WHITE PAPER APRIL 2016 Table of Contents Introduction 3 About Oracle

More information

USING RPMS TO AUTOMAGICALLY INSTALL ORACLE AGENTS TO EM12C

USING RPMS TO AUTOMAGICALLY INSTALL ORACLE AGENTS TO EM12C USING RPMS TO AUTOMAGICALLY INSTALL ORACLE AGENTS TO EM12C Mike Gangler Senior Database Specialist / Team Lead Secure-24 - @mjgangler Mjgangler@yahoo.com ABOUT MIKE GANGLER Oracle ACE DBA for over 28

More information

An Oracle White Paper December Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration

An Oracle White Paper December Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration An Oracle White Paper December 2010 Accelerating Deployment of Virtualized Infrastructures with the Oracle VM Blade Cluster Reference Configuration Introduction...1 Overview of the Oracle VM Blade Cluster

More information

Virtualization Strategies on Oracle x86. Hwanki Lee Hardware Solution Specialist, Local Product Server Sales

Virtualization Strategies on Oracle x86. Hwanki Lee Hardware Solution Specialist, Local Product Server Sales Virtualization Strategies on Oracle x86 Hwanki Lee Hardware Solution Specialist, Local Product Server Sales Agenda Customer Business Needs Oracle VM for x86/x64 Summary Customer Business Needs Common IT

More information

Oracle Exadata X7. Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer

Oracle Exadata X7. Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer Oracle Exadata X7 Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer 05.12.2017 Oracle Engineered Systems ZFS Backup Appliance Zero Data Loss Recovery Appliance Exadata Database

More information

Road to Private Cloud mit OpenStack Projekterfahrungen

Road to Private Cloud mit OpenStack Projekterfahrungen Road to Private Cloud mit OpenStack Projekterfahrungen Andreas Kress Enterprise Architect Oracle Sales Consulting DOAG Regio Nürnberg/Franken 20. April 2017 Safe Harbor Statement The following is intended

More information

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips IOUG Collaborate 12, Virtualization Boot Camp Session #328, Monday April 23 rd, 3:45-4:45pm Kai Yu Oracle Solutions Engineering Lab Dell

More information

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Saar Maoz, RACPack RAC Development, Oracle Kai Yu, Oracle Solutions Engineering, Dell Inc About Authors Saar Maoz Consulting Software

More information

The Oracle Database Appliance I/O and Performance Architecture

The Oracle Database Appliance I/O and Performance Architecture Simple Reliable Affordable The Oracle Database Appliance I/O and Performance Architecture Tammy Bednar, Sr. Principal Product Manager, ODA 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

More information

Realize the True Potential of Server Virtualization with Oracle VM. Rossella Bellini Principal Sales Consultant HW Business Uniti

Realize the True Potential of Server Virtualization with Oracle VM. Rossella Bellini Principal Sales Consultant HW Business Uniti Realize the True Potential of Server Virtualization with Oracle Rossella Bellini Principal Sales Consultant HW Business Uniti Virtualization Budgets Are Increasing Virtualization Is a Key Driver for Lowering

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Storage Innovation at the Core of the Enterprise Robert Klusman Sr. Director Storage North America 2 The following is intended to outline our general product direction. It is intended for information

More information

Migrating Oracle E Business Suite to Oracle's IaaS: Best Practices

Migrating Oracle E Business Suite to Oracle's IaaS: Best Practices Migrating Oracle E Business Suite to Oracle's IaaS: Best Practices Satyendra Pasalapudi Director Cloud Services Apps Associates APAC OTN TOUR 2016 Sydney October 31 st 2016 Copyright 2016. Apps Associates

More information

ThinManager and FactoryTalk View SE. John Ter8n; ESE, Inc.

ThinManager and FactoryTalk View SE. John Ter8n; ESE, Inc. ThinManager and FactoryTalk View SE John Ter8n; ESE, Inc. Who Am I John Ter8n Director of Manufacturing Informa8on Systems Who We Are Founded in 1981 Headquartered in Marshfield, Wisconsin 100% Employee-

More information

Scaling the Wholesale Interconnect Market. Gastón Cu0gnola Senior Sales Engineer Telco Systems

Scaling the Wholesale Interconnect Market. Gastón Cu0gnola Senior Sales Engineer Telco Systems Host Sponsor Co- Sponsor Scaling the Wholesale Interconnect Market Gastón Cu0gnola Senior Sales Engineer Telco Systems 1 Presenta0on Agenda Status of Wholesale/Interconnect Environments Moving up the curve

More information

How Oracle Private Cloud Appliance Helps Secure-24 Power Its Enterprise Cloud Growth

How Oracle Private Cloud Appliance Helps Secure-24 Power Its Enterprise Cloud Growth How Oracle Private Cloud Appliance Helps Secure-24 Power Its Enterprise Cloud Growth Case Study: Leading Service Provider in North America Cut Acquisition Costs by 50% and Deployment Costs by 90% ORACLE

More information

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

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

More information

Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management

Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management Enterprise Manager Snap Clone Snapshot your data without snapping your storage David Wolf Director of Product Management Fabio Batista Sales Consultant June 25, 2015 Copyright 2015, Oracle and/or its affiliates.

More information

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

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Simple Reliable Affordable Oracle Engineered Systems Fastest Deployment. Lowest Cost. Extreme Performance. Oracle Database Appliance X3-2 Technical Overview Bob Thome Senior Director, Oracle Database

More information

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance

<Insert Picture Here> Introducing Oracle WebLogic Server on Oracle Database Appliance Introducing Oracle WebLogic Server on Oracle Database Appliance Oracle Database Appliance with WebLogic Server Simple. Reliable. Affordable. 2 Virtualization on Oracle Database Appliance

More information

Configuring and Managing a Private Cloud with Oracle Enterprise Manager

Configuring and Managing a Private Cloud with Oracle Enterprise Manager Configuring and Managing a Private Cloud with Oracle Enterprise Manager Oracle OpenWorld 2011 Session #06980, Tuesday, 5:30 pm Kai Yu Dell Inc. Madhup Gulati, Oracle Corporation Akanksha Sheoran, Oracle

More information

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

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

More information

Solaris Engineered Systems

Solaris Engineered Systems Solaris Engineered Systems SPARC SuperCluster Introduction Andy Harrison andy.harrison@oracle.com Engineered Systems, Revenue Product Engineering The following is intended to outline

More information

AWS: Basic Architecture Session SUNEY SHARMA Solutions Architect: AWS

AWS: Basic Architecture Session SUNEY SHARMA Solutions Architect: AWS AWS: Basic Architecture Session SUNEY SHARMA Solutions Architect: AWS suneys@amazon.com AWS Core Infrastructure and Services Traditional Infrastructure Amazon Web Services Security Security Firewalls ACLs

More information

VMware vsphere 6.5 Boot Camp

VMware vsphere 6.5 Boot Camp Course Name Format Course Books 5-day, 10 hour/day instructor led training 724 pg Study Guide fully annotated with slide notes 243 pg Lab Guide with detailed steps for completing all labs 145 pg Boot Camp

More information

IaaS/PaaS with Oracle Private Cloud Appliance in practice. Konrad HÄFELI Senior Solution Manager Infrastructure Engineering

IaaS/PaaS with Oracle Private Cloud Appliance in practice. Konrad HÄFELI Senior Solution Manager Infrastructure Engineering IaaS/PaaS with Oracle Private Cloud Appliance in practice Konrad HÄFELI Senior Solution Manager Infrastructure Engineering @KonradHaefeli doag2017 Our company. Trivadis is a market leader in IT consulting,

More information

By the end of the class, attendees will have learned the skills, and best practices of virtualization. Attendees

By the end of the class, attendees will have learned the skills, and best practices of virtualization. Attendees Course Name Format Course Books 5-day instructor led training 735 pg Study Guide fully annotated with slide notes 244 pg Lab Guide with detailed steps for completing all labs vsphere Version Covers uses

More information

Experiences with OracleVM 3.3

Experiences with OracleVM 3.3 Experiences with OracleVM 3.3 Hans Forbrich Oracle ACE Director Forbrich Consulting Ltd Based in Alberta, Canada Why I use Oracle VM Oracle shop Oracle product licensing Hard Partitioning Fixed servers

More information

Oracle Database 11g Direct NFS Client Oracle Open World - November 2007

Oracle Database 11g Direct NFS Client Oracle Open World - November 2007 Oracle Database 11g Client Oracle Open World - November 2007 Bill Hodak Sr. Product Manager Oracle Corporation Kevin Closson Performance Architect Oracle Corporation Introduction

More information

Under the Hood of Oracle Database Appliance. Alex Gorbachev

Under the Hood of Oracle Database Appliance. Alex Gorbachev Under the Hood of Oracle Database Appliance Alex Gorbachev Mountain View, CA 9-Nov-2011 http://bit.ly/pythianasmwebinar 2 Alex Gorbachev CTO, The Pythian Group Blogger OakTable Network member Oracle ACE

More information

An Oracle White Paper Updated March Protecting Oracle Exadata with the Sun ZFS Storage Appliance: Configuration Best Practices

An Oracle White Paper Updated March Protecting Oracle Exadata with the Sun ZFS Storage Appliance: Configuration Best Practices An Oracle White Paper Updated March 2013 Protecting Oracle Exadata with the Sun ZFS Storage Appliance: Configuration Best Practices Introduction... 1 Overview of Oracle Exadata with the Sun ZFS Storage

More information

An Oracle White Paper June Enterprise Database Cloud Deployment with Oracle SuperCluster T5-8

An Oracle White Paper June Enterprise Database Cloud Deployment with Oracle SuperCluster T5-8 An Oracle White Paper June 2013 Enterprise Database Cloud Deployment with Oracle SuperCluster T5-8 Introduction Databases form the underlying foundation for most business applications by storing, organizing,

More information

Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager

Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager Provisioning Oracle RAC in a Virtualized Environment, Using Oracle Enterprise Manager Oracle RAC SIG Web Seminar Thursday, August 5, 2010 Kai Yu, Sr. System Engineer Consultant Dell Global Solutions Engineering

More information

Experience the GRID Today with Oracle9i RAC

Experience the GRID Today with Oracle9i RAC 1 Experience the GRID Today with Oracle9i RAC Shig Hiura Pre-Sales Engineer Shig_Hiura@etagon.com 2 Agenda Introduction What is the Grid The Database Grid Oracle9i RAC Technology 10g vs. 9iR2 Comparison

More information

SUN ZFS STORAGE APPLIANCE

SUN ZFS STORAGE APPLIANCE SUN ZFS STORAGE APPLIANCE EASY DATA MANAGEMENT REAL TIME ANALYSIS MAXIMUM STORAGE EFFICIENCY KEY FEATURES Advanced, intuitive management tools Real-time analysis and diagnosis of performance Oracle s Sun

More information

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation Oracle 10G Lindsey M. Pickle, Jr. Senior Solution Specialist Technologies Oracle Corporation Oracle 10g Goals Highest Availability, Reliability, Security Highest Performance, Scalability Problem: Islands

More information

Mellanox InfiniBand Solutions Accelerate Oracle s Data Center and Cloud Solutions

Mellanox InfiniBand Solutions Accelerate Oracle s Data Center and Cloud Solutions Mellanox InfiniBand Solutions Accelerate Oracle s Data Center and Cloud Solutions Providing Superior Server and Storage Performance, Efficiency and Return on Investment As Announced and Demonstrated at

More information

Modernize Your Backup and DR Using Actifio in AWS

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

More information

Today s Objec4ves. Data Center. Virtualiza4on Cloud Compu4ng Amazon Web Services. What did you think? 10/23/17. Oct 23, 2017 Sprenkle - CSCI325

Today s Objec4ves. Data Center. Virtualiza4on Cloud Compu4ng Amazon Web Services. What did you think? 10/23/17. Oct 23, 2017 Sprenkle - CSCI325 Today s Objec4ves Virtualiza4on Cloud Compu4ng Amazon Web Services Oct 23, 2017 Sprenkle - CSCI325 1 Data Center What did you think? Oct 23, 2017 Sprenkle - CSCI325 2 1 10/23/17 Oct 23, 2017 Sprenkle -

More information

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW UKOUG RAC SIG Meeting London, October 24 th, 2006 Luca Canali, CERN IT CH-1211 LCGenève 23 Outline Oracle at CERN Architecture of CERN

More information

"Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary

Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary Description Course Summary This powerful 5-day, 10 hour per day extended hours class is an intensive introduction to VMware vsphere including VMware ESXi 6.7 and vcenter 6.7. This course has been completely

More information

High Availability Infrastructure for Cloud Computing

High Availability Infrastructure for Cloud Computing High Availability Infrastructure for Cloud Computing Oracle Technology Network Architect Day Reston, VA, May 16, 2012 Kai Yu Oracle Solutions Engineering Lab Enterprise Solutions Engineering, Dell Inc.

More information

Storage Optimization with Oracle Database 11g

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

More information

VIRTUALIZATION WITH THE SUN ZFS STORAGE APPLIANCE

VIRTUALIZATION WITH THE SUN ZFS STORAGE APPLIANCE VIRTUALIZATION WITH THE SUN ZFS STORAGE APPLIANCE A COST EFFECTIVE STORAGE CONSOLIDATION SOLUTION THAT REDUCES INFRASTRUCTURE COSTS, IMPROVES PRODUCTIVITY AND SIMPLIFIES DATA CENTER MANAGEMENT. KEY FEATURES

More information

Delivering High-Performance Oracle Applications Cisco and/or its affiliates. All rights reserved. 1

Delivering High-Performance Oracle Applications Cisco and/or its affiliates. All rights reserved. 1 Delivering High-Performance Oracle Applications 2010 Cisco and/or its affiliates. All rights reserved. 1 Solution Testing CVDs Proof Points Hypervisor scaling Bare metal scaling Baseline Oracle Linux Oracle

More information

S317077: Lessons from the RAC Pack: Oracle Real Application Clusters on Oracle VM - Best Practices

S317077: Lessons from the RAC Pack: Oracle Real Application Clusters on Oracle VM - Best Practices 1 S317077: Lessons from the RAC Pack: Oracle Real Application Clusters on Oracle VM - Best Practices Saar Maoz RACPack Oracle RAC Development Roger Lopez Oracle Database Solutions

More information

Nimble/Cisco SmartStack Integrated Infrastructure for Enterprise-class Oracle Workloads

Nimble/Cisco SmartStack Integrated Infrastructure for Enterprise-class Oracle Workloads Nimble/Cisco SmartStack Integrated Infrastructure for Enterprise-class Oracle Workloads Nimble Storage Overview 2015 NIMBLE STORAGE CONFIDENTIAL: DO NOT DISTRIBUTE 2 Redefining the Storage Market with

More information

Building a Big IaaS Cloud. David /

Building a Big IaaS Cloud. David / Building a Big IaaS Cloud David Nalley @ke4qqq ke4qqq@apache.org / david@gnsa.us #whoami Recovering Sysadmin F/LOSS contributor Committer on Apache CloudStack Assumptions You have a need for an IaaS compute

More information

SUN ZFS STORAGE APPLIANCE

SUN ZFS STORAGE APPLIANCE SUN ZFS STORAGE APPLIANCE DELIVERING BEST-IN-CLASS PERFORMANCE, EFFICIENCY, AND ORACLE INTEGRATION KEY FEATURES Advanced, intuitive management tools Real-time analysis and diagnosis of performance Oracle

More information

Oracle E-Business Suite: Migration to Oracle VM Template Based Deployment

Oracle E-Business Suite: Migration to Oracle VM Template Based Deployment Oracle E-Business Suite: Migration to Oracle VM Template Based Deployment Kai Yu, Senior Engineer John Tao, Lead Applications DBA Dell Inc. kai_yu@dell.com, John_Tao@dell.com http://kyuoracleblog.wordpress.com

More information

1 BRIEF / Oracle Solaris Cluster Features and Benefits

1 BRIEF / Oracle Solaris Cluster Features and Benefits Oracle Solaris Cluster is a comprehensive high availability (HA) and disaster recovery (DR) solution for Oracle SPARC and x86 environments that is based on Oracle Solaris. It combines extreme service availability

More information

Symantec NetBackup PureDisk Compatibility Matrix Created August 26, 2010

Symantec NetBackup PureDisk Compatibility Matrix Created August 26, 2010 Symantec NetBackup PureDisk 6.6.1 Compatibility Matrix Created August 26, 2010 Copyright 2010 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and Backup Exec are trademarks or registered

More information

Oracle VM 3.3. Planning and Implementing

Oracle VM 3.3. Planning and Implementing Oracle VM 3.3 Planning and Implementing Agenda 1. Introduction 2. What are we doing 3. Why did we want to virtualize 4. Building the case for virtualization 5. Hardware sizing for Oracle VM 6. Oracle VM

More information

WORLD. Patrick Combes Senior Solu3on Architect for Life Sciences at EMC/Isilon

WORLD. Patrick Combes Senior Solu3on Architect for Life Sciences at EMC/Isilon ISILON @GLOBUS WORLD Patrick Combes Senior Solu3on Architect for Life Sciences at EMC/Isilon patrick.combes@isilon.com Support Contact: Educa3on Services Isilon Overview Cluster of nodes, easily managed

More information

An Oracle White Paper December A Technical Overview of Oracle s SPARC SuperCluster T4-4

An Oracle White Paper December A Technical Overview of Oracle s SPARC SuperCluster T4-4 An Oracle White Paper December 2012 A Technical Overview of Oracle s SPARC SuperCluster T4-4 Introduction... 2 SPARC SuperCluster T4-4 Components... 3 SPARC T4-4 Servers... 5 Oracle Exadata Storage Server

More information

ORACLE PRIVATE CLOUD APPLIANCE

ORACLE PRIVATE CLOUD APPLIANCE ORACLE PRIVATE CLOUD APPLIANCE Oracle Private Cloud Appliance is a converged infrastructure system designed for rapid and simple deployment of private cloud at an industryleading price point. Whether customers

More information

Oracle Enterprise Architecture. Software. Hardware. Complete. Oracle Exalogic.

Oracle Enterprise Architecture. Software. Hardware. Complete. Oracle Exalogic. Oracle Enterprise Architecture Software. Hardware. Complete Oracle Exalogic edward.zhang@oracle.com Exalogic Exalogic Exalogic -- Exalogic Design Center Exalogic - Sun Oracle - - - CPU/Memory/Networking/Storage

More information

Vblock Architecture. Andrew Smallridge DC Technology Solutions Architect

Vblock Architecture. Andrew Smallridge DC Technology Solutions Architect Vblock Architecture Andrew Smallridge DC Technology Solutions Architect asmallri@cisco.com Vblock Design Governance It s an architecture! Requirements: Pretested Fully Integrated Ready to Go Ready to Grow

More information

An Oracle White Paper September Oracle Integrated Stack Complete, Trusted Enterprise Solutions

An Oracle White Paper September Oracle Integrated Stack Complete, Trusted Enterprise Solutions An Oracle White Paper September 2010 Oracle Integrated Stack Complete, Trusted Enterprise Solutions Executive Summary... 1 Oracle s Complete Hardware and Software Stack... 2 The Production Life Cycle...

More information

ORACLE PRIVATE CLOUD APPLIANCE

ORACLE PRIVATE CLOUD APPLIANCE ORACLE PRIVATE CLOUD APPLIANCE Oracle Private Cloud Appliance is a converged infrastructure system designed for rapid and simple deployment of private cloud at an industryleading price point. Whether customers

More information

How to use Oracle Real ApplicaCon Clusters (RAC) in a Cloud? A Support QuesCon

How to use Oracle Real ApplicaCon Clusters (RAC) in a Cloud? A Support QuesCon How to use Oracle Real ApplicaCon Clusters (RAC) in a Cloud? A Support QuesCon Markus Michalewicz Senior Director of Product Management, Oracle RAC Development May 29 th, 2017 Markus.Michalewicz@oracle.com

More information

Database Performance on NAS: A Tutorial. Darrell Suggs. NAS Industry Conference Network Appliance - Darrell Suggs

Database Performance on NAS: A Tutorial. Darrell Suggs. NAS Industry Conference Network Appliance - Darrell Suggs Database Performance on NAS: A Tutorial Darrell Suggs Overview Database on NFS Today s Reality Retrospective High Level Performance Analysis Real State-of-the-Union Keys to Future Success Brave New Worlds

More information

Understanding Oracle RAC ( ) Internals: The Cache Fusion Edition

Understanding Oracle RAC ( ) Internals: The Cache Fusion Edition Understanding (12.1.0.2) Internals: The Cache Fusion Edition Subtitle Markus Michalewicz Director of Product Management Oracle Real Application Clusters (RAC) November 19th, 2014 @OracleRACpm http://www.linkedin.com/in/markusmichalewicz

More information

Oracle Corporation 1

Oracle Corporation 1 1 Solaris 11 for Developers Webinar Series Simplify your Development with Zones, ZFS and Crossbow (TCP/IP) Eric Reid, Stefan Schneider Oracle Systems ISV Engineering 2 Solaris 11 for Developers Webinar

More information

Configuring a Single Oracle ZFS Storage Appliance into an InfiniBand Fabric with Multiple Oracle Exadata Machines

Configuring a Single Oracle ZFS Storage Appliance into an InfiniBand Fabric with Multiple Oracle Exadata Machines An Oracle Technical White Paper December 2013 Configuring a Single Oracle ZFS Storage Appliance into an InfiniBand Fabric with Multiple Oracle Exadata Machines A configuration best practice guide for implementing

More information

Citrix Workspace Cloud

Citrix Workspace Cloud Citrix Workspace Cloud Roger Bösch Citrix Systems International GmbH Workspace Cloud is a NEW Citrix Management and Delivery Platform Customers Now Have a Spectrum of Workspace Delivery Options Done By

More information

CLOUD SERVICES. Cloud Value Assessment.

CLOUD SERVICES. Cloud Value Assessment. CLOUD SERVICES Cloud Value Assessment www.cloudcomrade.com Comrade a companion who shares one's ac8vi8es or is a fellow member of an organiza8on 2 Today s Agenda! Why Companies Should Consider Moving Business

More information

Private Cloud Database Consolidation Name, Title

Private Cloud Database Consolidation Name, Title Private Cloud Database Consolidation Name, Title Agenda Cloud Introduction Business Drivers Cloud Architectures Enabling Technologies Service Level Expectations Customer Case Studies Conclusions

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 FLASH 1 ST THE STORAGE STRATEGY FOR THE NEXT DECADE Richard Gordon EMEA FLASH Business Development 2 Information Tipping Point Ahead The Future Will Be Nothing Like The Past 140,000 120,000 100,000 80,000

More information

Sun N1: Storage Virtualization and Oracle

Sun N1: Storage Virtualization and Oracle OracleWorld 2003 Session 36707 - Sun N1: Storage Virtualization and Oracle Glenn Colaco Performance Engineer Sun Microsystems Performance and Availability Engineering September 9, 2003 Background PAE works

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme PBO1221BE Beginners Guide to the Software-Defined Data Center Kyle Gleed, Group Manager, Technical Marketing Ben Sier, Staff Architect, Technical Marketing #VMworld #PBO1221BE Disclaimer This presentation

More information

Oracle Mul*tenant. The Bea'ng Heart of Database as a Service. Debaditya Cha9erjee Senior Principal Product Manager Oracle Database, Product Management

Oracle Mul*tenant. The Bea'ng Heart of Database as a Service. Debaditya Cha9erjee Senior Principal Product Manager Oracle Database, Product Management Oracle Mul*tenant The Bea'ng Heart of Database as a Service Debaditya Cha9erjee Senior Principal Product Manager Oracle Database, Product Management Safe Harbor Statement The following is intended to outline

More information

Oracle VM at Oracle. Powering a Demanding Enterprise Operation ORACLE WHITE PAPER JANUARY 2015

Oracle VM at Oracle. Powering a Demanding Enterprise Operation ORACLE WHITE PAPER JANUARY 2015 Oracle VM at Oracle Powering a Demanding Enterprise Operation ORACLE WHITE PAPER JANUARY 2015 Introduction Much like Oracle s customer base (some 400,000 companies in 145 countries), Oracle deploys Oracle

More information

PeerStorage Arrays Unequalled Storage Solutions

PeerStorage Arrays Unequalled Storage Solutions Simplifying Networked Storage PeerStorage Arrays Unequalled Storage Solutions John Joseph, VP of Marketing EqualLogic,, 9 Townsend West, Nashua NH 03063 Phone: +1-603 603-249-7772, FAX: +1-603 603-579-6910

More information

GETTING STARTED WITH NUODB

GETTING STARTED WITH NUODB February 15, 2017 GETTING STARTED WITH NUODB The elastic SQL database for hybrid cloud applications LOGISTICS AND INTRODUCTIONS 2 + All a&endees are muted + Submit ques3ons in the Q&A box on the right

More information

SUN ZFS STORAGE 7X20 APPLIANCES

SUN ZFS STORAGE 7X20 APPLIANCES ORACLE SPEC SHEET SUN ZFS STORAGE 7X20 APPLIANCES DELIVERING BEST-IN-CLASS PERFORMANCE, EFFICIENCY, AND ORACLE INTEGRATION KEY FEATURES Advanced, intuitive management tools Hybrid Columnar Compression,

More information

ORACLE SNAP MANAGEMENT UTILITY FOR ORACLE DATABASE

ORACLE SNAP MANAGEMENT UTILITY FOR ORACLE DATABASE ORACLE SNAP MANAGEMENT UTILITY FOR ORACLE DATABASE EFFICIENTLY BACK UP, CLONE, AND RESTORE ORACLE DATABASES ON ORACLE S ZFS STORAGE APPLIANCE WITH ORACLE SNAP MANAGEMENT UTILITY KEY FEATURES Virtually

More information

Virtualizing Oracle E-Business Suite Through Oracle VM. Kai Yu Oracle Solutions Engineering Dell Inc.

Virtualizing Oracle E-Business Suite Through Oracle VM. Kai Yu Oracle Solutions Engineering Dell Inc. Virtualizing Oracle E-Business Suite Through Oracle VM Kai Yu Oracle Solutions Engineering Dell Inc. About Author Kai Yu, kai_yu@dell.com 17 years with Oracle Technology: DBA, Apps DBA, Architect Hands-on

More information

Evolving To The Big Data Warehouse

Evolving To The Big Data Warehouse Evolving To The Big Data Warehouse Kevin Lancaster 1 Copyright Director, 2012, Oracle and/or its Engineered affiliates. All rights Insert Systems, Information Protection Policy Oracle Classification from

More information

Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments

Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments Torben Kling-Petersen, PhD Presenter s Name Principle Field Title andengineer Division HPC &Cloud LoB SunComputing Microsystems

More information

Costefficient Storage with Dataprotection

Costefficient Storage with Dataprotection Costefficient Storage with Dataprotection for the Cloud Era Karoly Vegh Principal Systems Consultant / Central and Eastern Europe March 2017 Safe Harbor Statement The following is intended to outline our

More information

Oracle Database Appliance X5-2

Oracle Database Appliance X5-2 Oracle Database Appliance X5-2 Complete, Simple, Reliable, Affordable ORACLE WHITE PAPER OCTOBER 2015 Introduction The Oracle Database Appliance X5-2 is the fourth generation of the Oracle Database Appliance.

More information

Grenville Whelan High- Availability.com. Copyright, High- Availability.Com Limited, 2014

Grenville Whelan High- Availability.com. Copyright, High- Availability.Com Limited, 2014 Grenville Whelan High- vailability.com High- vailability.com Spun- off from Sun/Solaris onsulng Pracce in 995 RSF- first independent commercial H soluon for UNIX Heritage in enterprise SPR/Solaris/Oracle

More information

SNIA Developers Conference - Growth of the iscsi RDMA (iser) Ecosystem

SNIA Developers Conference - Growth of the iscsi RDMA (iser) Ecosystem SNIA Developers Conference - Growth of the iscsi RDMA (iser) Ecosystem Rob Davis Mellanox Technologies robd@mellanox.com The FASTEST Storage Protocol: iser The FASTEST Storage: Flash What it is: iscsi

More information

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

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

More information

6,000 Cameras in Time Square 210 million Cameras worldwide

6,000 Cameras in Time Square 210 million Cameras worldwide SMILE!! You are on camera 75 $mes per day Average American ci$zen can be caught on camera 1:29 Camera to person ra$o World Wide 6,000 Cameras in Time Square 210 million Cameras worldwide What is the LTO

More information

NAS for Server Virtualization Dennis Chapman Senior Technical Director NetApp

NAS for Server Virtualization Dennis Chapman Senior Technical Director NetApp NAS for Server Virtualization Dennis Chapman Senior Technical Director NetApp Agenda The Landscape has Changed New Customer Requirements The Market has Begun to Move Comparing Performance Results Storage

More information

Stay Informed During and AEer OpenWorld

Stay Informed During and AEer OpenWorld Stay Informed During and AEer OpenWorld TwiIer: @OracleBigData, @OracleExadata, @Infrastructure Follow #CloudReady LinkedIn: Oracle IT Infrastructure Oracle Showcase Page Oracle Big Data Oracle Showcase

More information

Optimize OLAP & Business Analytics Performance with Oracle 12c In-Memory Database Option

Optimize OLAP & Business Analytics Performance with Oracle 12c In-Memory Database Option Optimize OLAP & Business Analytics Performance with Oracle 12c In-Memory Database Option Session ID: 1571 Prepared by: Kai Yu Senior Principal Engineer Dell Oracle Solutions Engineering Dell, Inc. @ky_austin1

More information

VMware Virtual SAN Technology

VMware Virtual SAN Technology VMware Virtual SAN Technology Today s Agenda 1 Hyper-Converged Infrastructure Architecture & Vmware Virtual SAN Overview 2 Why VMware Hyper-Converged Software? 3 VMware Virtual SAN Advantage Today s Agenda

More information

IBM SYSTEM POWER7. PowerVM. Jan Kristian Nielsen Erik Rex IBM Corporation

IBM SYSTEM POWER7. PowerVM. Jan Kristian Nielsen Erik Rex IBM Corporation IBM SYSTEM POWER7 PowerVM Jan Kristian Nielsen jankn@dk.ibm.com - +45 28803310 Erik Rex Rex@dk.ibm.com - +45 28803326 PowerVM: Virtualization Without Limits Reduces IT infrastructure costs Improves service

More information

Engaging Employees and Customers with Video. The Benefits of Corporate Webcas3ng

Engaging Employees and Customers with Video. The Benefits of Corporate Webcas3ng Engaging Employees and Customers with Video The Benefits of Corporate Webcas3ng Agenda Introduc9on UnityLivestream Teradek Wowza Workflow Produc9on Streaming Delivery Case Studies Demo - Live Solu9on -

More information

HYBRID STORAGE TM. WITH FASTier ACCELERATION TECHNOLOGY

HYBRID STORAGE TM. WITH FASTier ACCELERATION TECHNOLOGY HYBRID STORAGE TM WITH FASTier ACCELERATION TECHNOLOGY Nexsan s FASTier acceleration technology uses advanced software architecture and algorithms to leverage the power of solid-state to accelerate the

More information