11gR2 Oracle Real Application Clusters / Grid Infrastructure N.F.

Size: px
Start display at page:

Download "11gR2 Oracle Real Application Clusters / Grid Infrastructure N.F."

Transcription

1 11gR2 Oracle Real Application Clusters / Grid Infrastructure N.F. René Kundersma (rene.kundersma@oracle.com) Database Technical Architect Oracle Technology Services

2 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, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. About me René Kundersma, Software Ingenieur 1998: Sun Microsystems 2001: Qualogy Consultancy 2006: Oracle Technology Services (Oracle Consulting), The Netherlands Oracle Certified Master 9i/10g, Certified Expert RAC/Linux Currently working on first Dutch Database Machine implementation (v1 & v2) Working with 11gR2 RAC since September 2007

3 New Features / Agenda Answer most common questions about Oracle Clusterware and Oracle RAC Upgrading to Oracle RAC 11g Release 2 New De-Install Utility Managing Your Oracle RAC 11g Release 2 database SCAN Multiple Public Networks Managing OCR and Voting Disks with ASM (ASMCF) Grid Plug and Play RAC One Node <Insert Picture Here> <Insert Picture Here> Upgrading to Oracle RAC 11g Release 2

4 Upgrading to Oracle Database 11g Release 2 Oracle Clusterware and Oracle Automatic Storage Management are a single binary distribution called grid infrastructure Out of Place Upgrade (home is owned by ROOT) Recommended to be on local file system Upgrade Oracle Clusterware and Automatic Storage Management to at the same time ASM 11.1 only is rolling upgradeable Introducing Grid Infrastructure Software provided by Oracle that is outside the database I.E. infrastructure software: volume management, file system management, cluster software Software generally managed by the System Administrator (even if it comes from Oracle!) Only one copy runs on a server May have extra copy during out-of-place upgrade Grid Infrastructure for a Cluster Includes Oracle Clusterware, ASM Grid Infrastructure for a Standalone Server Includes Oracle Restart, ASM Need SCAN for upgrade

5 Mixed Database Versions in an 11.2 Cluster Oracle Database 10g and Oracle Database 11g are supported with Oracle Clusterware 11g Release 2 You must upgrade Oracle Clusterware and Automatic Storage Management to at the same time Apply DBCA patch Bug Pin the nodes crsctl pin css -n nodename Where did OPROCD go? OPROCD, OCLSOMON, OCLSVMON no longer exist with Oracle Clusterware 11g Release 2 Hangcheck timer is not required on Linux Code has been rewritten and functionality is handled by Oracle Clusterware Agents.

6 Oracle Clusterware Startup Sequence <Insert Picture Here> Managing Your Oracle RAC 11g Release 2 Database

7 Two Management Styles for Oracle RAC Administrator Managed Specifically define where the database should run with a list of servers Define where services should run within the database Policy Managed Define resource requirements of workload Enough instances are started to support workload requirements Goal: To remove hard coding of a service to a specific instance or node Server Pool Logical division of the cluster into pools of servers Managed by crsctl (applications), srvctl (Oracle) Defined by 3 attributes (min, max, importance) or a defined list of nodes Min- minimum number of servers (default 0) Max maximum number of servers (default 0 or -1) Importance 0 (least important) to 1000 srvctl modify serverpool g <name> u <max>

8 Server Pool Example Instance View public network VIP1 VIP2 Scan_LSNR Scan_LSNR Listener Listener VIP3 GNS Listener VIP4 Scan_LSNR Listener instance 1 ASM Oracle Clusterware Operating System cluster interconnect instance 2 ASM Oracle Clusterware Operating System instance 1 ASM Oracle Clusterware Operating System instance 2 ASM Oracle Clusterware Operating System backoffice Min 1 Max 2Imp 3 shared storage frontoffice Min 1 Max 2 Imp 4 Managed by ASM Redo / Archive logs all instances Database / Control files OCR and Voting Disks Cluster Managed Services with Server Pools One to one mapping IE a service can only run in one server pool Services are uniform (run on all instances in the pool) or singleton (runs on only one instance in the pool)

9 Server Assignment for policy based management Servers are assigned in the following order: 1. Generic server pool 2. User assigned server pool 3. Free Oracle Clusterware uses importance of server pool to determine order 1. Fill all server pools in order of importance until they meet their minimum 2. Fill all server pools in order of importance until they meet their maximum 3. By Default any left over go into FREE Server Assignment Cluster Management via Server Pools Back Office Front Office LOB Free Min 1 Max 3 Imp 3 Min 2 Max 3 Imp 4 Min 0 Max 2 Imp 2

10 Server Assignment Cluster Management via Server Pools Front Office LOB Min 2 Max 3 Imp 4 Min 0 Max 2 Imp 2 Back Office Min 1 Max 3 Imp 3 Free Server Assignment Cluster Management via Server Pools Back Office Front Office LOB Min 1 Max 3 Imp 3 Min 2 Max 3 Imp 4 Min 0 Max 2 Imp 2 Free

11 Cluster Reconfiguration If a server leaves the cluster Oracle Clusterware may move servers from one server pool to another only if a server pool falls below its min. It chooses the server to move from A server pool that is less important A server from a server pool of the same importance which has more servers than its min Oracle Clusterware will only move servers if you have non-default values for min, importance GENERIC Server Pool Used to model databases that are Administrator Managed. i.e. The OLD WAY! Parent of all server pools for Administrator Managed databases Always exists but may be of size 0 Used for upgrade from 10g or 11g Release 1 Managed by srvctl managing the database Servers in Generic are named (hosting member in cluster resource)

12 Administrator Managed and Policy Managed Cluster Management via Server Pools GENERIC Back Office 11g R1 Front Office 10g R2 LOB 11g R2 Min 0 Max 2 Imp 2 Notes for Policy-Managed Databases SIDs are DYNAMIC DBA scripts may have to be adjusted Environment variables settings in profiles will have to check the current sid Directories for LOG files will change over restarts Pin Nodes Forces Oracle Clusterware to maintain the same Node number when restarted (which maintains SID) Automatically done on upgrades Required when running pre-11g Release 2 versions in the cluster On upgrade, the nodes will be pinned crsctl pin css -n nodename

13 <Insert Picture Here> SCAN Single Client Access Name (SCAN) SCAN Back Office Front Office LOB Free Used by clients to connect to any database in the cluster Removes the requirement to change the client connection if cluster changes Load balances across the instances providing a service Provides failover between moved instances 2009 Oracle Corporation Proprietary and Confidential

14 Network Requirements for SCAN Two options: 1. Define the SCAN in your corporate DNS (Domain Name Service) sales1-scan.example.com IN A IN A IN A Use the Grid Naming Service (GNS) and the SCAN will be created during cluster configuration Single Client Access Name (SCAN) Allows clients to use EZConnect or simple JDBC connections Each cluster will have 3 scan listeners, each having a scanvip defined as cluster resources on network 1 A SCAN VIP/LISTENER will failover to another node in cluster Instance registers with local listener on its node Database remote_listener registers instances with all SCAN listeners sqlplus system/manager@sales1-scan:1521/oltp jdbc:oracle:thin:@sales1-scan:1521/oltp

15 Oracle Clusterware SCAN Resources Created by root script during Grid Infrastructure Installation $srvctl config scan_listener SCAN Listener LISTENER_SCAN1 exists. Port: TCP:1521 SCAN Listener LISTENER_SCAN2 exists. Port: TCP:1521 SCAN Listener LISTENER_SCAN3 exists. Port: TCP:1521 $srvctl config scan SCAN name: sales1-scan, Network: 1/ / / SCAN VIP name: scan1, IP: /sales1-scan.mycompany.com/ SCAN VIP name: scan2, IP: /sales1-scan.mycompany.com/ SCAN VIP name: scan3, IP: /sales1-scan.mycompany.com/ SCAN Overview Application Server Oracle RAC Database SCAN Listeners Listeners Clients

16 SQL*NET and SCAN SQL*NET will retrieve the IP addresses from DNS or GNS, it will then load balance and failover across the IP addresses. For MAA implementations, if client uses both primary and standby in address list, SQL*NET will retrieve all 6 IPs, it will then load balance and failover across the 6 IP addresses sales.mycompany.com =(DESCRIPTION= (CONNECT_TIMEOUT=10)(RETRY_COUNT=3) (ADDRESS_LIST= (LOAD_BALANCE=on)(FAILOVER=ON) (ADDRESS=(PROTOCOL=tcp)(HOST=scan1)(PORT=1521)) (ADDRESS=(PROTOCOL=tcp)(HOST=scan2)(PORT=1521))) (CONNECT_DATA= (SERVICE_NAME= sales.mycompany.com))) Grid Plug and Play (GPnP) <Insert Picture Here>

17 Grid Plug and Play Makes it easy to add, replace, or remove nodes in a cluster Allow the cluster to manage it s own virtual ip addresses No need to go back to the network administrator New Cluster Components for GPnP GPnP Profile for Global Configuration Provides cluster configuration information to allow a node to join the cluster IP Multicast Service Discovery/mDNS Resolves names to addresses without /etc/hosts or DNS configuration Grid Naming Service Lets the cluster manage it s own network Support DHCP for IPs and VIPs No need to go back to the Network Admin

18 Network Administrator Requirements GNS Zone Delegation Create entries in the corporate DNS servers that will delegate the authority for a portion of the network to the cluster IE Let the cluster manage its own network requirements # Delegate to gns on mycluster mycluster.example.com. NS gns-vip.mycluster.example.com #Let the world know how to go to the GNS vip gns-vip.mycluster.example.com GPnP Architecture Client Connections DNS 4 2 Corporate domain 1 5 client 3 Cluster Subdomain GNS SCAN listener Local listener Back Office Front Office LOB Free 6 dynamic vips DHCP server DATA RECOV

19 Next Steps Oracle RAC : Oracle XPS-ON-HA Blog: Oracle RAC SIG: Oracle Consulting Technology Services: Rene.Kundersma@oracle.com Q & A Q U E S T I O N S A N S W E R S

20 For More Information search.oracle.com Real Application Clusters or otn.oracle.com/rac

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

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

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

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

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

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

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

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

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

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

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

Automated Deployment of Oracle RAC Using Enterprise Manager Provisioning Pack

Automated Deployment of Oracle RAC Using Enterprise Manager Provisioning Pack Automated Deployment of Oracle RAC Using Enterprise Manager Provisioning Pack By Kai Yu As a part of the Oracle Enterprise Manager s lifecycle management solutions, the Oracle Enterprise Manager Provisioning

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

Nutech Computer Training Institute 1682 E. Gude Dr. #102 Rockville, MD. 20850 Tel: 301-610-9300 Web:Nutechtraining.com www.nutechtraining.

Nutech Computer Training Institute 1682 E. Gude Dr. #102 Rockville, MD. 20850 Tel: 301-610-9300 Web:Nutechtraining.com www.nutechtraining. Nutech Computer Training Institute 1682 E. Gude Dr. #102 Rockville, MD. 20850 Tel: 301-610-9300 Web:Nutechtraining.com www.nutechtraining.com Total Hours: 28 hrs Tuition Fee: $2000 Registration Fee: $30

More information

Virtualized Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Kai Yu Oracle Solutions Engineering Dell Inc

Virtualized Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Kai Yu Oracle Solutions Engineering Dell Inc Virtualized Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Kai Yu Oracle Solutions Engineering Dell Inc 2 About Author Kai Yu 16 years with Oracle technology Work in Dell Oracle Solutions Engineering

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

Maximum Availability Architecture

Maximum Availability Architecture Disaster Recovery for Oracle Exalogic Elastic Cloud WITH ORACLE EXADATA DATABASE MACHINE Oracle Maximum Availability Architecture White Paper May 2011 Maximum Availability Architecture Oracle Best Practices

More information

managing planned downtime with RAC Björn Rost

managing planned downtime with RAC Björn Rost 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

More information

SCAN, VIP, HAIP etc. Introduction This paper is to explore few RAC abbreviations and explain the concepts behind these acronyms.

SCAN, VIP, HAIP etc. Introduction This paper is to explore few RAC abbreviations and explain the concepts behind these acronyms. SCAN, VIP, HAIP etc Introduction This paper is to explore few RAC abbreviations and explain the concepts behind these acronyms. This paper is NOT designed as a step-by-step approach, rather as a guideline.

More information

Het mag dan wel niet meer vriezen. <Insert Picture Here> maar de High Availability SIG Giet Oan!

Het mag dan wel niet meer vriezen. <Insert Picture Here> maar de High Availability SIG Giet Oan! Het mag dan wel niet meer vriezen. maar de High Availability SIG Giet Oan! RAC Support Update Klaas de Graaf, RAC Support Team, Oracle Support Services Agenda

More information

Rob Zoeteweij Zoeteweij Consulting

Rob Zoeteweij Zoeteweij Consulting Rob Zoeteweij Zoeteweij Consulting Rob Zoeteweij Working with Oracle technology since 1985 (Oracle 3) Many Oracle DBA, Oracle Development projects Last 6 Years Oracle Expert Services RAC/ASM OEM Grid Control

More information

1 Certification Information

1 Certification Information Oracle Database Release Notes 11g Release 2 (11.2) for Microsoft Windows E23557-10 February 2015 This document contains information that was not included in the platform-specific or product-specific documentation

More information

Exadata for Oracle DBAs. Longtime Oracle DBA

Exadata for Oracle DBAs. Longtime Oracle DBA Exadata for Oracle DBAs Longtime Oracle DBA Why this Session? I m an Oracle DBA Familiar with RAC, 11gR2 and ASM About to become a Database Machine Administrator (DMA) How much do I have to learn? How

More information

1 Certification Information

1 Certification Information Oracle Database Release Notes 10g Release 2 (10.2) for Linux Itanium B15673-02 January 2006 This document contains important information that was not included in the platform-specific or product-specific

More information

Oracle EXAM - 1Z0-102. Oracle Weblogic Server 11g: System Administration I. Buy Full Product. http://www.examskey.com/1z0-102.html

Oracle EXAM - 1Z0-102. Oracle Weblogic Server 11g: System Administration I. Buy Full Product. http://www.examskey.com/1z0-102.html Oracle EXAM - 1Z0-102 Oracle Weblogic Server 11g: System Administration I Buy Full Product http://www.examskey.com/1z0-102.html Examskey Oracle 1Z0-102 exam demo product is here for you to test the quality

More information

Top 10 Things You Always Wanted to Know About Automatic Storage Management But Were Afraid to Ask

Top 10 Things You Always Wanted to Know About Automatic Storage Management But Were Afraid to Ask Top 10 Things You Always Wanted to Know About Automatic Storage Management But Were Afraid to Ask Nitin Vengurlekar RAC/ASM Engineering Grid Product Strategy Agenda ASM Overview 2

More information

1 Certification Information

1 Certification Information Database Release Notes 10g Release 2 (10.2) for AIX 5L Based Systems (64-Bit) B19074-03 November 2005 This document contains important information that was not included in the platform-specific or product-specific

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

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

An Oracle White Paper May, 2012. Deploying a Highly Available Enterprise Manager 12c Cloud Control

An Oracle White Paper May, 2012. Deploying a Highly Available Enterprise Manager 12c Cloud Control An Oracle White Paper May, 2012 Deploying a Highly Available Enterprise Manager 12c Cloud Control Product Overview... 2 Introduction... 2 Cloud Control Architecture... 3 Implementation of a Level 3 MAA

More information

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

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop I Release 2. 5 Jours [35 Heures] Plan de cours disponible à l adresse http://www.adhara.fr/.aspx Objectif Monitor performance Describe Oracle Database Architecture Install Oracle Grid Infrastructure Install and configure Oracle Database

More information

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

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

More information

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

s@lm@n Oracle Exam 1z0-102 Oracle Weblogic Server 11g: System Administration I Version: 9.0 [ Total Questions: 111 ]

s@lm@n Oracle Exam 1z0-102 Oracle Weblogic Server 11g: System Administration I Version: 9.0 [ Total Questions: 111 ] s@lm@n Oracle Exam 1z0-102 Oracle Weblogic Server 11g: System Administration I Version: 9.0 [ Total Questions: 111 ] Oracle 1z0-102 : Practice Test Question No : 1 Which two statements are true about java

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

Ultimate Guide to Oracle Storage

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

More information

ORACLE DATABASE: ADMINISTRATION WORKSHOP I

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

More information

Ensure the RAC High Availability: Storage and Network Side Story

Ensure the RAC High Availability: Storage and Network Side Story Ensure the RAC High Availability: Storage and Network Side Story IOUG Forum High Availability Bootcamp Kai Yu, Oracle ACE Director Dell Oracle Solutions Engineering About Author Kai Yu, kai_yu@dell.com

More information

Integration Service Database. Installation Guide - Oracle. On-Premises

Integration Service Database. Installation Guide - Oracle. On-Premises Kony MobileFabric Integration Service Database Installation Guide - Oracle On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title

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

ORACLE DATABASE 11G: COMPLETE

ORACLE DATABASE 11G: COMPLETE ORACLE DATABASE 11G: COMPLETE 1. ORACLE DATABASE 11G: SQL FUNDAMENTALS I - SELF-STUDY COURSE a) Using SQL to Query Your Database Using SQL in Oracle Database 11g Retrieving, Restricting and Sorting Data

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

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

<Insert Picture Here> Oracle VM and Cloud Computing

<Insert Picture Here> Oracle VM and Cloud Computing Oracle VM and Cloud Computing Paulo Bosco Otto Sales Consultant paulo.bosco.otto@oracle.com The following is intended to outline our general product direction. It is intended for

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

Oracle 11gR2 two node step by step installation guide on Linux using Virtual Box 4.1.4

Oracle 11gR2 two node step by step installation guide on Linux using Virtual Box 4.1.4 Oracle 11gR2 two node step by step installation guide on Linux using Virtual Box 4.1.4 Mohamed Azar. Database Administrator, Blogger, Contributor, Book Reviewer http://mohamedazar.wordpress.com reach me

More information

School of Open Learning University of Delhi

School of Open Learning University of Delhi School of Open Learning University of Delhi LIMITED TENDER FOR CONFIGURATION & MAINTENANCE OF ORACLE RAC SERVICES Tender No. Dated: Cost: Rs.500/- Submission of tender 25/06/2015 (extended date) Limited

More information

Oracle Recovery Manager

Oracle Recovery Manager 1 sur 6 05/08/2014 14:17 ORACLE.COM TECHNOLOGY NETWORK PARTNERS STORE SUPPORT (Sign In / Register for a free DownloadsDocumentation Discussion Forums Articles Sample Code Training RSS Resources For PRODUCT

More information

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

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

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

ORACLE DBA 11G TRAINING

ORACLE DBA 11G TRAINING ORACLE DBA 11G TRAINING DURATION 40hrs AVAILABLE BATCHES WEEKDAYS (7.00AM TO 8.00AM) & WEEKENDS (10AM TO 1PM) MODE OF TRAINING AVAILABLE ONLINE INSTRUCTOR LED CLASSROOM TRAINING (MARATHAHALLI, BANGALORE)

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 Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: Administration Workshop I Release 2

More information

Installing, Tuning, and Deploying Oracle Database on SUSE Linux Enterprise Server 12 Technical Introduction

Installing, Tuning, and Deploying Oracle Database on SUSE Linux Enterprise Server 12 Technical Introduction Installing, Tuning, and Deploying Oracle Database on SUSE Linux Enterprise Server 12 Technical Introduction Arun Singh Sr. Technical Manager Arun.Singh@suse.com Agenda 2 Introduction SUSE Components Oracle

More information

Twee remedies tegen systeemuitval en datacorruptie [RAC en Data Guard]

Twee remedies tegen systeemuitval en datacorruptie [RAC en Data Guard] Twee remedies tegen systeemuitval en datacorruptie [RAC en Data Guard] SPREKER : E-MAIL : DATUM : Jos van den Oord Jos.van.den.Oord@transfer-solutions.com 14 oktober 2010 WWW.TRANSFER-SOLUTIONS.COM Inleiding:

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

How To Install An Org Vm Server On A Virtual Box On An Ubuntu 7.1.3 (Orchestra) On A Windows Box On A Microsoft Zephyrus (Orroster) 2.5 (Orner)

How To Install An Org Vm Server On A Virtual Box On An Ubuntu 7.1.3 (Orchestra) On A Windows Box On A Microsoft Zephyrus (Orroster) 2.5 (Orner) Oracle Virtualization Installing Oracle VM Server 3.0.3, Oracle VM Manager 3.0.3 and Deploying Oracle RAC 11gR2 (11.2.0.3) Oracle VM templates Linux x86 64 bit for test configuration In two posts I will

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle University Contact Us: (+202) 35 35 02 54 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This course is designed to give you a firm foundation in basic

More information

1z0-102 Q&A. DEMO Version

1z0-102 Q&A. DEMO Version Oracle Weblogic Server 11g: System Administration Q&A DEMO Version Copyright (c) 2013 Chinatag LLC. All rights reserved. Important Note Please Read Carefully For demonstration purpose only, this free version

More information

Architecting OSB for High Availability and Whole Server Migration Final Draft. By Jack Desai, Oracle A-Team. Published: October 2009.

Architecting OSB for High Availability and Whole Server Migration Final Draft. By Jack Desai, Oracle A-Team. Published: October 2009. Architecting OSB for High Availability and Whole Server Migration Final Draft By Jack Desai, Oracle A-Team Published: October 2009 Contents 1 Introduction... 3 1.1 OSB HA Reference Topology...4 2 Installation

More information

Oracle Database. 2 Day + Real Application Clusters Guide 11g Release 2 (11.2) E17264-15

Oracle Database. 2 Day + Real Application Clusters Guide 11g Release 2 (11.2) E17264-15 Oracle Database 2 Day + Real Application Clusters Guide 11g Release 2 (11.2) E17264-15 July 2014 Oracle Database 2 Day + Real Application Clusters Guide 11g Release 2 (11.2) E17264-15 Copyright 2006, 2014

More information

1Z0-102. Oracle Weblogic Server 11g: System Administration I. Version: Demo. Page <<1/7>>

1Z0-102. Oracle Weblogic Server 11g: System Administration I. Version: Demo. Page <<1/7>> 1Z0-102 Oracle Weblogic Server 11g: System Administration I Version: Demo Page 1. Which two statements are true about java EE shared libraries? A. A shared library cannot bedeployed to a cluster.

More information

- An Oracle9i RAC Solution

- An Oracle9i RAC Solution High Availability and Scalability Technologies - An Oracle9i RAC Solution Presented by: Arquimedes Smith Oracle9i RAC Architecture Real Application Cluster (RAC) is a powerful new feature in Oracle9i Database

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

High Availability Databases based on Oracle 10g RAC on Linux

High Availability Databases based on Oracle 10g RAC on Linux High Availability Databases based on Oracle 10g RAC on Linux WLCG Tier2 Tutorials, CERN, June 2006 Luca Canali, CERN IT Outline Goals Architecture of an HA DB Service Deployment at the CERN Physics Database

More information

Exadata: from Beginner to Advanced in 3 Hours. Arup Nanda Longtime Oracle DBA (and now DMA)

Exadata: from Beginner to Advanced in 3 Hours. Arup Nanda Longtime Oracle DBA (and now DMA) Exadata: from Beginner to Advanced in 3 Arup Nanda Longtime Oracle DBA (and now DMA) Why this Session? If you are an Oracle DBA Familiar with RAC, 11gR2 and ASM about to be a Database Machine Administrator

More information

Project Manager 1 Post == Experience 10-12 years in Project Management in reputed company, Salary Rs.1,20,000/-

Project Manager 1 Post == Experience 10-12 years in Project Management in reputed company, Salary Rs.1,20,000/- Project Manager 1 Post == Experience 10-12 years in Project Management in reputed company, Salary Rs.1,20,000/- Senior Soft ware Developer 2 Posts Junior Soft ware Developer 4 Posts Database Administrator

More information

ITG Software Engineering

ITG Software Engineering IBM WebSphere Administration 8.5 Course ID: Page 1 Last Updated 12/15/2014 WebSphere Administration 8.5 Course Overview: This 5 Day course will cover the administration and configuration of WebSphere 8.5.

More information

Oracle Easy Connect Naming. An Oracle White Paper October 2007

Oracle Easy Connect Naming. An Oracle White Paper October 2007 Oracle Easy Connect Naming An Oracle White Paper October 2007 NOTE: The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Flash Performance for Oracle RAC with PCIe Shared Storage A Revolutionary Oracle RAC Architecture

Flash Performance for Oracle RAC with PCIe Shared Storage A Revolutionary Oracle RAC Architecture Flash Performance for Oracle RAC with PCIe Shared Storage Authored by: Estuate & Virident HGST Table of Contents Introduction... 1 RAC Share Everything Architecture... 1 Oracle RAC on FlashMAX PCIe SSDs...

More information

2 Certification Information

2 Certification Information Oracle Fail Safe Release Notes Release 4.1 for Microsoft Windows E24701-04 September 2014 This document describes the new features in this release, software errors fixed, software compatibility, hardware

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

Oracle MultiTenant Pros and Cons

Oracle MultiTenant Pros and Cons Oracle MultiTenant Pros and Cons Overview With the release of Oracle Database Server 12c, Oracle changed the architecture of the database significantly to support multiple databases within a single instance,

More information

Basic TCP/IP networking knowledge of client/server concepts Basic Linux commands and desktop navigation (if don't know we will cover it )

Basic TCP/IP networking knowledge of client/server concepts Basic Linux commands and desktop navigation (if don't know we will cover it ) About Oracle WebLogic Server Oracle WebLogic Server is the industry's best application server for building and deploying enterprise Java EE applications with support for new features for lowering cost

More information

Veritas High Availability Agent for Oracle Installation and Configuration Guide

Veritas High Availability Agent for Oracle Installation and Configuration Guide Veritas High Availability Agent for Oracle Installation and Configuration Guide AIX 5.0 N18473J Veritas High Availability Agent for Oracle Installation and Configuration Guide Copyright 2006 Symantec Corporation.

More information

ORACLE Industries D85180 Oracle SBC Configuration and Administration 5 2.625,00 Applications D84502GC10 Oracle Commerce: Managing Your Site Using the Business Tools Rel 11 3 1.890,00 D79790GC10 Using Endeca

More information

Maximum Availability Architecture

Maximum Availability Architecture Automating Disaster Recovery using Oracle Site Guard for Oracle Exalogic WITH ORACLE EXADATA DATABASE MACHINE Oracle Maximum Availability Architecture White Paper July 2013 Maximum Availability Architecture

More information

EMC Replication Manager Integration with Oracle Database Server

EMC Replication Manager Integration with Oracle Database Server White Paper EMC Replication Manager Integration with Oracle Database Server A Detailed Review Abstract This white paper offers an in-depth look at how EMC Replication Manager integrates with Oracle Database

More information

Building Oracle Grid with Oracle VM on Blade Servers and iscsi Storage. Kai Yu Dell Oracle Solutions Engineering

Building Oracle Grid with Oracle VM on Blade Servers and iscsi Storage. Kai Yu Dell Oracle Solutions Engineering Building Oracle Grid with Oracle VM on Blade Servers and iscsi Storage Kai Yu Dell Oracle Solutions Engineering About Author Kai Yu 15 years with Oracle technology, specialized in Oracle Grid/RAC, Oracle

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

Oracle Net Service Name Resolution

Oracle Net Service Name Resolution Oracle Net Service Name Resolution Getting Rid of the TNSNAMES.ORA File! Simon Pane Oracle Database Principal Consultant March 19, 2015 ABOUT ME Working with the Oracle DB since version 6 Oracle Certified

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability. Backup and Recovery Scenarios for Oracle WebLogic Server: 10.

Maximum Availability Architecture. Oracle Best Practices For High Availability. Backup and Recovery Scenarios for Oracle WebLogic Server: 10. Backup and Recovery Scenarios for Oracle WebLogic Server: 10.3 An Oracle White Paper January, 2009 Maximum Availability Architecture Oracle Best Practices For High Availability Backup and Recovery Scenarios

More information

HP Application Lifecycle Management

HP Application Lifecycle Management HP Application Lifecycle Management Software Version: 11.00 Installation Guide Document Release Date: October 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties for HP

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

Install Oracle10g Real Application Clusters Release 1 (10.1.0.4) on SuSE Linux Enterprise Server 9 and Matrix Server

Install Oracle10g Real Application Clusters Release 1 (10.1.0.4) on SuSE Linux Enterprise Server 9 and Matrix Server Install Oracle10g Real Application Clusters Release 1 (10.1.0.4) on SuSE Linux Enterprise Server 9 and Matrix Server This Installation Guide is intended to augment the Oracle and Novell documentation for

More information

Configuring the BIG-IP LTM v11 for Oracle Database and RAC

Configuring the BIG-IP LTM v11 for Oracle Database and RAC Deployment Guide DOCUMENT VERSION 1.0 What s inside: 2 Prerequisites and configuration notes 2 Configuration example 3 Configuring the BIG- IP LTM for Oracle Database 8 Appendix A: Instance name switching

More information

High Availability with Postgres Plus Advanced Server. An EnterpriseDB White Paper

High Availability with Postgres Plus Advanced Server. An EnterpriseDB White Paper High Availability with Postgres Plus Advanced Server An EnterpriseDB White Paper For DBAs, Database Architects & IT Directors December 2013 Table of Contents Introduction 3 Active/Passive Clustering 4

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

Project Iris. econtent Server Cluster Support: High Availability through Microsoft Cluster Service DocBase Version 4.2 12/13/2000

Project Iris. econtent Server Cluster Support: High Availability through Microsoft Cluster Service DocBase Version 4.2 12/13/2000 Project Iris Server Cluster Support: High Availability through Microsoft Cluster Service DocBase Version 4.2 12/13/2000 Page 1 of 11 1.0 Overview There are many ways in which the Server may be configured

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

Oracle Database Security and Audit

Oracle Database Security and Audit Copyright 2014, Oracle Database Security and Audit Beyond Checklists Learning objectives Understand Oracle architecture Database Listener Oracle connection handshake Client/server architecture Authentication

More information

Chapter 1 - Web Server Management and Cluster Topology

Chapter 1 - Web Server Management and Cluster Topology Objectives At the end of this chapter, participants will be able to understand: Web server management options provided by Network Deployment Clustered Application Servers Cluster creation and management

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

ORACLE CONFIGURATION SERVICES EXHIBIT

ORACLE CONFIGURATION SERVICES EXHIBIT ORACLE CONFIGURATION SERVICES EXHIBIT This exhibit incorporates by reference the terms of the order for Exadata Database Machine, Exadata Storage Expansion Rack, SuperCluster, Exalogic on SuperCluster,

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

ORACLE CORE DBA ONLINE TRAINING

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

More information

Cisco Active Network Abstraction Gateway High Availability Solution

Cisco Active Network Abstraction Gateway High Availability Solution . Cisco Active Network Abstraction Gateway High Availability Solution White Paper This white paper describes the Cisco Active Network Abstraction (ANA) Gateway High Availability solution developed and

More information

Configure AlwaysOn Failover Cluster Instances (SQL Server) using InfoSphere Data Replication Change Data Capture (CDC) on Windows Server 2012

Configure AlwaysOn Failover Cluster Instances (SQL Server) using InfoSphere Data Replication Change Data Capture (CDC) on Windows Server 2012 Configure AlwaysOn Failover Cluster Instances (SQL Server) using InfoSphere Data Replication Change Data Capture (CDC) on Windows Server 2012 Introduction As part of the SQL Server AlwaysOn offering, AlwaysOn

More information

No.1 IT Online training institute from Hyderabad Email: info@sriramtechnologies.com URL: sriramtechnologies.com

No.1 IT Online training institute from Hyderabad Email: info@sriramtechnologies.com URL: sriramtechnologies.com I. Basics 1. What is Application Server 2. The need for an Application Server 3. Java Application Solution Architecture 4. 3-tier architecture 5. Various commercial products in 3-tiers 6. The logic behind

More information