Oracle9i Real Application Clusters. Principal Sales Consultant DB Tech. Team Oracle Corporation

Size: px
Start display at page:

Download "Oracle9i Real Application Clusters. Principal Sales Consultant DB Tech. Team Oracle Corporation"

Transcription

1

2 Oracle9i Real Application Clusters Principal Sales Consultant DB Tech. Team Oracle Corporation

3 What is a Cluster? Group of servers acting as single system Requires hardware (interconnect) software (clusterware) Traditional use availability (failover) read-only applications

4 Types of Cluster Databases Shared Cache Databases Oracle Real Application Clusters on All Platforms (Linux, Unix, Windows ) IBM DB2 Sysplex on Mainframe Shared Nothing Databases IBM DB2 on Some Platforms Federated Databases Microsoft SQLServer2000 on Windows

5 Oracle9i Real Application Clusters computing is a breakthrough technology. The ability to dramatically scale an application without modification is an invaluable new proposition. Carl Olofson, IDC 2001

6 Oracle9i Real Application Clusters Oracle9i Real Application Clusters is designed for today s most demanding deployments Server consolidation means very large user populations Critical e-business requires full time service Rapid growth shortens capacity planning Low Costs

7 Oracle9i Real Application Clusters Extends the Oracle9i Database to clustered systems High Availability Scalability with Full Cache Fusion Ease Consolidation Identical functionality to a single instance of Oracle9i Improved Manageability

8 Real Application Clusters Architecture Centralized Management Console High Speed Switch or Interconnect Network Low Latency Interconnect VIA or Proprietary Users No Single Point Of Failure Clustered Database Servers Hub or Switch Fabric Mirrored Disk Subsystem Storage Area Network Drive and Exploit Industry Advances in Clustering

9 Database Challenges on Scalability Scale to Millions of Users Transparently All types of applications Scale workloads without limits Grow storage easily Consolidation with low costs

10 Cache Fusion Architecture Full Cache Fusion Cache-to-cache data shipping Shared cache eliminates slow I/O Enhanced IPC Allows flexible and transparent deployment Cache Fusion Shared Cache Users

11 Full Cache Fusion Oracle9i Cache Fusion increases performance and scalability Data is shipped directly over high speed interconnect Minimize disk I/O Node A Node B Data Transfer Request Database buffers Database buffers Database

12 Cache Fusion Manages Inter Instance Block Requests Readers and writers accessing instance A gain access to blocks in instance B s buffer cache All types of block access Coordination by Global Cache Service Request for Block Cache A Read Read Write Write Block Status in Cache B Read Write Read Write

13 Oracle9i Real Application Clusters Start small, grow incrementally Scalable AND highly available Add capacity on demand with zero downtime

14 Sharing Data AND Memory Data A-Z Works with ALL applications

15 Before Consolidation Availability reliant on passive HW No inherent scalability Server HW dedicated to application ERP DW Web CRM

16 Consolidation with RAC Complete availability unlimited scalability Server HW shared between applications ERP DW CRM Web

17 Pay and Scale Incrementally W o r k l o 300% 200% 100% d Months

18 Source - Transaction Processing Council. As of October 3, 2002: Oracle9i Database Release 2 with Real Application Clusters on Red Hat Linux Advanced Server, HP ProLiant DL580R, with 32 Intel Pentium III 900 MHz processors, 138, , $17.38/tpmC, (original publication date, ) available 03/05/03 World Record on Linux tpmc Won t Say Can t Say 0 Oracle IBM Microsoft Clustered TPC-C - 8 node, 32 Processors

19 E-Business Suite 11i Users Node 2 Nodes 4 Nodes 5 Nodes 6 Nodes Over 85% Scalability Source: Oracle Internal Benchmark

20 SAP Parallel SD Benchmark SD Users Node 2 Nodes 4 Nodes SAP SD Scalability with Oracle9i RAC Source: SAP Standard 4.6 C Application Benchmark; Certification # , & ; June 3,

21 Scalability on Intel Users Node 2 Nodes 3 Nodes 4 Nodes OLTP - Call Center Application Source:

22 Cost of SMP vs Clusters Component IBM eserver pseries 690 Cluster IBM pseries 650 Intel/Linux Cluster # Servers Processors/Server Operating System 1 Memory/Server 64Gb AIX 5L 8 8Gb AIX 5L 8 8Gb RedHat AS Total Cost $1,250,000 $431,960 $232,664 Source: Source:

23 Database Challenges on Availability Be available all the time design for fault tolerance provide fast and reliable fault recovery eliminate maintenance downtime Support mission-critical business operations

24 Server Availability Challenge Server 1 Instance A Database A Server is a SINGLE point of failure

25 Clusters without RAC Server 1 Instance A Server 2 Database Removes Server as SINGLE point of failure

26 Clusters with Cold Failover Server 1 Server 2 Instance A Database Restart single instance on Server 2

27 Real Application Clusters Server 1 Instance A Server 2 Instance B Database SERVER failure Protect - your from database SERVER failures remains available

28 RAC vs Cold Failover? Failover Operation Reconfigure Group Membership Reconfigure Distributed Locks Failover Disk Volumes Restart Oracle Recover Oracle Warm Buffer Cache Total Failover Time RAC 15 sec 5 sec 0 sec 0 sec 20 sec 0 sec < 60 sec Cold 0 sec 0 sec Up to 20 min Up to 5 min 20 sec 10 + min > 35 min

29 Federated Databases Maintenance problems Performance problems Less reliable with more servers Data A-E Data F-K Data L-S Data T-Z

30 Federated Databases CREATE VIEW Customers AS SELECT * FROM Server1.TableOwner.Customers_33 UNION ALL SELECT * FROM Server2.CompanyDatabase.TableOwner.Customers_66 UNION ALL SELECT * FROM Server3.CompanyDatabase.TableOwner.Customers_77 UNION ALL : : A-E F-K L-P Q-S T-Z

31 What Happens When You Add a Node? Federated Databases 1. Add hardware 2. Configure new instance 3. Create new database 4. Disconnect all users 5. Unload data from existing tables Federated Databases 6. Re-define partitioned tables & indexes 7. Re-define triggers on partitioned 8. Re-define DPVs 9. Reload the data to spread 10. Reconnect all users Code Changes & Service Down

32 Distributed Databases Oracle Support Distributed Database Using Database Link Using Partition View in Oracle7 (not Partition Table in Oracle9i) Data A-E This is not Cluster Databases Data F-K Data L-S Data T-Z

33 "Technically, this setup isn't a true clustered implementation. According to Microsoft, SQL Server won't support true clustering until the post-sql Server 2000 release, code named Yukon." Michael Otey, SQL Server Magazine

34 Shared Nothing Databases IBM s Database Business (Source: Dataquest, May 2002) Mainframe & AS400 (63.3%) Unix(18.8%) Windows(18.2%) IBM s Cluster Databases Sysplex on Mainframe(Shared Disk) DB2 EEE on Unix(Shared Nothing)

35 Shared Nothing Databases Maintenance problems Limited scalability for OLTP workloads Data A-E Data F-K Data L-S Data T-Z

36 Shared Nothing Databases Partition Probes Query on partition key Query on non-partition key Broadcast to all partitions Query on Empname Query on Empno Hash (Emp#) modulo 1 Hash (Emp#) modulo 2 Hash (Emp#) modulo 3 Hash (Emp#) modulo 4

37 Shared Nothing Databases Failure on Primary Node of Disk Mounting Disk on secondaty node Starting Engine on secondary node INSTANCE1 INSTANCE1 INSTANCE2 INSTANCE3 INSTANCE4 Data A-E Data F-K Data L-S Data T-Z

38 Shared Nothing Databases Failure on Primary & Secondary Nodes of Disk Service down (don t use data in disk) INSTANCE1 INSTANCE2 INSTANCE1 INSTANCE3 INSTANCE4 Data A-E Data F-K Do not Use Data L-S Data T-Z

39 What Happens When You Add a Node? 1. Add hardware Shared Nothing Databases 2. Configure new partition (set partition-specific parameters, etc.) 3. Redistribute the data to spread it across a larger number of partitions Redistributing the data in a DB2 EEE system involves DBA work and Downtime for the database. Service Down

40 Shared Cache Databases Availability AND scalability Maintained like a single database More reliable with more servers 100% 133% 100% 200% 133% 100% 134% 100% 400% 200% Data A-Z

41 What Happens When You Add a Node? 1. Add hardware Shared Nothing Databases 2. Configure new instance (set instance-specific parameters, etc.) No Service Down

42 What about the Competition? Clustered Feature Oracle9i IBM DB2 Microsoft SS2000 Sub-Minute System Failover Yes No No Transparent Application Failover Yes No No Automatic User Re-Connection Yes Yes No Support for ALL Applications Yes No No Multiple Platform Support Yes Limited No Availability AND Scalability for OLTP Yes No No Cluster File System Support Yes Limited No Add Nodes without Downtime Yes No No

43 Database Challenges on Manageability Create one virtual system to configure and manage Single system image for the database integrated with the cluster

44 Oracle s Manageability Vision..to minimize management costs by delivering fully adaptive and completely self-managing systems.

45 Real Application Clusters Manageability Single system Image Single Oracle Database One virtual system to configure and manage Single management console Cluster-wide monitoring and diagnostics

46 Oracle 9i Database Reduce DBA Time by 40% Oracle8i Oracle9i Total Management Tuning Monitoring and Diagnostics Configuration Training etc. DBA Days Per Week

47 Oracle9i Database Easier To Manage Even At Low End Simplified DBA Tasks Resume from out-of-space out-of-space Errors Recover from Human Errors Self-identified Unused Indexes Row Size not Limited by Block Size Parameters Dynamically Changeable Health Check Overview and Reports Oracle9i Yes Yes Yes Yes Yes Yes IBM DB2 No No No No No No Microsoft SS2000 No No No No Yes No

48 Using Real Application Clusters, people are able to accomplish the kind of scaleability that they used to have to resort to high-end SMP systems for, using inexpensive commodity servers on Intel processors. Carl Olofson, IDC 2002

49 Oracle9i RAC Customers - HP SK IBM - Sun Linux Fujitsu Linux - Sun - Sun Sun - HP HP CJ - IBM Win2K - IBM IBM - IBM Win2K HP - Sun KT - HP HP LG - HP - Linux

50 Oracle9i RAC Customers UPS - Sun FAA - Linux Lycos Europe Tru64 Dell Global IT - Linux Electronic Arts - Linux British Telecom - Sun Siemens ICM - Sun Axciom Tru64 NRW (German) Police - Linux Cern Linux Ellis Island Linux ProLogis - Win2K GM Vector SCM - AIX Austrian Railways Tru64 Freemarkets.com Tru64 Gas Authority of India (GAIL) - Sun Green Mountain Power Tru64 Nordac Tru64 Transports Mesguen Tru64 SITA OS390 Lithonia Lighting - Linux Oracle Global - HPUX Oracle GSI HPUX DIPS - Win2K

51 Oracle9i RAC Customers

52 For More Information

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

54

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

iplatform BD Oracle Korea

iplatform BD Oracle Korea iplatform BD Oracle Korea Infrastructure Software - Make your business Unbreakable with Oracle 9i Make Your Business Unbreakable Can t Break It Can t Break In 4 Can t Break It Won t go down if your server

More information

VERITAS Storage Foundation 4.0 TM for Databases

VERITAS Storage Foundation 4.0 TM for Databases VERITAS Storage Foundation 4.0 TM for Databases Powerful Manageability, High Availability and Superior Performance for Oracle, DB2 and Sybase Databases Enterprises today are experiencing tremendous growth

More information

InfoBrief. Dell 2-Node Cluster Achieves Unprecedented Result with Three-tier SAP SD Parallel Standard Application Benchmark on Linux

InfoBrief. Dell 2-Node Cluster Achieves Unprecedented Result with Three-tier SAP SD Parallel Standard Application Benchmark on Linux InfoBrief Dell 2-Node Cluster Achieves Unprecedented Result with Three-tier SAP SD Parallel Standard Application Benchmark on Linux Leveraging Oracle 9i Real Application Clusters (RAC) Technology and Red

More information

Planning & Installing a RAC Database

Planning & Installing a RAC Database Planning & Installing a RAC Database Caleb Small, BSc, ISP www.caleb.com/dba Who is Caleb? Lifelong IT career Oracle DBA since v7.0 Former Instructor for Oracle Corp. Independent consultant Faculty appointment

More information

HP & Oracle A Powerful Alliance

HP & Oracle A Powerful Alliance HP & Oracle A Powerful Alliance Bei Fragen wenden Sie sich bitte an: Frau Virpi Matikainen Oracle Account Managerin email: virpi_matikainen@hp.com Tel: 089/61412-513 Rebecca Kühn HP/Oracle CTC 10. Dezember

More information

ORACLE Linux / TSC.

ORACLE Linux / TSC. ORACLE Linux / TSC Sekook.jang@oracle.com Unbreakable Linux Unbreakable Support Unbreakable Products Unbreakable Performance Asianux Then. Next? Microsoft Scalability 20 User Workgroup Computing Microsoft

More information

Power your planet. Optimizing the Enterprise Data Center POWER7 Powers a Smarter Infrastructure

Power your planet. Optimizing the Enterprise Data Center POWER7 Powers a Smarter Infrastructure Power your planet. Optimizing the Enterprise Data Center POWER7 Powers a Smarter Infrastructure Enoch Lau Field Technical Sales Specialist, Power Systems Systems & Technology Group Power your planet. Smarter

More information

Senior Technical Manager, ATG, Oracle Corporation. Vamsi Mudumba. High Availability. High Availability

Senior Technical Manager, ATG, Oracle Corporation. Vamsi Mudumba. High Availability. High Availability High Availability High Availability Vamsi Mudumba Senior Technical Manager, ATG, Oracle Corporation Agenda HA Overview Availability Defined HA Importance Designing Solutions for HA Causes of Downtime HA

More information

Session: Oracle RAC vs DB2 LUW purescale. Udo Brede Quest Software. 22 nd November :30 Platform: DB2 LUW

Session: Oracle RAC vs DB2 LUW purescale. Udo Brede Quest Software. 22 nd November :30 Platform: DB2 LUW Session: Oracle RAC vs DB2 LUW purescale Udo Brede Quest Software 22 nd November 2011 10:30 Platform: DB2 LUW 1 Agenda Marketing Message Clustering/Scalability Technology Overview Basic Components Available

More information

IBM EXAM QUESTIONS & ANSWERS

IBM EXAM QUESTIONS & ANSWERS IBM 000-105 EXAM QUESTIONS & ANSWERS Number: 000-105 Passing Score: 650 Time Limit: 60 min File Version: 65.5 http://www.gratisexam.com/ IBM 000-105 EXAM QUESTIONS & ANSWERS Exam Name: Power Systems with

More information

IPF2 als Zielplattform für SAP Enterprise Computing

IPF2 als Zielplattform für SAP Enterprise Computing als Zielplattform für SAP Enterprise Computing Thomas Wagenblast SAP Business Unit, Walldorf thomas.wagenblast@compaq.com 06227 / 73 4201 Was ist? 1 Compaq Semiconductor Technology Roadmap Microelectronics

More information

Improving Blade Economics with Virtualization

Improving Blade Economics with Virtualization Improving Blade Economics with Virtualization John Kennedy Senior Systems Engineer VMware, Inc. jkennedy@vmware.com The agenda Description of Virtualization VMware Products Benefits of virtualization Overview

More information

Horizontal Scaling Solution using Linux Environment

Horizontal Scaling Solution using Linux Environment Systems Software for the Next Generation of Storage Horizontal Scaling Solution using Linux Environment December 14, 2001 Carter George Vice President, Corporate Development PolyServe, Inc. PolyServe Goal:

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

IBM Systems: Helping the world use less servers

IBM Systems: Helping the world use less servers Agenda Server Consolidation Reasons Server Consolidation Methodology Power Systems Server Consolidation Server Consolidation Examples Demo of SCON Tool Mike Rede Field Technical Sales Specialist mrede@us.ibm.com

More information

<Insert Picture Here> Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata

<Insert Picture Here> Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata Exadata MAA Best Practices Series Session 1: E-Business Suite on Exadata Richard Exley Ray Dutcher Richard Exley, Ray Dutcher Oracle Applications, Exadata and MAA Best Practices Exadata

More information

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

RAC on Extended Distance Clusters. Erik Peterson RAC Development Oracle Corporation

RAC on Extended Distance Clusters. Erik Peterson RAC Development Oracle Corporation RAC on Extended Distance Clusters Erik Peterson RAC Development Oracle Corporation 1 Agenda Benefits of RAC on extended clusters Design considerations Empirical performance data Live customer examples

More information

Copyright 2003 VERITAS Software Corporation. All rights reserved. VERITAS, the VERITAS Logo and all other VERITAS product names and slogans are

Copyright 2003 VERITAS Software Corporation. All rights reserved. VERITAS, the VERITAS Logo and all other VERITAS product names and slogans are 1 Copyright 2003 VERITAS Software Corporation. All rights reserved. VERITAS, the VERITAS Logo and all other VERITAS product names and slogans are trademarks or registered trademarks of VERITAS Software

More information

Oracle: From Client Server to the Grid and beyond

Oracle: From Client Server to the Grid and beyond Oracle: From Client Server to the Grid and beyond Graham Wood Architect, RDBMS Development Oracle Corporation Continuous Innovation Oracle 6 Oracle 5 Oracle 2 Oracle 7 Data Warehousing Optimizations Parallel

More information

Oracle #1 for Data Warehousing. Data Warehouses Growing Rapidly Tripling In Size Every Two Years

Oracle #1 for Data Warehousing. Data Warehouses Growing Rapidly Tripling In Size Every Two Years Extreme Performance HP Oracle Machine & Exadata Storage Server October 16, 2008 Robert Stackowiak Vice President, EPM & Data Warehousing Solutions, Oracle ESG Oracle #1 for Data Warehousing Microsoft 14.8%

More information

Pervasive Insight. Mission Critical Platform

Pervasive Insight. Mission Critical Platform Empowered IT Pervasive Insight Mission Critical Platform Dynamic Development Desktop & Mobile Server & Datacenter Cloud Over 7 Million Downloads of SQL Server 2008 Over 30,000 partners are offering solutions

More information

IBM's Regatta Still Lags NCR Teradata in Data Warehousing

IBM's Regatta Still Lags NCR Teradata in Data Warehousing Decision Framework, A. Butler, K. Strange Research Note 17 September 2002 's Regatta Still Lags NCR Teradata in Data Warehousing 's new Regatta server is maturing fast in the online transaction processing

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

A GPFS Primer October 2005

A GPFS Primer October 2005 A Primer October 2005 Overview This paper describes (General Parallel File System) Version 2, Release 3 for AIX 5L and Linux. It provides an overview of key concepts which should be understood by those

More information

HP ProLiant DL580 G5. HP ProLiant BL680c G5. IBM p570 POWER6. Fujitsu Siemens PRIMERGY RX600 S4. Egenera BladeFrame PB400003R.

HP ProLiant DL580 G5. HP ProLiant BL680c G5. IBM p570 POWER6. Fujitsu Siemens PRIMERGY RX600 S4. Egenera BladeFrame PB400003R. HP ProLiant DL58 G5 earns #1 overall four-processor performance; ProLiant BL68c takes #2 four-processor performance on Windows in two-tier SAP Sales and Distribution Standard Application Benchmark HP leadership

More information

<Insert Picture Here> Enterprise Data Management using Grid Technology

<Insert Picture Here> Enterprise Data Management using Grid Technology Enterprise Data using Grid Technology Kriangsak Tiawsirisup Sales Consulting Manager Oracle Corporation (Thailand) 3 Related Data Centre Trends. Service Oriented Architecture Flexibility

More information

IBM. New Tools. Innovative Technology Application Flexibility

IBM. New Tools. Innovative Technology Application Flexibility IBM New Tools Innovative Technology Application Flexibility CeBIT High-end Announcement Ian Miller Vice President, Marketing, IBM eserver xseries March 23, 2001 eserver on the Intel Platform Keeping our

More information

PRIMEQUEST 400 Series & SQL Server 2005 Technical Whitepaper (November, 2005)

PRIMEQUEST 400 Series & SQL Server 2005 Technical Whitepaper (November, 2005) PRIMEQUEST 400 Series & SQL Server 2005 Technical Whitepaper (November, 2005) Fujitsu Limited PRIMEQUEST 400 Series & SQL Server 2005 Technical White Paper PRIMEQUEST 400 Series Server & SQL Server 2005

More information

Dialog (interactive) data input. Reporting. Printing processing

Dialog (interactive) data input. Reporting. Printing processing Tutorials, D. Prior Research Note 24 February 2003 Who Sets the Pace in the SAP Performance 'Olympics'? SAP and its hardware vendors use many different application performance benchmarks. But records for

More information

Achieve Breakthrough Performance and Availability with DB2 purescale

Achieve Breakthrough Performance and Availability with DB2 purescale Achieve Breakthrough Performance and Availability with DB2 purescale Philip K. Gunning Gunning Technology Solutions, LLC Session Code: D01 May 3, 2011 12:45 1:45 PM Platform: LUW Building the case for

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

information on demand

information on demand IBM Software Group information on demand DB2 Means More Than Ever Before Jay Yothers DB2 for z/os Development yothers@us.ibm.com 20 Years Accelerating Innovation to Deliver Value 1983 2 2003 IBM and our

More information

QLE10000 Series Adapter Provides Application Benefits Through I/O Caching

QLE10000 Series Adapter Provides Application Benefits Through I/O Caching QLE10000 Series Adapter Provides Application Benefits Through I/O Caching QLogic Caching Technology Delivers Scalable Performance to Enterprise Applications Key Findings The QLogic 10000 Series 8Gb Fibre

More information

DB2 Optimized for SAP

DB2 Optimized for SAP DB2 Optimized for SAP Konstantin Pabst Technical Sales Specialist Information Managment March 26, 2012 Strategic requirements for SAP customers in today s world How do I better manage the current investments

More information

Mohan Dutt Project Manager. Solix Technologies, Inc.

Mohan Dutt Project Manager. Solix Technologies, Inc. Mohan Dutt Project Manager Solix Technologies, Inc. Dance with the Penguin: Implementing E-Business Suite on Linux Agenda Oracle and Linux Implementation Approaches Implementation Architecture Benchmarks

More information

Benchmarks prove the performance of the Red Hat Enterprise Linux platform

Benchmarks prove the performance of the Red Hat Enterprise Linux platform Benchmarks prove the performance of the Red Hat Enterprise Linux platform By: Nick Carr, Jeremy Hogan and Jonathan Opp October 2002 Abstract This paper describes how database benchmarks demonstrate the

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

Solutions for iseries

Solutions for iseries Innovative solutions for Intel server integration Integrated IBM Solutions for iseries xseries The IBM _` iseries family of servers, including the newest member, IBM _` i5, offers two solutions that provide

More information

Veritas Storage Foundation from Symantec

Veritas Storage Foundation from Symantec Simplified, Scalable and Cost-Effective Storage Management Overviewview provides a complete solution for heterogeneous online storage management. Based on the industry-leading Veritas Volume Manager from

More information

HP NonStop Database Solution

HP NonStop Database Solution CHOICE - CONFIDENCE - CONSISTENCY HP NonStop Database Solution Marco Sansoni, HP NonStop Business Critical Systems 9 ottobre 2012 Agenda Introduction to HP NonStop platform HP NonStop SQL database solution

More information

Microsoft SQL Server on Stratus ftserver Systems

Microsoft SQL Server on Stratus ftserver Systems W H I T E P A P E R Microsoft SQL Server on Stratus ftserver Systems Security, scalability and reliability at its best Uptime that approaches six nines Significant cost savings for your business Only from

More information

Sanhita Sarkar Oracle Corporation.

Sanhita Sarkar Oracle Corporation. Sanhita Sarkar Oracle Corporation Sanhita.Sarkar@oracle.com Topics for Discussion The challenges of today s enterprises The concept of EPIC and evolution of IA-64 architecture The Itanium2 Chip Design

More information

Oracle Database Competency Center

Oracle Database Competency Center Oracle Database Competency Center Suchai Yenruedee Consulting & Customer Support Director Advanced Solutions Application Hosting Services Database Competency Center Space: 167.54 sqm. Location: 7th Floor

More information

Performance of DB2 Enterprise-Extended Edition on NT with Virtual Interface Architecture

Performance of DB2 Enterprise-Extended Edition on NT with Virtual Interface Architecture Performance of DB2 Enterprise-Extended Edition on NT with Virtual Interface Architecture Sivakumar Harinath 1, Robert L. Grossman 1, K. Bernhard Schiefer 2, Xun Xue 2, and Sadique Syed 2 1 Laboratory of

More information

Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0

Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0 Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0 High Availability for Windows NT An Oracle Technical White Paper Robert Cheng Oracle New England Development Center System Products

More information

SAP SD Benchmark with DB2 and Red Hat Enterprise Linux 5 on IBM System x3850 M2

SAP SD Benchmark with DB2 and Red Hat Enterprise Linux 5 on IBM System x3850 M2 SAP SD Benchmark using DB2 and Red Hat Enterprise Linux 5 on IBM System x3850 M2 Version 1.0 November 2008 SAP SD Benchmark with DB2 and Red Hat Enterprise Linux 5 on IBM System x3850 M2 1801 Varsity Drive

More information

Alex JH Hong Director of Marketing Oracle Korea

Alex JH Hong Director of Marketing Oracle Korea Alex JH Hong (alex.hong@oracle.com) Director of Marketing Oracle Korea If you want good information, you have to spend less. Larry Ellison at Oracle World Customers are now focusing on Return On IT. Carly

More information

Data Sheet: High Availability Veritas Cluster Server from Symantec Reduce Application Downtime

Data Sheet: High Availability Veritas Cluster Server from Symantec Reduce Application Downtime Reduce Application Downtime Overview is an industry-leading high availability solution for reducing both planned and unplanned downtime. By monitoring the status of applications and automatically moving

More information

Overview of the SPARC Enterprise Servers

Overview of the SPARC Enterprise Servers Overview of the SPARC Enterprise Servers SPARC Enterprise Technologies for the Datacenter Ideal for Enterprise Application Deployments System Overview Virtualization technologies > Maximize system utilization

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

NAS When, Why and How?

NAS When, Why and How? NAS When, Why and How? Ian Duncan WW NAS Marketing Manager Hewlett-Packard 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice NAS When,

More information

Oracle #1 RDBMS Vendor

Oracle #1 RDBMS Vendor Oracle #1 RDBMS Vendor IBM 20.7% Microsoft 18.1% Other 12.6% Oracle 48.6% Source: Gartner DataQuest July 2008, based on Total Software Revenue Oracle 2 Continuous Innovation Oracle 11g Exadata Storage

More information

Inside look at benchmarks Wim Coekaerts Senior Vice President, Linux and Virtualization Engineering. Wednesday, August 17, 11

Inside look at benchmarks Wim Coekaerts Senior Vice President, Linux and Virtualization Engineering. Wednesday, August 17, 11 Inside look at benchmarks Wim Coekaerts Senior Vice President, Linux and Virtualization Engineering Overview Purpose of benchmarks Who is involved? What kind of benchmarks exist out there? Benchmarks are

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

Eliminating Downtime When Migrating or Upgrading to Oracle 10g

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

More information

HIGH PERFORMANCE SANLESS CLUSTERING THE POWER OF FUSION-IO THE PROTECTION OF SIOS

HIGH PERFORMANCE SANLESS CLUSTERING THE POWER OF FUSION-IO THE PROTECTION OF SIOS HIGH PERFORMANCE SANLESS CLUSTERING THE POWER OF FUSION-IO THE PROTECTION OF SIOS Proven Companies and Products Fusion-io Leader in PCIe enterprise flash platforms Accelerates mission-critical applications

More information

Software Defined Storage at the Speed of Flash. PRESENTATION TITLE GOES HERE Carlos Carrero Rajagopal Vaideeswaran Symantec

Software Defined Storage at the Speed of Flash. PRESENTATION TITLE GOES HERE Carlos Carrero Rajagopal Vaideeswaran Symantec Software Defined Storage at the Speed of Flash PRESENTATION TITLE GOES HERE Carlos Carrero Rajagopal Vaideeswaran Symantec Agenda Introduction Software Technology Architecture Review Oracle Configuration

More information

You Probably DO Need RAC

You Probably DO Need RAC You Probably DO Need RAC Delivered by: Matthew Zito, Chief Scientist 156 5th Avenue Penthouse New York, NY 10010 P: 646.452.4100 www.gridapp.com Introduction Who I Am Basics of Clustering and RAC The Value

More information

Focus On: Oracle Database 11g Release 2

Focus On: Oracle Database 11g Release 2 Focus On: Oracle Database 11g Release 2 Focus on: Oracle Database 11g Release 2 Oracle s most recent database version, Oracle Database 11g Release 2 [11g R2] is focused on cost saving, high availability

More information

Lenovo Database Configuration

Lenovo Database Configuration Lenovo Database Configuration for Microsoft SQL Server OLTP on Flex System with DS6200 Reduce time to value with pretested hardware configurations - 20TB Database and 3 Million TPM OLTP problem and a solution

More information

Reasons to Deploy Oracle on EMC Symmetrix VMAX

Reasons to Deploy Oracle on EMC Symmetrix VMAX Enterprises are under growing urgency to optimize the efficiency of their Oracle databases. IT decision-makers and business leaders are constantly pushing the boundaries of their infrastructures and applications

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

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

More information

Oracle TimesTen In-Memory Database 18.1

Oracle TimesTen In-Memory Database 18.1 Oracle TimesTen In-Memory Database 18.1 Scaleout Functionality, Architecture and Performance Chris Jenkins Senior Director, In-Memory Technology TimesTen Product Management Best In-Memory Databases: For

More information

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

Copyright 2011, Oracle and/or its affiliates. All rights reserved. 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

OPTIMIZING YOUR ORACLE DATABASE ENVIRONMENTS

OPTIMIZING YOUR ORACLE DATABASE ENVIRONMENTS OPTIMIZING YOUR ORACLE DATABASE ENVIRONMENTS EMC And VMware Sam H. Afyouni, Ed.D. Advisory Systems Engineer Turkey, East Europe, Africa, Middle East Region Oracle Subject Matter 1 EMC And Oracle Alliance

More information

Virtualizing Oracle on VMware

Virtualizing Oracle on VMware Virtualizing Oracle on VMware Sudhansu Pati, VCP Certified 4/20/2012 2011 VMware Inc. All rights reserved Agenda Introduction Oracle Databases on VMware Key Benefits Performance, Support, and Licensing

More information

Andy Mendelsohn, Oracle Corporation

Andy Mendelsohn, Oracle Corporation ORACLE DATABASE 10G: A REVOLUTION IN DATABASE TECHNOLOGY Andy Mendelsohn, Oracle Corporation EXECUTIVE OVERVIEW Oracle Database 10g is the first database designed for Enterprise Grid Computing. Oracle

More information

Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software

Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software Dell EMC Engineering January 2017 A Dell EMC Technical White Paper

More information

VERITAS SANPoint Storage Appliance Overview of an Open Platform for the Implementation of Intelligent Storage Server

VERITAS SANPoint Storage Appliance Overview of an Open Platform for the Implementation of Intelligent Storage Server VERITAS SANPoint Storage Appliance Overview of an Open Platform for the Implementation of Intelligent Storage Server Table of Contents Introduction...1 Block I/O and Block Servers...3 File I/O and File

More information

From A (AIX) to Z (Linux/z): A Customer Experience

From A (AIX) to Z (Linux/z): A Customer Experience From A (AIX) to Z (Linux/z): A Customer Experience February 2007 By Uriel Carrasquilla 1 Copyright 2007 National Council on Compensation Insurance, Inc. All Rights Reserved. Agenda Initial Scope: Benchmark

More information

LOGO. DB2 Universal Database, the Robust Information Management Foundation. Why DB2 is a Better Database. Take advantage of commodity platforms

LOGO. DB2 Universal Database, the Robust Information Management Foundation. Why DB2 is a Better Database. Take advantage of commodity platforms LOGO DB2 Universal Database, the Robust Information Management Foundation Why DB2 is a Better Database More Scalable Architecture Take advantage of commodity platforms Modern Programming model Build-in

More information

MySQL High Availability. Michael Messina Senior Managing Consultant, Rolta-AdvizeX /

MySQL High Availability. Michael Messina Senior Managing Consultant, Rolta-AdvizeX / MySQL High Availability Michael Messina Senior Managing Consultant, Rolta-AdvizeX mmessina@advizex.com / mike.messina@rolta.com Introduction Michael Messina Senior Managing Consultant Rolta-AdvizeX, Working

More information

From A (AIX) to Z (Linux/z): A Customer Experience. April 2007 By Uriel Carrasquilla

From A (AIX) to Z (Linux/z): A Customer Experience. April 2007 By Uriel Carrasquilla From A (AIX) to Z (Linux/z): A Customer Experience April 2007 By Uriel Carrasquilla 1 Copyright 2007 National Council on Compensation Insurance, Inc. All Rights Reserved. Agenda Initial Scope: Benchmark

More information

PolyServe Matrix Server and the Adaptive Enterprise

PolyServe Matrix Server and the Adaptive Enterprise PolyServe Matrix Server and the Adaptive Enterprise Michael Callahan Chief Technology Officer PolyServe Shared Data Clustering with Matrix Server Software for Shared Data Clustering Think TruCluster/VAXCluster-like

More information

Databases and ERP Selection: Oracle vs SQL Server

Databases and ERP Selection: Oracle vs SQL Server DATABASES AND ERP ORACLE VS SQL SELECTION: SERVER Databases and ERP Selection: Oracle vs SQL Server By Rick Veague, Chief Technology Officer, IFS North America An enterprise application like enterprise

More information

Oracle Exadata: Strategy and Roadmap

Oracle Exadata: Strategy and Roadmap Oracle Exadata: Strategy and Roadmap - New Technologies, Cloud, and On-Premises Juan Loaiza Senior Vice President, Database Systems Technologies, Oracle Safe Harbor Statement The following is intended

More information

vsphere 4 The Best Platform for Business-Critical Applications Gaetan Castelein Sr Product Marketing Manager VMware, Inc.

vsphere 4 The Best Platform for Business-Critical Applications Gaetan Castelein Sr Product Marketing Manager VMware, Inc. vsphere 4 The Best Platform for Business-Critical Applications Gaetan Castelein Sr Product Marketing Manager VMware, Inc. Agenda Introduction Performance Consolidation Application Lifecycle Application

More information

vsphere 4 The Best Platform for Business-Critical Applications

vsphere 4 The Best Platform for Business-Critical Applications vsphere 4 The Best Platform for Business-Critical Applications Gaetan Castelein Senior Product Marketing Manager The Goal Just like.. IT as a Service Inexpensive, pay as you go, pay for what you use Ubiquitously

More information

HP solutions for mission critical SQL Server Data Management environments

HP solutions for mission critical SQL Server Data Management environments HP solutions for mission critical SQL Server Data Management environments SQL Server User Group Sweden Michael Kohs, Technical Consultant HP/MS EMEA Competence Center michael.kohs@hp.com 1 Agenda HP ProLiant

More information

IBM iseries Models 800 and 810 for small to medium enterprises

IBM iseries Models 800 and 810 for small to medium enterprises Multi-platform management, exceptional price performance IBM iseries Models 800 and 810 for small to medium enterprises Highlights Simple, centralised Simple Windows ** Integration for management of multiple

More information

A Road Map to the Future of Linux in the Enterprise. Timothy D. Witham Lab Director Open Source Development Lab

A Road Map to the Future of Linux in the Enterprise. Timothy D. Witham Lab Director Open Source Development Lab A Road Map to the Future of Linux in the Enterprise Timothy D. Witham Lab Director Open Source Development Lab 1 Agenda Introduction Why Linux Current Linux Uses Roadmap for the Future Process 2 Open Source

More information

SQL Server 2005 on a Dell Scalable Enterprise Foundation

SQL Server 2005 on a Dell Scalable Enterprise Foundation on a Dell Scalable Enterprise Foundation Dell s vision for the scalable enterprise is based on the standardization of core elements of the data center to provide superior value, and encompasses the core

More information

DB2 Exploitation on IBM Power Systems

DB2 Exploitation on IBM Power Systems DB2 Exploitation on IBM Power Systems Chris Eaton IBM Session Code: C17 Nov 11, 2010 11:15 12:15 Platform: DB2 for Linux, UNIX, Windows The release of DB2 9.7 in conjunction with the release of POWER7

More information

Veritas NetBackup 6.5 Clients and Agents

Veritas NetBackup 6.5 Clients and Agents Veritas NetBackup 6.5 Clients and Agents The Veritas NetBackup Platform Next-Generation Data Protection Overview Veritas NetBackup provides a simple yet comprehensive selection of innovative clients and

More information

BERLIN. 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved

BERLIN. 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved BERLIN 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved Amazon Aurora: Amazon s New Relational Database Engine Carlos Conde Technology Evangelist @caarlco 2015, Amazon Web Services,

More information

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://

IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps:// IT Certification Exams Provider! Weofferfreeupdateserviceforoneyear! h ps://www.certqueen.com Exam : 000-208 Title : Open Systems Storage Solutions Version 6 Version : DEMO 1 / 6 1. A customer reports

More information

Table of contents. OpenVMS scalability with Oracle Rdb. Scalability achieved through performance tuning.

Table of contents. OpenVMS scalability with Oracle Rdb. Scalability achieved through performance tuning. OpenVMS scalability with Oracle Rdb Scalability achieved through performance tuning. Table of contents Abstract..........................................................2 From technical achievement to

More information

VERITAS Storage Foundation 4.0 for Windows

VERITAS Storage Foundation 4.0 for Windows DATASHEET VERITAS Storage Foundation 4.0 for Windows Advanced Volume Management Technology for Microsoft Windows Server 2003 In distributed client/server environments, users demand that databases, mission-critical

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Veritas Storage Foundation 5.0 for Windows brings advanced online storage management to Microsoft Windows Server environments.

More information

Veritas Storage Foundation for Windows by Symantec

Veritas Storage Foundation for Windows by Symantec Veritas Storage Foundation for Windows by Symantec Advanced online storage management Veritas Storage Foundation 5.1 for Windows brings advanced online storage management to Microsoft Windows Server environments,

More information

EMC VPLEX Geo with Quantum StorNext

EMC VPLEX Geo with Quantum StorNext White Paper Application Enabled Collaboration Abstract The EMC VPLEX Geo storage federation solution, together with Quantum StorNext file system, enables a global clustered File System solution where remote

More information

Oracle Real Application Clusters One Node

Oracle Real Application Clusters One Node Oracle Real Application Clusters One Node Better Virtualization for Databases Bob Thome, Oracle Grid Development Agenda Overview Comparison with VMs and other failover solutions Pricing

More information

Oracle CoreTech Update OASC Opening 17. November 2014

Oracle CoreTech Update OASC Opening 17. November 2014 Oracle CoreTech Update OASC Opening 17. November 2014 Roger Wullschleger Senior Manager Sales Consulting CoreTech Oracle Software (Schweiz) GmbH Copyright 2014, Oracle and/or its affiliates. All rights

More information

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases

Data Sheet: Storage Management Veritas Storage Foundation for Oracle RAC from Symantec Manageability and availability for Oracle RAC databases Manageability and availability for Oracle RAC databases Overview Veritas Storage Foundation for Oracle RAC from Symantec offers a proven solution to help customers implement and manage highly available

More information

High Performance Oracle Database in a Flash Sumeet Bansal, Principal Solutions Architect

High Performance Oracle Database in a Flash Sumeet Bansal, Principal Solutions Architect High Performance Oracle Database in a Flash Sumeet Bansal, Principal Solutions Architect WHY USE NAND FLASH Overcome traditional I/O bottlenecks Create simpler architectures Save on energy costs Drive

More information

Oracle Database 11g: Real Application Testing & Manageability Overview

Oracle Database 11g: Real Application Testing & Manageability Overview Oracle Database 11g: Real Application Testing & Manageability Overview Top 3 DBA Activities Performance Management Challenge: Sustain Optimal Performance Change Management Challenge: Preserve Order amid

More information

REQUEST FOR PROPOSAL FOR PROCUREMENT OF

REQUEST FOR PROPOSAL FOR PROCUREMENT OF REQUEST FOR PROPOSAL FOR PROCUREMENT OF Upgrade of department RFP No.: SBI/GITC/ATM/2018-19/481 : 18/05/2018 Corrigendum II dated 30/05/2018 to Ref: SBI/GITC/ATM/2018-19/481 : 18/05/2018 State Bank of

More information

SAP HANA Inspirience Day Workshop SAP HANA Infra. René Witteveen Master ASE Converged Infrastructure, HP

SAP HANA Inspirience Day Workshop SAP HANA Infra. René Witteveen Master ASE Converged Infrastructure, HP SAP HANA Inspirience Day Workshop SAP HANA Infra René Witteveen Master ASE Converged Infrastructure, HP Workshop Outline. Introduction Name and Company Department/Role Status and experience with SAP HANA

More information