managing planned downtime with RAC Björn Rost

Size: px
Start display at page:

Download "managing planned downtime with RAC Björn Rost"

Transcription

1 managing planned downtime with RAC VIP D ASM C CVU SQL UC CP OPS OUI RAC F OUI RAC FCF LBA ONS UI RAC FCF LBA ONS FAN C RAC FCF LBA ONS FAN TAF OD AC FCF LBA ONS FAN TAF CRS VIP A FCF LBA ONS FAN TAF CRS VIP GSD ODA FCF LBA ONS FAN TAF CRS VIP GSD ASM SQ LBA ONS FAN TAF CRS VIP GSD ASM CVU SQL UC F LBA ONS FAN TAF CRS VIP GSD ASM CVU RAC FCF L CRS VIP GSD ASM CVU SQL UCP OPS OUI RAC LBA ON IP GSD ASM CVU SQL UCP OPS OUI RAC ODA LBA FAN T ASM CVU SQL RAC UCP OPS OUI RAC FCF ASM LBA ON CVU SQL UCP OPS OUI RAC LBA ODA ONS TAF FAN TAF CVU SQL UCP OPS ODA OUI RAC FCF LBA ONS FAN U SQL UCP OPS OUI FCF LBA ONS FAN TAF CRS P OPS OUI RAC FCF ONS FAN TAF CRS VIP I RAC FCF LBA ONS FAN TAF CRS VIP C FCF LBA ONS FAN TAF CRS VIP ONS FAN TAF CRS VIP GSD AS S FAN TAF CRS VIP GSD RS VIP GSD ASM CV SD ASM CVU SQ VU SQL UC Björn Rost

2 Björn Rost founder, manager and DBA RAC SIG European Chair ACE Director

3 about us Software production company founded 2001 mostly J2EE logistics telecommunication media and publishing customers demand full lifecycle support hardware resale datacenter operations 3rd party software

4 project lifecycle consulting J2EE Hardware hosting specification php SW-Licenses monitoring documentation database installation patching feasibility studies benchmarking backups tuning planning design integration operation

5 TAF

6 TAF Minimize downtime! Go implement this TAF thing. Just turn it on, it is completely transparent!

7 TAF Minimize downtime! Go implement this TAF thing. Just turn it on, it is completely transparent! let me check the docs and get right back

8 TAF

9 use OCI driver TAF

10 TAF use OCI driver can do

11 TAF use OCI driver can do delay or overhead?

12 TAF use OCI driver can do delay or overhead? was expecting some cost

13 TAF use OCI driver can do delay or overhead? no DML! was expecting some cost

14 TAF use OCI driver can do delay or overhead? no DML! was expecting seriously? some cost

15 TAF use OCI driver can do delay or overhead? no DML! was expecting seriously? some cost yup, only SELECT will fail over...

16 expectation a clustered HA system should always be UP

17 the reality even with RAC implemented, there are still many (if not more) outages :(

18 limits a session can never move between nodes session creation (lb) decided on connection HA needs to be supported in Apps some of this stuff can be confusing

19 12c app continuity

20 Agenda introduction walkthrough load balancing connection pools srvctl app continuity

21 reasons to use RAC

22 reasons to use RAC

23 reasons to use RAC You probably don t need RAC!

24 reasons to use RAC

25 reasons to use RAC scalability & performance

26 reasons to use RAC scalability & performance high availability

27 reasons to use RAC scalability & performance high availability unplanned

28 reasons to use RAC scalability & performance high availability unplanned planned

29 RAC One node RAC without scaling across multiple nodes migration to full RAC online possible seamless crash failover

30 unplanned downtime

31 unplanned downtime hardware fault

32 unplanned downtime hardware fault servers come with redundant components disks power supplies fans components are getting better, too

33 unplanned downtime

34 unplanned downtime hardware fault

35 unplanned downtime hardware fault software crash or hang

36 unplanned downtime hardware fault software crash or hang DOS attacks / security issues

37 unplanned downtime hardware fault software crash or hang DOS attacks / security issues human error

38 planned downtime

39 planned downtime hardware upgrade (RAM, CPU,...)

40 planned downtime hardware upgrade (RAM, CPU,...) firmware upgrades

41 planned downtime hardware upgrade (RAM, CPU,...) firmware upgrades OS updates

42 planned downtime hardware upgrade (RAM, CPU,...) firmware upgrades OS updates Oracle Software patches

43 planned downtime hardware upgrade (RAM, CPU,...) firmware upgrades OS updates Oracle Software patches network re-patching

44 planned downtime hardware upgrade (RAM, CPU,...) firmware upgrades OS updates Oracle Software patches network re-patching SAN reconfiguration

45 downtime

46 failure types

47 failure types app not connected (only on demand)

48 failure types app not connected (only on demand) session open but idle/no tx

49 failure types app not connected (only on demand) session open but idle/no tx app needs to reconnect

50 failure types app not connected (only on demand) session open but idle/no tx app needs to reconnect tx in progress, SELECT only

51 failure types app not connected (only on demand) session open but idle/no tx app needs to reconnect tx in progress, SELECT only start over or display error

52 failure types app not connected (only on demand) session open but idle/no tx app needs to reconnect tx in progress, SELECT only start over or display error tx in progress, DML

53 failure types app not connected (only on demand) session open but idle/no tx app needs to reconnect tx in progress, SELECT only start over or display error tx in progress, DML rollback/replay/handle error

54 failure types app not connected (only on demand) session open but idle/no tx app needs to reconnect tx in progress, SELECT only start over or display error tx in progress, DML rollback/replay/handle error important: don t commit twice

55 failure types app not connected (only on demand) session open but idle/no tx app needs to reconnect tx in progress, SELECT only start over or display error tx in progress, DML rollback/replay/handle error important: don t commit twice (re)join of cluster node

56 failure types app not connected (only on demand) session open but idle/no tx app needs to reconnect tx in progress, SELECT only start over or display error tx in progress, DML rollback/replay/handle error important: don t commit twice (re)join of cluster node

57 maintenance rqmts

58 maintenance rqmts remove nodes from cluster without user interruption

59 maintenance rqmts remove nodes from cluster without user interruption don t break running sessions

60 maintenance rqmts remove nodes from cluster without user interruption don t break running sessions ok to kill idle sessions, let them reconnect

61 maintenance rqmts remove nodes from cluster without user interruption don t break running sessions ok to kill idle sessions, let them reconnect don t loose data/transactions/new orders

62 maintenance rqmts remove nodes from cluster without user interruption don t break running sessions ok to kill idle sessions, let them reconnect don t loose data/transactions/new orders stay up or available

63 load balancing

64 load balancing client side tnsnames.ora and/or SCAN

65 load balancing client side tnsnames.ora and/or SCAN server side on connection long goal: # of connections short goal: system load avg

66 load balancing client side tnsnames.ora and/or SCAN server side on connection long goal: # of connections short goal: system load avg runtime advisory events sent to conn. pools

67 SCAN RAC_OLTP = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = scan.db.portrix.net)(port = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = OLTP) )) oracle@rac1:~$ host scan.db.portrix.net scan.db.portrix.net has address scan.db.portrix.net has address scan.db.portrix.net has address

68 Services: OLTP batch

69 Services: OLTP: RAC1, RAC2 batch: RAC1 RAC1 RAC2

70 1 Services: OLTP: RAC1, RAC2 batch: RAC1 RAC1 RAC2

71 Services: 1 OLTP: RAC1, RAC2 batch: RAC1 RAC1 RAC2

72 Services: OLTP: RAC1, RAC2 batch: RAC1 1 RAC1 RAC2

73 2 Services: OLTP: RAC1, RAC2 batch: RAC1 1 RAC1 RAC2

74 Services: 2 OLTP: RAC1, RAC2 batch: RAC1 1 RAC1 RAC2

75 Services: OLTP: RAC1, RAC2 batch: RAC1 2 1 RAC1 RAC2

76 3 Services: OLTP: RAC1, RAC2 batch: RAC1 2 1 RAC1 RAC2

77 Services: 3 OLTP: RAC1, RAC2 batch: RAC1 2 1 RAC1 RAC2

78 Services: OLTP: RAC1, RAC2 batch: RAC RAC1 RAC2

79 Services: OLTP: RAC2 batch: RAC RAC1 RAC2

80 4 5 Services: OLTP: RAC2 batch: RAC RAC1 RAC2

81 Services: 4 5 OLTP: RAC2 batch: RAC RAC1 RAC2

82 Services: OLTP: RAC2 batch: RAC RAC1 RAC2

83 Services: OLTP: RAC2 batch: RAC RAC1 RAC2

84 Services: OLTP: RAC2 batch: RAC RAC1 RAC2

85 Services: OLTP: RAC2 batch: RAC RAC1 RAC2

86 5 4 3 RAC1 RAC2

87 Services: OLTP: RAC2 batch: RAC RAC1 RAC2

88 Services: OLTP: RAC1, RAC2 batch: RAC RAC1 RAC2

89 app requirements reconnect regularly handle connection failures set max_sessions to the right value

90 connection pools pool will open and hold connections app loans session for tx as needed when tx is done, app returns session pool can decide which connection to lend to app

91 connection pools save resources memory connection time reconnect help load balancing abstraction layer for errors

92 UCP and FAN

93 UCP and FAN Fast Connection Failover

94 UCP and FAN Fast Connection Failover crash

95 UCP and FAN Fast Connection Failover crash planned outage

96 UCP and FAN Fast Connection Failover crash planned outage (re)join

97 UCP and FAN Fast Connection Failover crash planned outage (re)join run-time load balancing

98 UCP and FAN Fast Connection Failover crash planned outage (re)join run-time load balancing session affinity

99 UCP and FAN Fast Connection Failover crash planned outage (re)join run-time load balancing session affinity transaction affinty

100 services A service is an entity to which users connect configured with connection settings on client registered through clusterware each service has: a list of preferred and available instances load-balancing goal TAF and other parameters 12c multitenant: each PDB has it s own service

101 services default service is always active on all nodes ORA-01033: ORACLE initialization or shutdown in progress seperation might improve performance helpful in other areas of administration resource management EM monitoring grouping

102 srvctl srvctl config service -d PTXRAC -s OLTP Service name: OLTP Service is enabled Server pool: PTXRAC_OLTP Cardinality: 2 Disconnect: false Service role: PRIMARY Management policy: AUTOMATIC DTP transaction: false AQ HA notifications: false Failover type: NONE Failover method: NONE TAF failover retries: 0 TAF failover delay: 0 Connection Load Balancing Goal: LONG Runtime Load Balancing Goal: SHORT TAF policy specification: NONE Edition: Preferred instances: PTXRAC1,PTXRAC2 Available instances:

103 verify service cfg lsnrctl status listener_scan1 LSNRCTL for Solaris: Version Production on 29-SEP :35:58 Copyright (c) 1991, 2010, Oracle. All rights reserved. Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1))) STATUS of the LISTENER Alias LISTENER_SCAN1 Version TNSLSNR for Solaris: Version Production Start Date 30-APR :09:28 Uptime 151 days 12 hr. 26 min. 30 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/11.2.0/grid/network/admin/listener.ora Listener Log File /u01/app/11.2.0/grid/log/diag/tnslsnr/sun1os/listener_scan1/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_SCAN1))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST= )(PORT=1521))) Services Summary... Service "BATCH.DB.PORTRIX.NET" has 1 instance(s). Instance "PTXRAC2", status READY, has 1 handler(s) for this service... Service "OLTP.DB.PORTRIX.NET" has 2 instance(s). Instance "PTXRAC1", status READY, has 1 handler(s) for this service... Instance "PTXRAC2", status READY, has 1 handler(s) for this service... Service "PTXRAC.DB.PORTRIX.NET has 2 instance(s). Instance "PTXRAC1", status READY, has 1 handler(s) for this service... Instance "PTXRAC2", status READY, has 1 handler(s) for this service... Service "PTXRACXDB.DB.PORTRIX.NET" has 2 instance(s). Instance "PTXRAC1", status READY, has 1 handler(s) for this service... Instance "PTXRAC2", status READY, has 1 handler(s) for this service... The command completed successfully

104 srvctl srvctl modify service Moves a service member from one instance to another. Additionally, this command changes which instances are to be the preferred and the available instances for a service. This command supports some online modifications to the service, such as: When there are available instances for the service, and the service configuration is modified so that a preferred or available instance is removed, the running state of the service may change unpredictably: The service is stopped and then removed on some instances according to the new service configuration. The service may be running on some instances that are being removed from the service configuration. These services will be relocated to the next free instance in the new service configuration. srvctl relocate service -d db_unique_name -s service_name {-c source_node -n target_node -i old_instance_name -t new_instance_name} [-f]

105 srvctl if service only up on one node: relocate up on muliple nodes: modify

106 shutdown srvctl stop instance -d db_unique_name {[-n node_name] [-i "instance_name_list"]} [-o stop_options] [-f] stops all services on the node (with -f ) better relocate service yourself!

107 shutdown srvctl stop instance -d db_unique_name {[-n node_name] [-i "instance_name_list"]} -o transactional refuses new connections disconnects sessions after commit/rollback

108 steps (again) relocate services away (relocate/modify) wait until sessions are done with work shutdown (transactional) perform maintenance restart services relocate services back

109 rolling upgrades available in a lot of patches two RDBMS versions running simultaneously built-in support in OPatch

110 rolling upgrades tmp]$ opatch query -is_rolling_patch Invoking OPatch Oracle Interim Patch Installer version Copyright (c) 2009, Oracle Corporation. All rights reserved. Oracle Home : /u01/app/oracle/product/11.2.0/db_1 Central Inventory : /u01/app/orainventory from : /etc/orainst.loc OPatch version : OUI version : OUI location : /u01/app/oracle/product/11.2.0/db_1/oui Log file location : /u01/app/oracle/product/11.2.0/db_1/cfgtoollogs/opatch/ opatch _ am.log Patch history file: /u01/app/oracle/11.2.0/db_1/cfgtoollogs/opatch/ opatch_history.txt Patch is a rolling patch: true

111 12c app continuity 2 part system transaction guard reliably determine the state of commits app continuity (replay driver) driver records and caches requests and validation information reconnects and verifies commit state replays and validates requests

112 activate app continuity driver needs replay boundaries UCP and WebLogic add these automatically beginrequest/endrequest for 3rd party apps jdbc-thin only mutable calls (seq.nextval, sysdate) does not work with default service consider memory&cpu overhead

113 review TAF Load-Balancing services UCP FAN and FCF App Continuity

114 summary set up at least one extra service possibly more make sure application reconnects regularly use UCP if possible try and use this make it part of app rqrmts patch regularly

115 und weiter? RAC SIG Wahlen laufen gerade! RAC SIG -

116 DOAG 2013 unconference: DEMO 12c RAC auf laptop, UCP und app continuity mit java app

117 Danke RAC Attack RAC SIG - b.rost@portrix.net

Oracle Database 11g: RAC Administration Release 2

Oracle Database 11g: RAC Administration Release 2 Oracle University Contact Us: 01-800-919-3027 & 01-800-913-0322 Oracle Database 11g: RAC Administration Release 2 Duration: 4 Days What you will learn This Oracle Database 11g: RAC Administration Release

More information

Oracle Real Application Clusters Load Balancing and Failover Options. An IT Convergence presentation by Dan Norris

Oracle Real Application Clusters Load Balancing and Failover Options. An IT Convergence presentation by Dan Norris Oracle Real Application Clusters Load Balancing and Failover Options An IT Convergence presentation by Dan Norris Agenda Brief RAC and Grid Concepts Review Services & Workload Management in 10g RAC Fast

More information

About the Author About the Technical Contributors About the Technical Reviewers Acknowledgments. How to Use This Book

About the Author About the Technical Contributors About the Technical Reviewers Acknowledgments. How to Use This Book About the Author p. xv About the Technical Contributors p. xvi About the Technical Reviewers p. xvi Acknowledgments p. xix Preface p. xxiii About This Book p. xxiii How to Use This Book p. xxiv Appendices

More information

Using DataDirect Connect for JDBC with Oracle Real Application Clusters (RAC)

Using DataDirect Connect for JDBC with Oracle Real Application Clusters (RAC) Using DataDirect Connect for JDBC with Oracle Real Application Clusters (RAC) Introduction In today's e-business on-demand environment, more companies are turning to a Grid computing infrastructure for

More information

An Oracle White Paper November 2010. Oracle Real Application Clusters (RAC) 11g Release 2

An Oracle White Paper November 2010. Oracle Real Application Clusters (RAC) 11g Release 2 An Oracle White Paper November 2010 Oracle Real Application Clusters (RAC) 11g Release 2 Introduction... 1 What is Oracle Real Application Clusters?... 2 Oracle Real Application Clusters Architecture...

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 Duration: 5 Days What you will learn This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about

More information

Advanced Oracle DBA Course Details

Advanced Oracle DBA Course Details Advanced Oracle DBA Course Details By Besant Technologies Course Name Category Venue Advanced Oracle DBA (RAC, ASM, Data guard) Database Administration Besant Technologies No.24, Nagendra Nagar, Velachery

More information

High Availability Implementation for JD Edwards EnterpriseOne

High Availability Implementation for JD Edwards EnterpriseOne High Availability Implementation for JD Edwards EnterpriseOne Ken Yeh, Manager, ERP Systems/JDE Enersource Colin Dawes, Director of Technology Services, Syntax Presentation Abstract Enersource Corporation

More information

Seamless Application Failover with Oracle Data Guard

Seamless Application Failover with Oracle Data Guard 1 Seamless Application Failover with Oracle Data Guard Ashish Ray Senior Director of Product Management Database High Availability Mike Smith Principal Member of Technical Staff Maximum

More information

Using Oracle Real Application Clusters (RAC)

Using Oracle Real Application Clusters (RAC) Using Oracle Real Application Clusters (RAC) DataDirect Connect for ODBC Introduction In today's e-business on-demand environment, more companies are turning to a Grid computing infrastructure for distributed

More information

Code:1Z0-599. Titre: Oracle WebLogic. Version: Demo. Server 12c Essentials. http://www.it-exams.fr/

Code:1Z0-599. Titre: Oracle WebLogic. Version: Demo. Server 12c Essentials. http://www.it-exams.fr/ Code:1Z0-599 Titre: Oracle WebLogic Server 12c Essentials Version: Demo http://www.it-exams.fr/ QUESTION NO: 1 You deploy more than one application to the same WebLogic container. The security is set on

More information

Oracle Database Solutions on VMware High Availability. Business Continuance of SAP Solutions on Vmware vsphere

Oracle Database Solutions on VMware High Availability. Business Continuance of SAP Solutions on Vmware vsphere Business Continuance of SAP Solutions on Vmware vsphere This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed

More information

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always

More information

An Oracle White Paper June 2013. Oracle Real Application Clusters (RAC)

An Oracle White Paper June 2013. Oracle Real Application Clusters (RAC) An Oracle White Paper June 2013 Oracle Real Application Clusters (RAC) Executive Overview... 1 Oracle Real Application Clusters Overview... 2 Business Continuity and High Availability... 5 Scalability

More information

Oracle WebLogic Server and Highly Available Oracle Databases. An Oracle White Paper August 2015. Integrated Maximum Availability Solutions

Oracle WebLogic Server and Highly Available Oracle Databases. An Oracle White Paper August 2015. Integrated Maximum Availability Solutions An Oracle White Paper August 2015 Oracle WebLogic Server and Highly Available Oracle Databases: Oracle Integrated Maximum Availability Solutions Executive Overview... 3 Introduction... 6 Oracle WebLogic

More information

An Oracle White Paper January 2013. A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c

An Oracle White Paper January 2013. A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c An Oracle White Paper January 2013 A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c TABLE OF CONTENTS Introduction 2 ASM Overview 2 Total Storage Management

More information

Oracle Net Services - Best Practices for Database Performance and Scalability

Oracle Net Services - Best Practices for Database Performance and Scalability Oracle Net Services - Best Practices for Database Performance and Scalability Keywords: Kuassi Mensah Oracle Corporation USA Net Manager, NetCA, Net Listener, IPv6, TCP, TNS, LDAP, Logon Storm. Introduction

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

Oracle Databases on VMware High Availability

Oracle Databases on VMware High Availability This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware

More information

KillTest. http://www.killtest.cn 半 年 免 费 更 新 服 务

KillTest. http://www.killtest.cn 半 年 免 费 更 新 服 务 KillTest 质 量 更 高 服 务 更 好 学 习 资 料 http://www.killtest.cn 半 年 免 费 更 新 服 务 Exam : 1Z0-599 Title : Oracle WebLogic Server 12c Essentials Version : Demo 1 / 10 1.You deploy more than one application to the

More information

An Oracle White Paper June 2013. Oracle Real Application Clusters One Node

An Oracle White Paper June 2013. Oracle Real Application Clusters One Node An Oracle White Paper June 2013 Oracle Real Application Clusters One Node Executive Overview... 1 Oracle RAC One Node 12c Overview... 2 Best In-Class Oracle Database Availability... 5 Better Oracle Database

More information

High Availability Essentials

High Availability Essentials High Availability Essentials Introduction Ascent Capture s High Availability Support feature consists of a number of independent components that, when deployed in a highly available computer system, result

More information

The Power of FAN. UKOUG 1 December 2008 Bernhard De Cock Buning

The Power of FAN. UKOUG 1 December 2008 Bernhard De Cock Buning The Power of FAN UKOUG 1 December 2008 Bernhard De Cock Buning Who Am I? Bernhard de Cock Buning Since 3 years an Independent Consultant/Grid-it. Living in the Netherlands. Special interest area: HA/RAC/ASM/CRS/MAA

More information

Getting Dedicated with Shared Servers, and how not to.

Getting Dedicated with Shared Servers, and how not to. Getting Dediced with Shared Servers, and how not to. Author: Jed Walker is the Manager of Dabase Development and Operions for the Comcast Media Center in Centennial Colorado. He has been working with Oracle

More information

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

More information

ORACLE DATABASE 10G ENTERPRISE EDITION

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

More information

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS

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

More information

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

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

More information

High Availability Infrastructure of Database Cloud: Architecture, Best Practices. Kai Yu Oracle Solutions Engineering, Dell Inc.

High Availability Infrastructure of Database Cloud: Architecture, Best Practices. Kai Yu Oracle Solutions Engineering, Dell Inc. High Availability Infrastructure of Database Cloud: Architecture, Best Practices Kai Yu Oracle Solutions Engineering, Dell Inc. About Me Kai Yu, Senior Architect, Dell Oracle Solutions Lab 17 years Oracle

More information

Services for a DBA May Your Workloads RIP (Run In Peace)

Services for a DBA May Your Workloads RIP (Run In Peace) Services for a DBA May Your Workloads RIP (Run In Peace) David Austin Manager Technical Writing for RAC and Grid Oracle USA, Inc. david.austin@oracle.com What, When, Why, Where, How? Connection load balancing

More information

Key Factors For a Successful ODA Deployment

Key Factors For a Successful ODA Deployment Key Factors For a Successful ODA Deployment Caleb Small Caleb@Caleb.com The Goal To Provide blueprint for successful deployment of ODA devices in a common industry configuration Background Primary database

More information

IBM PureData System for Transactions. Technical Deep Dive. Jonathan Rossi, PureSystems Specialist rossij@us.ibm.com

IBM PureData System for Transactions. Technical Deep Dive. Jonathan Rossi, PureSystems Specialist rossij@us.ibm.com IBM expert integrated system Technical Deep Dive Maria N. Schwenger, PureSystems Specialist schwenge@us.ibm.com Jonathan Rossi, PureSystems Specialist rossij@us.ibm.com IBM PureData System for Transactions

More information

Techniques for implementing & running robust and reliable DB-centric Grid Applications

Techniques for implementing & running robust and reliable DB-centric Grid Applications Techniques for implementing & running robust and reliable DB-centric Grid Applications International Symposium on Grid Computing 2008 11 April 2008 Miguel Anjo, CERN - Physics Databases Outline Robust

More information

Introduction to Database as a Service

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

More information

Oracle Networking and High Availability Options (with Linux on System z) & Red Hat/SUSE Oracle Update

Oracle Networking and High Availability Options (with Linux on System z) & Red Hat/SUSE Oracle Update Oracle Networking and High Availability Options (with Linux on System z) & Red Hat/SUSE Oracle Update Speaker Names: David Simpson & Kathryn Arrell Speakers Company: IBM Date of Presentation: Wednesday,

More information

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

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Oracle and Visual Studio 2013: What's New and Best Practices Alex Keh Senior Principal Product Manager, Oracle Program Agenda Introduction to ODAC New Features Schema Compare ODP.NET, Managed Driver

More information

s@lm@n Oracle Exam 1z0-599 Oracle WebLogic Server 12c Essentials Version: 6.4 [ Total Questions: 91 ]

s@lm@n Oracle Exam 1z0-599 Oracle WebLogic Server 12c Essentials Version: 6.4 [ Total Questions: 91 ] s@lm@n Oracle Exam 1z0-599 Oracle WebLogic Server 12c Essentials Version: 6.4 [ Total Questions: 91 ] Question No : 1 How can you configure High Availability for interacting with a non-oracle database

More information

Rob Zoeteweij CUSTOMER CASE CONFIGURATION MANAGEMENT PROVISIONING & AUTOMATED PATCHING

Rob Zoeteweij CUSTOMER CASE CONFIGURATION MANAGEMENT PROVISIONING & AUTOMATED PATCHING Rob Zoeteweij CUSTOMER CASE CONFIGURATION MANAGEMENT PROVISIONING & AUTOMATED PATCHING Agenda Case introduction Configuration Management Provisioning & Automated Patching Finally Q & A Case introduction

More information

Instant-On Enterprise

Instant-On Enterprise Instant-On Enterprise Winning with NonStop SQL 2011Hewlett-Packard Dev elopment Company,, L.P. The inf ormation contained herein is subject to change without notice LIBERATE Your infrastructure with HP

More information

be architected pool of servers reliability and

be architected pool of servers reliability and TECHNICAL WHITE PAPER GRIDSCALE DATABASE VIRTUALIZATION SOFTWARE FOR MICROSOFT SQL SERVER Typical enterprise applications are heavily reliant on the availability of data. Standard architectures of enterprise

More information

<Insert Picture Here> WebLogic High Availability Infrastructure WebLogic Server 11gR1 Labs

<Insert Picture Here> WebLogic High Availability Infrastructure WebLogic Server 11gR1 Labs WebLogic High Availability Infrastructure WebLogic Server 11gR1 Labs WLS High Availability Data Failure Human Error Backup & Recovery Site Disaster WAN Clusters Disaster Recovery

More information

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

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

More information

CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level. -ORACLE TIMESTEN 11gR1

CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level. -ORACLE TIMESTEN 11gR1 CASE STUDY: Oracle TimesTen In-Memory Database and Shared Disk HA Implementation at Instance level -ORACLE TIMESTEN 11gR1 CASE STUDY Oracle TimesTen In-Memory Database and Shared Disk HA Implementation

More information

WebLogic on Oracle Database Appliance: Combining High Availability and Simplicity

WebLogic on Oracle Database Appliance: Combining High Availability and Simplicity WebLogic on Oracle Database Appliance: Combining High Availability and Simplicity Frances Zhao-Perez Alexandra Huff Oracle CAF Product Management Simon Haslam Technical Director O-box Safe Harbor Statement

More information

Module 14: Scalability and High Availability

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

More information

Exploring Oracle E-Business Suite Load Balancing Options. Venkat Perumal IT Convergence

Exploring Oracle E-Business Suite Load Balancing Options. Venkat Perumal IT Convergence Exploring Oracle E-Business Suite Load Balancing Options Venkat Perumal IT Convergence Objectives Overview of 11i load balancing techniques Load balancing architecture Scenarios to implement Load Balancing

More information

Why and How You Should Be Using Policy-Managed RAC Databases

Why and How You Should Be Using Policy-Managed RAC Databases Why and How You Should Be Using Policy-Managed RAC Databases Mark V. Scardina Director of Product Management Oracle Quality of Service Management 1 Copyright 2012, Oracle and/or its affiliates. All rights

More information

Blackboard Learn TM, Release 9 Technology Architecture. John Fontaine

Blackboard Learn TM, Release 9 Technology Architecture. John Fontaine Blackboard Learn TM, Release 9 Technology Architecture John Fontaine Overview Background Blackboard Learn Deployment Model and Architecture Setup and Installation Common Administrative Tasks Tuning Integrating

More information

First of all, I would like to talk about the experiences we have made with several proof- of- concepts when comparing different Oracle platform

First of all, I would like to talk about the experiences we have made with several proof- of- concepts when comparing different Oracle platform 1 First of all, I would like to talk about the experiences we have made with several proof- of- concepts when comparing different Oracle platform architectures like the Exadata versus conventional platforms.

More information

Oracle Database 12c - Global Data Services

Oracle Database 12c - Global Data Services An Oracle White Paper June 2013 Oracle Database 12c - Global Data s Load Balancing and Failover for Replicated Databases Executive Overview... 2 Introduction... 3 Concept of Global... 4 Key Capabilities

More information

Oracle 11g New Features - OCP Upgrade Exam

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

More information

Load Balancing and Clustering in EPiServer

Load Balancing and Clustering in EPiServer Load Balancing and Clustering in EPiServer Abstract This white paper describes the main differences between load balancing and clustering, and details EPiServer's possibilities of existing in a clustered

More information

Inge Os Sales Consulting Manager Oracle Norway

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

More information

Highly Available NFS over Oracle ASM Cluster File System (ACFS)

Highly Available NFS over Oracle ASM Cluster File System (ACFS) An Oracle White Paper May 2013 Highly Available NFS over Oracle ASM Cluster File System (ACFS) Introduction High Availability NFS (HANFS) provides uninterrupted service of NFS V2/V3 exported paths by exposing

More information

Oracle Database 10g: RAC for Administrators

Oracle Database 10g: RAC for Administrators Oracle Database 10g: RAC for Administrators Volume I Student Guide D17276GC20 Edition 2.0 August 2006 D46925 Author Jean-Francois Verrier Jim Womack Technical Contributors and Reviewers Christopher Andrews

More information

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation Overview of I/O Performance and RAID in an RDBMS Environment By: Edward Whalen Performance Tuning Corporation Abstract This paper covers the fundamentals of I/O topics and an overview of RAID levels commonly

More information

High Availability Solutions for the MariaDB and MySQL Database

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

More information

Oracle Database 10g: Backup and Recovery 1-2

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

More information

Oracle Database Public Cloud Services

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

More information

Oracle Security Auditing

Oracle Security Auditing Introduction - Commercial Slide. RISK 2008, Oslo, Norway, April 23 rd 2008 Oracle Security Auditing By Pete Finnigan Written Friday, 25th January 2008 Founded February 2003 CEO Pete Finnigan Clients UK,

More information

Oracle Security Auditing

Oracle Security Auditing RISK 2008, Oslo, Norway, April 23 rd 2008 Oracle Security Auditing By Pete Finnigan Written Friday, 25th January 2008 1 Introduction - Commercial Slide. Founded February 2003 CEO Pete Finnigan Clients

More information

An Oracle White Paper June 2013. Oracle Single Client Access Name (SCAN)

An Oracle White Paper June 2013. Oracle Single Client Access Name (SCAN) An Oracle White Paper June 2013 Oracle Single Client Access Name (SCAN) Introduction... 1 Network Requirements for Using SCAN... 2 Option 1 Use the Corporate DNS... 2 Option 2 Use the Oracle Grid Naming

More information

MySQL Cluster 7.0 - New Features. Johan Andersson MySQL Cluster Consulting johan.andersson@sun.com

MySQL Cluster 7.0 - New Features. Johan Andersson MySQL Cluster Consulting johan.andersson@sun.com MySQL Cluster 7.0 - New Features Johan Andersson MySQL Cluster Consulting johan.andersson@sun.com Mat Keep MySQL Cluster Product Management matthew.keep@sun.com Copyright 2009 MySQL Sun Microsystems. The

More information

Building Active/Passive Clusters with Oracle Fusion Middleware 11g

Building Active/Passive Clusters with Oracle Fusion Middleware 11g Building Active/Passive Clusters with Oracle Fusion Middleware 11g Simon Haslam Veriton Limited 1 (2.1h) Simon Haslam / Veriton Specialised consultant & Oracle Partner, established for 14 years Demanding

More information

Jive and High-Availability

Jive and High-Availability Jive and High-Availability TOC 2 Contents Jive and High-Availability... 3 Supported High-Availability Jive Configurations...3 Designing a Single Data Center HA Configuration... 3 Designing a Multiple Data

More information

Overview: X5 Generation Database Machines

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

More information

OBIEE 11g Scaleout & Clustering

OBIEE 11g Scaleout & Clustering OBIEE 11g Scaleout & Clustering Borkur Steingrimsson, Rittman Mead Consulting Collaborate, Orlando, April 2011 Agenda Review OBIEE Architecture Installation Scenarios : Desktop, Departmental, Enterprise

More information

Implementing Oracle Grid: A Successful Customer Case Study

Implementing Oracle Grid: A Successful Customer Case Study Implementing Oracle Grid: A Successful Customer Case Study By Kai Yu, Dan Brint and Aaron Burns T he Oracle grid consolidates the physical servers, storage and network infrastructure as resources to form

More information

F5 and Oracle Database Solution Guide. Solutions to optimize the network for database operations, replication, scalability, and security

F5 and Oracle Database Solution Guide. Solutions to optimize the network for database operations, replication, scalability, and security F5 and Oracle Database Solution Guide Solutions to optimize the network for database operations, replication, scalability, and security Features >> Improved operations and agility >> Global scaling Use

More information

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES By: Edward Whalen Performance Tuning Corporation INTRODUCTION There are a number of clustering products available on the market today, and clustering has become

More information

Oracle Failover Database Cluster with Grid Infrastructure 12c Release 1

Oracle Failover Database Cluster with Grid Infrastructure 12c Release 1 Oracle Failover Database Cluster with Grid Infrastructure 12c Release 1 Robert Bialek, MU-IMS Principal Consultant BASEL BERN BRUGG LAUSANNE ZUERICH DUESSELDORF FRANKFURT A.M. FREIBURG I.BR. HAMBURG MUNICH

More information

MyISAM Default Storage Engine before MySQL 5.5 Table level locking Small footprint on disk Read Only during backups GIS and FTS indexing Copyright 2014, Oracle and/or its affiliates. All rights reserved.

More information

Load Balancing and Clustering in EPiDesk

Load Balancing and Clustering in EPiDesk Load Balancing and Clustering in EPiDesk Product version: 2.04 Document version: 1.0 Document creation date: 30-10-2007 Purpose This document describes the main differences between load balancing and clustering

More information

Oracle Database In-Memory The Next Big Thing

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

More information

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5

VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 Performance Study VirtualCenter Database Performance for Microsoft SQL Server 2005 VirtualCenter 2.5 VMware VirtualCenter uses a database to store metadata on the state of a VMware Infrastructure environment.

More information

Peter Ruissen Marju Jalloh

Peter Ruissen Marju Jalloh Peter Ruissen Marju Jalloh Agenda concepts >> To research the possibilities for High Availability (HA) failover mechanisms using the XEN virtualization technology and the requirements necessary for implementation

More information

LinuxWorld Conference & Expo Server Farms and XML Web Services

LinuxWorld Conference & Expo Server Farms and XML Web Services LinuxWorld Conference & Expo Server Farms and XML Web Services Jorgen Thelin, CapeConnect Chief Architect PJ Murray, Product Manager Cape Clear Software Objectives What aspects must a developer be aware

More information

FioranoMQ 9. High Availability Guide

FioranoMQ 9. High Availability Guide FioranoMQ 9 High Availability Guide Copyright (c) 1999-2008, Fiorano Software Technologies Pvt. Ltd., Copyright (c) 2008-2009, Fiorano Software Pty. Ltd. All rights reserved. This software is the confidential

More information

COMPARISON OF VMware VSHPERE HA/FT vs stratus

COMPARISON OF VMware VSHPERE HA/FT vs stratus COMPARISON OF VMware VSHPERE HA/FT vs stratus ftserver SYSTEMS White Paper 2 Ensuring Availability of Virtualized Business-Critical Applications in an Always-On World Introduction Virtualization has become

More information

Building Highly Available Database Servers Using Oracle Real Application Clusters. An Oracle White Paper May, 2002

Building Highly Available Database Servers Using Oracle Real Application Clusters. An Oracle White Paper May, 2002 Building Highly Available Database Servers Using Oracle Real Application Clusters An Oracle White Paper May, 2002 Building Highly Available Database Servers Using Oracle Real Application Clusters EXECUTIVE

More information

Ecomm Enterprise High Availability Solution. Ecomm Enterprise High Availability Solution (EEHAS) www.ecommtech.co.za Page 1 of 7

Ecomm Enterprise High Availability Solution. Ecomm Enterprise High Availability Solution (EEHAS) www.ecommtech.co.za Page 1 of 7 Ecomm Enterprise High Availability Solution Ecomm Enterprise High Availability Solution (EEHAS) www.ecommtech.co.za Page 1 of 7 Ecomm Enterprise High Availability Solution Table of Contents 1. INTRODUCTION...

More information

How to resolve Root Certificate Expiry Issue for Enterprise Manager - Database Control (10.2.0.4)

How to resolve Root Certificate Expiry Issue for Enterprise Manager - Database Control (10.2.0.4) PURPOSE 14 th June, 2011 This paper demonstrates how to resolve the Oracle Enterprise Manager Database Control configuration errors in Oracle Database versions 10.2.0.4 or 10.2.0.5, arising due to the

More information

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers

EMC VPLEX FAMILY. Continuous Availability and data Mobility Within and Across Data Centers EMC VPLEX FAMILY Continuous Availability and data Mobility Within and Across Data Centers DELIVERING CONTINUOUS AVAILABILITY AND DATA MOBILITY FOR MISSION CRITICAL APPLICATIONS Storage infrastructure is

More information

Oracle Net Services for Oracle10g. An Oracle White Paper May 2005

Oracle Net Services for Oracle10g. An Oracle White Paper May 2005 Oracle Net Services for Oracle10g An Oracle White Paper May 2005 Oracle Net Services INTRODUCTION Oracle Database 10g is the first database designed for enterprise grid computing, the most flexible and

More information

Comparing TCO for Mission Critical Linux and NonStop

Comparing TCO for Mission Critical Linux and NonStop Comparing TCO for Mission Critical Linux and NonStop Iain Liston-Brown EMEA NonStop PreSales BITUG, 2nd December 2014 1 Agenda What do we mean by Mission Critical? Mission Critical Infrastructure principles

More information

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software

Best Practices for Monitoring Databases on VMware. Dean Richards Senior DBA, Confio Software Best Practices for Monitoring Databases on VMware Dean Richards Senior DBA, Confio Software 1 Who Am I? 20+ Years in Oracle & SQL Server DBA and Developer Worked for Oracle Consulting Specialize in Performance

More information

Linux as a Data Integration Platform

Linux as a Data Integration Platform Linux as a Data Integration Platform Click to edit Master subtitle style Evan Bauer, VP Technology Architecture DealerTrack, Inc. Background DealerTrack (NASDAQ:TRAK) is the leading software-as-a-service

More information

Oracle Communications WebRTC Session Controller: Basic Admin. Student Guide

Oracle Communications WebRTC Session Controller: Basic Admin. Student Guide Oracle Communications WebRTC Session Controller: Basic Admin Student Guide Edition 1.0 April 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

Veritas Cluster Server from Symantec

Veritas Cluster Server from Symantec Delivers high availability and disaster recovery for your critical applications Data Sheet: High Availability Overview protects your most important applications from planned and unplanned downtime. Cluster

More information

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

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

More information

Deployment patterns for Fusion Middleware. a best practice session by Simon Haslam & Jacco H. Landlust

Deployment patterns for Fusion Middleware. a best practice session by Simon Haslam & Jacco H. Landlust Deployment patterns for Fusion Middleware a best practice session by Simon Haslam & Jacco H. Landlust 1 `id jacco` Oracle Since 2000, Linux since 2001 Independent Red Stack Administrator Oracle ACE since

More information

Geospatial Server Performance Colin Bertram UK User Group Meeting 23-Sep-2014

Geospatial Server Performance Colin Bertram UK User Group Meeting 23-Sep-2014 Geospatial Server Performance Colin Bertram UK User Group Meeting 23-Sep-2014 Topics Auditing a Geospatial Server Solution Web Server Strategies and Configuration Database Server Strategy and Configuration

More information

What s New in 12c High Availability. Aman Sharma

What s New in 12c High Availability. Aman Sharma What s New in 12c High Availability Aman Sharma @amansharma81 http://blog.aristadba.com Who Am I? Aman Sharma About 12+ years using Oracle Database Oracle ACE Frequent Contributor to OTN Database forum(aman.)

More information

An Oracle White Paper June 2013. Enterprise Manager Cloud Control 12c Disaster Recovery with Storage Replication

An Oracle White Paper June 2013. Enterprise Manager Cloud Control 12c Disaster Recovery with Storage Replication An Oracle White Paper June 2013 Enterprise Manager Cloud Control 12c Disaster Recovery with Storage Replication Introduction... 1 Cloud Control Architecture Overview... 2 Cloud Control High Availability...

More information

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware

More information

TIBCO ActiveMatrix BusinessWorks SmartMapper Plug-in Release Notes

TIBCO ActiveMatrix BusinessWorks SmartMapper Plug-in Release Notes TIBCO ActiveMatrix BusinessWorks SmartMapper Plug-in Release Notes Software Release 6.0.0 November 2013 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.

More information

SAP NetWeaver High Availability and Business Continuity in Virtual Environments with VMware and Hyper-V on Microsoft Windows

SAP NetWeaver High Availability and Business Continuity in Virtual Environments with VMware and Hyper-V on Microsoft Windows SAP NetWeaver High Availability and Business Continuity in Virtual Environments with VMware and Hyper-V on Microsoft Windows Applies to: SAP NetWeaver 7.00 and higher releases. Summary Introduction: SAP

More information

Einsatzfelder von IBM PureData Systems und Ihre Vorteile.

Einsatzfelder von IBM PureData Systems und Ihre Vorteile. Einsatzfelder von IBM PureData Systems und Ihre Vorteile demirkaya@de.ibm.com Agenda Information technology challenges PureSystems and PureData introduction PureData for Transactions PureData for Analytics

More information

Risk-Free Administration for Expert Database Administrators

Risk-Free Administration for Expert Database Administrators Risk-Free Administration for Expert Database Administrators Kurt Engeleiter, Oracle Jason Lentz, Cerner Bart Gaddis, Cerner Safe Harbor Statement The following is intended to outline our general product

More information

Achieving Oracle Database Scalability using SharePlex

Achieving Oracle Database Scalability using SharePlex Achieving Oracle Database Scalability using SharePlex Complement or replace RAC with enterprise-class database replication technology. Written by Sujith Kumar, Chief Technologist, Dell Software Introduction

More information