Size: px
Start display at page:

Download ""

Transcription

1

2 Infrastructure at your Service. Oracle Grid Infrastructure Cold failover cluster

3 Infrastructure at your Service. About me Jérôme Witt Senior Consultant Mobile Page 2

4 Who we are dbi services Experts At Your Service > 40 specialists in IT infrastructure > Certified, experienced, passionate Based In Switzerland > 100% self-financed Swiss company > Over CHF 6 mio. turnover Leading In Infrastructure Services > More than 100 customers in CH, D, & F > Over 40 SLAs dbi FlexService contracted dbi services is hiring in Basel & Zürich (career@dbi-services.com) Page 3

5 Agenda 1. Introduction 2. Oracle Grid Infrastructure main components 3. Oracle Clusterware resource management 4. Cold failover cluster vs RAC One Node 5. Cold failover dbi-services 6. User experience 7. Core Message 8. Homework Page 4

6 Introduction > Products > Oracle cluster software stack > Licensing Page 5

7 Introduction - products Cold failover cluster > Very popular high availability solution > Database active only at one node at a time > Large choice of vendors > Service Guard > Veritas cluster > Open Source solutions Page 6

8 Introduction Oracle cluster software stack Oracle Grid Infrastructure, Clusterware do we speak the same language? > Oracle Grid Infrastructure is a suite of software which includes many components like ASM,ACFS, Database Qualify of service > Oracle Clusterware is a generic, general purpose clustering solution for all applications RAC Oracle ASM/ACFS Oracle Clusterware HA_App1 HA_App2 Consolidated pool of storage with Oracle Automatic Storage Management (ASM) Page 7

9 Introduction Licensing Oracle Clusterware is free of charge > Reference Database Licensing information 12.1 > For any kind of application J > Support: only if the server is running an Oracle product Database licensing > Reference: Licensing Data Recovery Environments > Method Failover data recovery > Multiple nodes have access to one single storage (SAN) > Includes the right to run the licensed program on an unlicensed spare computer for up to a total of 10 separate days > Downtime for maintenance purposes counts towards! > If failover period exceeds 10 days then the failover node must be licensed Page 8

10 Agenda 1. Introduction 2. Oracle Grid Infrastructure main components 3. Oracle Clusterware resource management 4. Cold failover cluster vs RAC One Node 5. Cold failover 6. User experience 7. Core Message 8. Homework Page 9

11 Oracle Grid Infrastructure main components > Network > Shared storage > Single Client Access Name > The Big picture Page 10

12 Oracle Grid Infrastructure main components - 1 Network - Each node must have at least two interfaces > Private network interconnect > Used for communication between all cluster nodes to maintain the integrity of the cluster (CSS deamon) and by database instances for global cache management (Oracle RAC) > Critical component which shall be fault tolerant > Oracle Clusterware support one to four interfaces (HAIP) > Public network node IPs, node VIPs.. > Required on each node by Oracle Clusterware for node applications Or applications managed by Oracle Clusterware Shared storage cluster quorum > OCR is a file that contains the configuration information and status of the cluster. (ie: DBCA uses the OCR for storing configuration) > Voting files are used to monitor cluster node status Page 11

13 Oracle Grid Infrastructure main components - 2 Shared storage - Oracle ASM/ACFS > ASM is the preferred storage manager for all database files > Volume manager and a file system > 3 levels of mirroring (EXTERNAL,NORMAL,HIGH) > ACFS is a file system on top of ASM for all non-database files Single Client Access Name (SCAN) > Single name for client to access any database running on the cluster jdbc:oracle:thin:ora-de-ch-scan.jew.local:1521/cdbutf8 > Default- composed of 3 IP addresses and 3 scan listener > Node assignment automatically controlled by Oracle Clusterware > Database(s) register with the SCAN listeners remotely remote_listener=ora-de-ch-scan.jew.local:1521 > INIT parameter local_listener is automatically updated by the agent process oraagent.bin Page 12

14 The Big picture jdbc/sqlnet/oci SCAN Address SCAN lsnr 1 SCAN lsnr 2 SCAN lsnr 3 tcp tcp DB11 +ASM1 +ASM2 VIP1 VIP2 VIP3 NIC1 NIC2 PUB NIC3 NIC4 HAIP NIC1 NIC2 PUB NIC3 NIC4 HAIP SCANVIP1 hba1 hba2 SCANVIP2 SCANVIP3 hba1 hba2 udp/infiniband/rds data a bunch of disks ocr/voting Page 13

15 Agenda 1. Introduction 2. Oracle Grid Infrastructure main components 3. Oracle Clusterware resource management 4. Cold failover cluster vs RAC One Node 5. Cold failover dbi-services 6. User experience 7. Core Message 8. Homework Page 14

16 Oracle Clusterware resource management > Types > Resources > Attributes Page 15

17 Oracle Clusterware resource management - 1 Oracle Clusterware use types to organize similar resources > Every resource must have a type > Manage (inherit) only necessary resource attributes Oracle Clusterware managed resource (CRSD) Resource Local listener(s), ASM Database(s),VIP, SCAN Resource Attributes Resource (base) Types generic_application RESTART_ATTEMPTS CHECK_INTERVAL Nx resource types ora.listener.type local_resource STOP_TIMEOUT START_DEPENDENCIES. Nx resource types ora.database.type cluster_resource Page 16

18 Oracle Clusterware resource management - 2 Resource base types > All base types are supplied by Oracle Local resource > Runs on each server of the cluster > CRS automatically extends local resources tied to the new server > They do not failover from one server to another Cluster resource > Subject to switchover and failover > Subject to resource attribute CARDINALITY Generic application > Deprecated > Pre-Oracle CRS 11.2 resources Page 17

19 Oracle Clusterware resource management - 3 Attributes > Default values can be used for some of them > Others must be specified depending on your needs J Resource Attributes Configuration Monitoring Read-Write Read-Write Read-Only - ACTION_SCRIPT - ACL - AUTO_START - PLACEMENT - HOSTING_MEMBERS - SERVER_POOLS - USR_ORA_ENV - ACTION_SCRIPT - START_DEPENDENCIES - CARDINALITY - aso - CHECK_INTERVAL - RESTART_ATTEMPS FAILURE_INTERVAL - STOP_TIMEOUT - START_TIMEOUT - UPTIME_THRESHOLD - aso - STATE - LAST_STATE_CHANGE - TARGET - RESTART_COUNT - aso Page 18

20 Agenda 1. Introduction 2. Oracle Grid Infrastructure main components 3. Oracle Clusterware resource management 4. Cold failover cluster vs RAC One Node 5. Cold failover dbi-services 6. User experience 7. Core Message 8. Homework Page 19

21 Cold failover cluster vs RAC One Node > Technology comparison > RAC One Node > Cold failover cluster Page 20

22 Cold failover cluster vs Oracle RAC One Node - 1 Oracle RAC One Node > RAC enabled Oracle Home > Easy conversion to RAC from RAC One Node and vice-versa > Online database relocation > Option for Oracle EE only (cost ± 20%) Cold Failover cluster > Single instance database > Officially replaced by Oracle RAC One Node starting with 11.2! L? > Available without restriction for Oracle SE,SE1 and EE! > Service disruption during service relocation Page 21

23 Cold failover cluster vs Oracle RAC One Node 2 Oracle RAC One node > Based on a Oracle supplied type ora.database.type (base type: cluster_resource) > Convenient Resource registration (instance suffixed by <OracleSID>_1) > CAUTION! DBCA creates the necessary RAC aware database settings > Undo, Redo Threads depending on the database management Administrator managed database (as oracle RDBMS software owner) # srvctl add database -db $ORACLE_SID \ -oraclehome $ORACLE_HOME -dbtype RACONENODE -server orabs,orazh Policy managed database (as oracle RDBMS software owner) # srvctl add database -db $ORACLE_SID \ -oraclehome $ORACLE_HOME dbtype SINGLE -serverpool my_pool Manage Rac One Node # srvctl start database db $ORACLE_SID # srvctl relocate database db $ORACLE_SID # srvctl add service s <ServiceName> -d $ORACLE_SID Page 22

24 Cold failover cluster vs Oracle RAC One Node 3 Addendum Oracle RAC One Node > SINGLE instance database type restricted for Oracle Restart # Administrator managed database PRCD-1146 : Database CDB1 is not a RAC One Node database # Policy managed database PRKO-2067 : The size of server pool should be one for single instance database > Oracle RAC One Node ACFS = BUG LL > Oracle Grid Infra + RDBMS GI - PSU Jan2015 > Failover capabilities are not affected! # srvctl relocate database -db $ORACLE_SID... PRKH-1001 : HASContext Internal Error PRKH-3005 : Entity ncdb_1 was not registered with CSS CLSS return code=12 Page 23

25 Cold failover cluster vs Oracle RAC One Node 4 Cold failover cluster > 2 variants are possible: > Using the deprecated resource (base) type generic_application Attribute START_PROGRAM STOP_PROGRAM CLEAN_PROGRAM PID_FILES Value /u01/app/oracle/admin/db1/dbstart.sh /u01/app/oracle/admin/db1/dbstop.sh /u01/app/oracle/admin/db1/dbclean.sh /u01/app/oracle/admin/db1/pid.file > Using a user defined resource and type with an action script Page 24

26 Agenda 1. Introduction 2. Oracle Grid Infrastructure main components 3. Oracle clusterware resource management 4. Cold failover cluster vs RAC One Node 5. Cold failover dbi services 6. User experience 7. Core Message 8. Homework Page 25

27 Cold failover dbi services > Setup > Resource dependencies > Monitoring > Placement Page 26

28 Cold failover dbi services - 1 Oracle Clusterware manage the resources using resource attributes cluster_resource clu_db.type STOP_TIMEOUT=600 RESTART_ATTEMPTS=2 attributes inherited or modified STOP_TIMEOUT=600 RESTART_ATTEMPTS=5 new attribute(s) ACTION_SCRIPT= User defined resource HOSTING_MEMBERS= node1,node2 Page 27

29 Cold failover dbi services - 2 The resource is managed by an Oracle Clusterware supplied agent which calls the action script (start/stop/clean/check) > $GRID_HOME/log/<Node>/agent/crsd/scriptagent_<Usr> > $GRID_BASE/diag/crs/<Node>/crs/trace/crsd_scriptagent<Usr> :28:21.302: [DB1.db][ ] {1:62596:2} [check] Executing action script: /u01/app/oracle/local/dmk/bin/db_crs.ksh[check] CRSD oraagent (ora.database.type) orarootagent (ora.cluster_vip.type) scriptagent (cluster_resource) Rac One Node/RAC VIP ACTION_SCRIPT DB1 user defined resource/type START/STOP/CHECK/ CLEAN Page 28

30 Cold failover dbi services - 3 Resource start/stop dependencies Databse resource weak() pullup() hard() ora.data.dg ora.fra.dg ora.scan_listener.type ora.listener.lsnr database resource ora.data.dg ora.fra.dg shutdown hard() ora.asm ACFS intermediate Page 29

31 Cold failover dbi services - 4 Step 1: Create the user defined type clu_db.type Run as Grid infrastructure software owner (usually O.S user grid) # crsctl add type clu_db.type -basetype cluster_resource \ -file [path to attributes file] Step 2: Create the database resource > Beware! The resource can t be prefixed by ora. (Oracle supplied res.) Run as the Oracle database O.S user (or add ACL explicitly) # crsctl add resource <OraSID>.db -type clu_db.type attr HOSTING_MEMBERS=orabs orazh START_DEPENDENCIES=hard(ora.DATA.dg,ora.FRA.dg) weak(type:ora.scan_listener.type) pullup(ora.listener.lsnr) STOP_DEPENDENCIES=hard(intermediate:ora.asm,shutdown:ora.DATA.dg,shutd own:ora.fra.dg,intermediate:ora.acfs.vol0_u01.acfs) ACL=owner:oracle:rwx,pgrp:oinstall:rwx,other::r--" That s it J Page 30

32 Cold failover dbi services - 5 Monitoring > Do not shutdown the database from SQL*Plus Run as the user referenced by the ACL type/resource attribute (usually O.S user oracle or grid) # crsctl status res NCDB.db -f grep ENABLED ENABLED=1 # crsctl modify res NCDB.db -attr "ENABLED=0" # crsctl status res NCDB.db -t Name Target State Server State details Cluster Resources NCDB.db 1 ONLINE ONLINE orabs STABLE # crsctl status res NCDB.db -f grep AUTO_START AUTO_START=restore Page 31

33 Cold failover dbi services - 6 Placement policies for Cold failover clusters > Administrator Managed (previous example) > Policy Managed server pools Cluster partitioning : Two (2) or N nodes, all active protecting single instance databases > Spread the the databases (evenly) across all nodes > Remain protected against node failures > Shutdown all non critical database in case of node failure Critical.pool ERP ECOM Low.pool DWH UAT Page 32

34 Cold failover dbi services - 7 Partitioned (Cold) failover cluster Modify type to spread the resource evenly (reset HOSTING_MEMBERS) crsctl modify type clu_db.type \ -attr "... dispersion(type:clu_db.type ) Add the serverpools for partitioning crsctl add srvpool HCRITICITY.sp -attr "IMPORTANCE=1, MIN_SIZE=1, MAX_SIZE=1" crsctl add srvpool LCRITICITY.sp -attr "IMPORTANCE=0, MIN_SIZE=1, MAX_SIZE=1 Adapt the resources crsctl modify res ECOM.db -attr "SERVER_POOLS=HCRITICITY.sp, PLACEMENT=favored ACTIVE_PLACEMENT=1..." crsctl modify res UAT.db -attr "SERVER_POOLS=LCRITICITY.sp, PLACEMENT=favored ACTIVE_PLACEMENT=1..." Page 33

35 Agenda 1. Introduction 2. Oracle Grid Infrastructure main components 3. Cold failover cluster vs RAC One Node 4. Cold failover dbi services 5. User experience 6. Core Message 7. Homework Page 34

36 User experience > DNS flooding > ASYNC I/O > srvctl vs crsctl Page 35

37 User experience - 1 DNS flooding? (process mdnsd.bin) > Enable DNS cache on each nodes > Allows Oracle Clusterware to better tolerate network failures Page 36

38 User experience - 2 ASYNC I/O operations > Oracle recommends to limit the maximum number of allowable concurrent AIO requests within the database in Grid Infrastructure Installation guide: > fs.aio-max-nr = > Kernel parameters are automatically by installing the RPMs > oracle-rdbms-server-12cr1-preinstall > oracle-rdbms-server-11gr2-preinstall Fri Feb 27 10:50: Error requesting async resources falling back to sync, expect performance degradation Error requesting async resources falling back to sync, expect performance degradation UNABLE TO RESERVE KERNEL RESOURCES FOR ASYNCHRONOUS DISK I/O (Doc ID ) > Oracle s M.O.S recommendation fs.aio-max-nr= Page 37

39 User experience - 3 SRVCTL vs CRSCTL Oracle discourage to use CRSCTL to modify > Use SRVCL for Oracle supplied resources (Listener, network, SCAN IPs, VIPs, SAN listeners, and so...) > Use CRSCTL to manage Oracle Clusterware > Version,CSS, CRSD, cluster maintenance, aso > User defined resources and types EXCEPTION > User defined type/resource, user defined server pools, aso Run as the user referenced by the ACL type/resource attribute (usually O.S user oracle or grid) # crsctl start resource <OraSID>.db # crsctl stop resource <OraSID>.db # crsctl relocate resource <OraSID>.db # crsctl modify resource <OraSID>.db attr ENABLED=0 Page 38

40 User experience - 4 Never trust in any kind of hardware > CISCO USC everything is redundant > Are your sure that the system engineers are gurus? > Of course it s redundant but it must be correctly configured > Split-Brain because of a Fabric Interconnect failure > IBM SAN Storwize > Automatic LUN failover from a controller to another > Great! the Voting files are constantly accessed by all cluster nodes > Reboot less fencing (disktimeout 200s) because of a hanging failover Last one but not least, the interruptions were transparent for the end-users! J Page 39

41 Agenda 1. Introduction > Vocabulary > Oracle cluster software stack > Oracle Highly Available architectures 2. Oracle Grid Infrastructure main components 3. Oracle Clusterware resource management 4. Cold failover cluster vs RAC One Node 5. Cold failover cluster 6. User experience 7. Core Message 8. Homework Page 40

42 Core Message > Features > Not only reserved for databases > Flexibility > Command-Line tools JJJ > No additional license fees (Data Recovery env. 10-days rule) > Single point of support > Knowledge > Complexity (less than RAC) > EM12c integration > ACFS O.S integration (ie: tail) dbi services Cold failover cluster works out of the box J Page 41

43 Agenda 1. Introduction 2. Oracle Grid Infrastructure main components 3. Oracle Clusterware resource management 4. Cold failover cluster vs RAC One Node 5. Cold failover cluster 6. User experience 7. Core Message 8. Homework Page 42

44 Homework build your own Grid Infra. cluster DNS Server Public network (vibr0) Private Interconnect (vboxnet0) iscsi (vboxnet1) Virtual Box Oracle ZFS storage appliance Page 43

45 Infrastructure at your Service. Any questions? Please do ask. Jérôme Witt Senior Consultant Mobile We look forward to working with you! Page 44

Oracle Database Failover Cluster with Grid Infrastructure 11g Release 2

Oracle Database Failover Cluster with Grid Infrastructure 11g Release 2 Oracle Database Failover Cluster with Grid Infrastructure 11g Release 2 DOAG Conference 2011 Robert Bialek Principal Consultant Trivadis GmbH BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG

More information

Oracle Database Failover Cluster with

Oracle Database Failover Cluster with Oracle Database Failover Cluster with Grid Infrastructure 11g Release 2 Robert Bialek Principal Consultant, MU-IMS Oracle Certified Master robert.bialek@trivadis.com DOAG Regional Meeting Munich, 13.12.2010

More information

Oracle Database Failover Cluster with Grid Infrastructure 11g R2

Oracle Database Failover Cluster with Grid Infrastructure 11g R2 Oracle Database Failover Cluster with Grid Infrastructure 11g R2 Robert Bialek Trivadis GmbH Munich, DE Keywords Oracle Grid Infrastructure, Oracle Clusterware, Failover Cluster, Oracle Database High Availability,

More information

Reduce Infrastructure costs with Oracle Clusterware

Reduce Infrastructure costs with Oracle Clusterware Reduce Infrastructure costs with Oracle Clusterware How to Reduce License Cost without losing High Availability Presented By: Bill Pritchett, Senior Consultant Discussion Topics Advantages of having a

More information

Oracle RAC Course Content

Oracle RAC Course Content 1 Oracle RAC Course Content Oracle 11g R2 Grid Infrastructure Concepts What is a Cluster Grid Foundation Components Oracle Clusterware Architecture Oracle Clusterware Software and Storage Describe ASM

More information

Configuring an Application as a Clustered Resource

Configuring an Application as a Clustered Resource Configuring an Application as a Clustered Resource By Bill Pritchett, Senior Consultant, Advizex Technologies - Managed Services Growing infrastructure costs and reduced budgets have led at times to a

More information

Oracle Clustering: Oracle 11g Real Application Clusters for Administrators

Oracle Clustering: Oracle 11g Real Application Clusters for Administrators Oracle Clustering: Oracle 11g Real Application Clusters for Administrators Duration: 40Hrs (8 Hours per Day * 5 Days) Oracle 11g Clustering Overview Introduction to Oracle 11g Clusters for Administrators

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 What you will learn In this intensive course, students will learn about the Oracle Grid Infrastructure products. This includes

More information

Databases Clone using ACFS. Infrastructure at your Service.

Databases Clone using ACFS. Infrastructure at your Service. Infrastructure at your Service. About me Infrastructure at your Service. David Hueber COO Principal Consultant +41 79 963 43 68 david.hueber[at]dbi-services.com Page 2 Who we are dbi services Experts At

More information

Infrastructure at your Service. DOAG Webinar. ODA 12c new features. ODA 12c new features

Infrastructure at your Service. DOAG Webinar. ODA 12c new features. ODA 12c new features Infrastructure at your Service. DOAG Webinar Infrastructure at your Service. About us David Hueber COO Principal Consultant Mobile +41 79 963 43 68 david-.hueber@dbi-services.com www.dbi-services.com Page

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle University Contact Us: 0845 777 7711 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Duration: 5 Days What you will learn In this intensive course, you'll learn about

More information

Oracle 12c Flex ASM & Flex Cluster

Oracle 12c Flex ASM & Flex Cluster Oracle 12c Flex ASM & Flex Cluster PRESENTER Yenugula Venkata Ravikumar OCM, Head-Database Practice, 8th NOVEMBER 2014 BENGALURU, INDIA 1 2 ABOUT ME AGENDA The History of ASM Benefits Of ASM Automatic

More information

An Oracle White Paper November Oracle RAC One Node 11g Release 2 User Guide

An Oracle White Paper November Oracle RAC One Node 11g Release 2 User Guide An Oracle White Paper November 2009 Oracle RAC One Node 11g Release 2 User Guide Introduction... 1 Software Installation... 3 How to Configure an Oracle RAC One Node Database... 6 Rolling Patch Application

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 NEW Duration: 5 Days What you will learn This 11g

More information

Incrementally Updating Backups Tips and Tricks

Incrementally Updating Backups Tips and Tricks Infrastructure at your Service. Incrementally Updating Backups Tips and Tricks Oracle 12.1.0.2 - Linux x86 64bit About me Infrastructure at your Service. William Sescu Consultant +41 78 674 12 90 william.sescu@dbi-services.com

More information

ORACLE RAC DBA COURSE CONTENT

ORACLE RAC DBA COURSE CONTENT ORACLE RAC DBA COURSE CONTENT Course Objectives Understand Oracle Clusterware architecture Describe how Grid Plug and Play affects Clusterware Describe Automatic Storage Management (ASM) architecture Perform

More information

Planning & Installing a RAC Database

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

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Duration: 5 Days What you will learn This Oracle 11g: RAC and Grid Infrastructure

More information

Oracle 12c Grid Infrastructure Management Repository Everything You Wanted To Know

Oracle 12c Grid Infrastructure Management Repository Everything You Wanted To Know Oracle 12c Grid Infrastructure Management Repository Everything You Wanted To Know Mark V. Scardina - Director Oracle QoS Management & Oracle Autonomous Health Framework Copyright 2016, Oracle and/or its

More information

Safe Harbor Statement

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

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 What you will learn This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about the Oracle

More information

PracticeTorrent. Latest study torrent with verified answers will facilitate your actual test

PracticeTorrent.   Latest study torrent with verified answers will facilitate your actual test PracticeTorrent http://www.practicetorrent.com Latest study torrent with verified answers will facilitate your actual test Exam : 1z1-068 Title : Oracle Database 12c: RAC and Grid Infrastructure Administration

More information

Oracle Real Application Clusters Handbook

Oracle Real Application Clusters Handbook ORACLE Oracle Press Oracle Database 11 g Oracle Real Application Clusters Handbook Second Edition K Copalakrishnan Mc Gnaw Hill McGraw-Hill New York Chicago San Francisco Lisbon London Madrid Mexico City

More information

Oracle Rac One Node 11gR2 DOAG November Bernhard de Cock Buning

Oracle Rac One Node 11gR2 DOAG November Bernhard de Cock Buning Oracle Rac One Node 11gR2 DOAG November 2012 Bernhard de Cock Buning Introduce myself Bernhard de Cock Buning Working as independent Consultant/Member of GRID- IT Area of aaenbon: HA/RAC/ASM/CRS/MAA 16

More information

DOAG 2013 Oracle 12c Backup & Recovery

DOAG 2013 Oracle 12c Backup & Recovery Infrastructure at your Service. DOAG 2013 Oracle 12c Backup & Recovery Infrastructure at your Service. About me David Hueber Head of Service Management Senior Consultant Mobile +41 79 963 43 68 david.hueber@dbi-services.com

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

Question No : 1 Which three types of patches and upgrades are supported for Oracle Grid Infrastructure 12c? A. in-place upgrades using the Oracle Univ

Question No : 1 Which three types of patches and upgrades are supported for Oracle Grid Infrastructure 12c? A. in-place upgrades using the Oracle Univ s@lm@n Oracle Exam 1z0-068 Oracle Database 12c: RAC and Grid Infrastructure Administration Version: 7.0 [ Total Questions: 91 ] Question No : 1 Which three types of patches and upgrades are supported for

More information

Infrastructure Consolidation with OCI

Infrastructure Consolidation with OCI Infrastructure Consolidation with OCI Who we are Experts At Your Service Over 60 specialists in IT infrastructure Certified, experienced, passionate Based In Switzerland 100% self-financed Swiss company

More information

1Z Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions

1Z Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions 1Z0-432 Oracle Real Application Clusters 12c Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-432 Exam on Oracle Real Application Clusters 12c Essentials... 2 Oracle 1Z0-432

More information

CC13c LifeCycle Management. Infrastructure at your Service.

CC13c LifeCycle Management. Infrastructure at your Service. CC13c LifeCycle Management Infrastructure at your Service. About me Infrastructure at your Service. Wisson Delivery Manager Principal Consultant +41 79 819 25 98 gerard.wisson [ at ] dbi-services.com Page

More information

Infrastructure at your Service. Oracle over Docker. Oracle over Docker

Infrastructure at your Service. Oracle over Docker. Oracle over Docker Infrastructure at your Service. Infrastructure at your Service. About me David Hueber COO Principal Consultant Mobile +41 79 963 43 68 david-.hueber@dbi-services.com www.dbi-services.com Page 2 18.11.2015

More information

Oracle Clusterware. Administration and Deployment Guide 11g Release 2 (11.2) E

Oracle Clusterware. Administration and Deployment Guide 11g Release 2 (11.2) E Oracle Clusterware Administration and Deployment Guide 11g Release 2 (11.2) E10717-08 March 2010 Oracle Clusterware Administration and Deployment Guide, 11g Release 2 (11.2) E10717-08 Copyright 2007, 2010,

More information

11i on RAC: Sweating the Details. Practical overview of Technical Details of Implementing RAC for 11i E-Business Suite

11i on RAC: Sweating the Details. Practical overview of Technical Details of Implementing RAC for 11i E-Business Suite 11i on RAC: Sweating the Details Practical overview of Technical Details of Implementing RAC for 11i E-Business Suite Acronyms and Glossary Terms RAC: Real Application Clusters OATM: Oracle Application

More information

Tuning slow queries after an upgrade

Tuning slow queries after an upgrade Tuning slow queries after an upgrade Who we are Experts At Your Service > Over 50 specialists in IT infrastructure > Certified, experienced, passionate Based In Switzerland > 100% self-financed Swiss company

More information

Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1

Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1 Oracle University Contact Us: 001-855-844-3881 Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1 Duration: 5 Days What you will learn This Oracle Database 12c: Clusterware & RAC Admin Accelerated

More information

1Z0-593 Exam Questions Demo Oracle. Exam Questions 1Z0-593

1Z0-593 Exam Questions Demo   Oracle. Exam Questions 1Z0-593 Oracle Exam Questions 1Z0-593 Oracle Real Application Clusters 11g Essentials Version:Demo QUESTION NO: 1 Once OUI recognizes a set of nodes in a cluster, which three choices does it offer when installing

More information

Big Data analytics in insurance

Big Data analytics in insurance Big Data analytics in insurance Who we are Experts At Your Service > Over 50 specialists in IT infrastructure > Certified, experienced, passionate Based In Switzerland > 100% self-financed Swiss company

More information

Oracle Restart and FSFO in Cloud

Oracle Restart and FSFO in Cloud Oracle and FSFO in Cloud 0 I. Background II. Core Technology HA Oracle Oracle ADG Oracle FSFO III. and FSFO in Cloud IV. Issues V. Non Stop Cloud Active Data Center Agenda 1 How to build Oracle in the

More information

Oracle Database 12c Flex Clusters

Oracle Database 12c Flex Clusters 1 David Paschall-Zimbel Senior Technical Consultant Oracle Database 12c Flex Clusters 27 July 2016 About Collier IT Since 1991, Collier IT has specialized in creating and implementing robust infrastructure

More information

Oracle Real Application Clusters (RAC) 12c Best Practices

Oracle Real Application Clusters (RAC) 12c Best Practices Oracle Real Application Clusters (RAC) 12c Best Practices Markus Michalewicz Oracle Redwood Shores, CA, USA Keywords: Oracle RAC 12c, Grid Infrastructure, Best Practices Introduction It is no secret that

More information

Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview

Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview Oracle 11g Release 2 RAC & Grid Infrastructure Administration Course Overview This Oracle 11g Release 2 RAC & Grid Infrastructure Administration course provides an introduction to the general features

More information

Oracle Database Appliance

Oracle Database Appliance Oracle Database Appliance Robert van Espelo EMEA Lead for Oracle Database Appliance Hardware Business Development Oracle Database Appliance Simple. Reliable. Affordable. Available

More information

Page 1 نشانی: تهران خیابان شهید بهشتی نرسیده به قائم مقام فراهانی پالک طبقه تلفن: فکس:

Page 1 نشانی: تهران خیابان شهید بهشتی نرسیده به قائم مقام فراهانی پالک طبقه تلفن: فکس: Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 (48 hrs.) This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about the Oracle Grid Infrastructure

More information

Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1

Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1 Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1 Duration: 5 Days What you will learn Oracle Database 12c: Clusterware & ASM Admin Accelerated

More information

Oracle Database 11g: RAC Administration Release 2 NEW

Oracle Database 11g: RAC Administration Release 2 NEW Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Database 11g: RAC Administration Release 2 NEW Duration: 4 Days What you will learn This Oracle Database 11g: RAC Administration

More information

Oracle Real Application Clusters One Node

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

More information

Tips and Tricks on Successful Upgrade to 11gR2

Tips and Tricks on Successful Upgrade to 11gR2 Tips and Tricks on Successful Upgrade to 11gR2 Project Approval Get buy in from CIO and other groups Justify the need End of premier support Extended Support Cost To be current Benefits of new release

More information

Oracle Database 12c: RAC Administration Ed 1

Oracle Database 12c: RAC Administration Ed 1 Oracle University Contact Us: +7 (495) 641-14-00 Oracle Database 12c: RAC Administration Ed 1 Duration: 4 Days What you will learn This Oracle Database 12c: RAC Administration training will teach you about

More information

WELCOME. Oracle Almost Maximum Availability. Martin Schmitter 28th Sep 2011

WELCOME. Oracle Almost Maximum Availability. Martin Schmitter 28th Sep 2011 WELCOME Almost Maximum Availability Martin Schmitter 28th Sep 2011 BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. HAMBURG MÜNCHEN STUTTGART WIEN 1 About me.. Consultant at Trivadis,

More information

Oracle Database 12c: RAC Administration Ed 1 LVC

Oracle Database 12c: RAC Administration Ed 1 LVC Oracle University Contact Us: 001-855-844-3881 Oracle Database 12c: RAC Administration Ed 1 LVC Duration: 4 Days What you will learn This Oracle Database 12c: RAC Administration training will teach you

More information

Presented By Chad Dimatulac Principal Database Architect United Airlines October 24, 2011

Presented By Chad Dimatulac Principal Database Architect United Airlines October 24, 2011 Presented By Chad Dimatulac Principal Database Architect United Airlines October 24, 2011 How much are the losses of a potential business when a downtime occurs during a planned maintenance and unexpected

More information

Oracle 11gR2 New Features for RAC. OTN APAC Tour (Thailand, China, Philippines, New Zealand)

Oracle 11gR2 New Features for RAC. OTN APAC Tour (Thailand, China, Philippines, New Zealand) Oracle 11gR2 New Features for RAC OTN APAC Tour - 2011 (Thailand, China, Philippines, New Zealand) About me Independent Oracle Consultant - Summersky Enterprises e-mail: murali.vallath@summersky.biz blog:

More information

Marco Mischke, DOAG Regio Nürnberg. Experts for database solutions.

Marco Mischke, DOAG Regio Nürnberg. Experts for database solutions. DataGuard DOs and DONTs Marco Mischke, 21.12.2017 DOAG Regio Nürnberg About me Oracle DBA since 2000 and Version 7.3.4 Certified Professional 10g, 11g RAC / Cluster Certified Expert 10g, 11g, 12c Oracle

More information

Oracle Clusterware. Administration and Deployment Guide 11g Release 2 (11.2) E

Oracle Clusterware. Administration and Deployment Guide 11g Release 2 (11.2) E Oracle Clusterware Administration and Deployment Guide 11g Release 2 (11.2) E41959-04 June 2015 Oracle Clusterware Administration and Deployment Guide, 11g Release 2 (11.2) E41959-04 Copyright 2007, 2015,

More information

What you will learn. interface clients. Learn To:

What you will learn. interface clients. Learn To: Oracle Uni Contact Us: 08 Oracle 11g: RAC and Grid Infrastructure Admin Durat5 Da What you will learn This Oracle 11g: RAC and Grid Infrastructure Administr Oracle Grid Infrastructure products, including

More information

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Essentials. Buy Full Product.

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Essentials. Buy Full Product. Oracle EXAM - 1Z0-593 Oracle Real Application Clusters 11g Essentials Buy Full Product http://www.examskey.com/1z0-593.html Examskey Oracle 1Z0-593 exam demo product is here for you to test the quality

More information

1Z Oracle. Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration

1Z Oracle. Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Oracle 1Z0-058 Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-058 Creating an Oracle RAC Database

More information

Experience the GRID Today with Oracle9i RAC

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

More information

Mission-Critical Databases in the Cloud. Oracle RAC in Microsoft Azure Enabled by FlashGrid Software.

Mission-Critical Databases in the Cloud. Oracle RAC in Microsoft Azure Enabled by FlashGrid Software. Mission-Critical Databases in the Cloud. Oracle RAC in Microsoft Azure Enabled by FlashGrid Software. White Paper rev. 2017-10-16 2017 FlashGrid Inc. 1 www.flashgrid.io Abstract Ensuring high availability

More information

<Insert Picture Here> Oracle MAA und RAC Best Practices und Engineered Systems

<Insert Picture Here> Oracle MAA und RAC Best Practices und Engineered Systems Oracle MAA und RAC Best Practices und Engineered Systems Jörg Eggelsmann joerg.eggelsmann@oracle.com Leitender Systemberater 0177 5943 142 STCC Nord DB Agenda Maximum Availability

More information

RDBMS & WLS Consolidation with ODA X5-2

RDBMS & WLS Consolidation with ODA X5-2 RDBMS & WLS Consolidation with ODA X5-2 Who we are Experts At Your Service > Over 50 specialists in IT infrastructure > Certified, experienced, passionate Based In Switzerland > 100% self-financed Swiss

More information

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

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

More information

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration. Buy Full Product

Oracle EXAM - 1Z Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration. Buy Full Product Oracle EXAM - 1Z0-058 Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration Buy Full Product http://www.examskey.com/1z0-058.html Examskey Oracle 1Z0-058 exam demo product

More information

1 P a g e Ensure HA in Database Cloud with Oracle Database 12c: What to Do and How to Do It.

1 P a g e Ensure HA in Database Cloud with Oracle Database 12c: What to Do and How to Do It. Ensure HA in Database Cloud with Oracle Database 12c: What to Do and How to Do It Kai Yu, Senior Principal Architect, Oracle Solutions Engineering, Dell Inc ABSTRACT Today as more and more IT organizations

More information

Implement SAML 2.0 SSO in WLS using IDM Federation Services

Implement SAML 2.0 SSO in WLS using IDM Federation Services Implement SAML 2.0 SSO in WLS using IDM Federation Services Who we are Experts At Your Service > Over 60 specialists in IT infrastructure > Certified, experienced, passionate Based In Switzerland > 100%

More information

RAC for Beginners. Arup Nanda Longtime Oracle DBA (and a beginner, always)

RAC for Beginners. Arup Nanda Longtime Oracle DBA (and a beginner, always) Arup Nanda Longtime Oracle DBA (and a beginner, always) This image cannot currently be displayed. Continue Your Education Communities Knowledge April 7-11, 2013 Saring Colorado Convention Center Education

More information

Oracle 1Z Oracle Real Application Clusters 12c Essentials.

Oracle 1Z Oracle Real Application Clusters 12c Essentials. Oracle 1Z0-432 Oracle Real Application Clusters 12c Essentials http://killexams.com/exam-detail/1z0-432 QUESTION: 74 The DISK_REPAIR_TIME attribute has expired after a transient disk error. What happens

More information

Understanding Oracle RAC ( ) Internals: The Cache Fusion Edition

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

More information

... Oracle Database 11g Release 2 with Oracle Real Application Clusters on IBM Flex System tm p460 Compute Nodes with IBM Storwize tm V7000 Unified

... Oracle Database 11g Release 2 with Oracle Real Application Clusters on IBM Flex System tm p460 Compute Nodes with IBM Storwize tm V7000 Unified Oracle Database 11g Release 2 with Oracle Real Application Clusters on IBM Flex System tm p460 Compute Nodes with IBM Storwize tm........ Author: Ravisankar Shanmugam IBM Oracle International Competency

More information

Add Missing VIP on Node 2

Add Missing VIP on Node 2 Add Missing VIP on Node 2 While Installing Grid, it failed for Cluster verification Utility as above: Manually ran Cluvfy to check for the issues:./runcluvfy.sh stage -post crsinst -n mgracsolsrv64bit1,

More information

Configuration of SAP NetWeaver for Oracle Grid Infrastructure and Oracle Real Application Clusters 11g Release 2: A Best Practices Guide

Configuration of SAP NetWeaver for Oracle Grid Infrastructure and Oracle Real Application Clusters 11g Release 2: A Best Practices Guide An Oracle White Paper March 2011 Configuration of SAP NetWeaver for Oracle Grid Infrastructure 11.2.0.2 and Oracle Real Application Clusters 11g Release 2: A Best Practices Guide Configuration of SAP NetWeaver

More information

How To Make Databases on Linux on System z Highly Available

How To Make Databases on Linux on System z Highly Available How To Make Databases on Linux on System z Highly Available Mike Friesenegger (mikef@suse.com) SUSE Wednesday, August 14, 2013 Session Number 13437 Agenda Clarify the term "Availability" What is High Availability

More information

Monitoring WebLogic with WLDF

Monitoring WebLogic with WLDF Monitoring WebLogic with WLDF Infrastructure at your Service. Infrastructure at your Service. About me Gérard Wisson Delivery Manager Senior Consultant Mobile +41 79 819 25 98 Gerard.wisson@dbi-services.com

More information

Oracle Database 11g R2 Oracle Database 11g R2 RAC on IBM AIX Tips and Considerations

Oracle Database 11g R2 Oracle Database 11g R2 RAC on IBM AIX Tips and Considerations Oracle Database 11g R2 Oracle Database 11g R2 RAC on IBM AIX Tips and Considerations Ravisankar Shanmugam IBM Oracle International Competency Center Nov 27, 2012 1 Table of contents Abstract... 3 Introduction...

More information

Oracle Grid Infrastructure 11g: Manage Clusterware and ASM Student Guide - Volume I

Oracle Grid Infrastructure 11g: Manage Clusterware and ASM Student Guide - Volume I Oracle Grid Infrastructure 11g: Manage Clusterware and ASM Student Guide - Volume I D59999GC30 Edition 3.0 December 2012 D78226 Authors James Womack James Spiller Technical Contributors David Brower Jean-Francois

More information

Author A.Kishore Convert 11gR2 non-rac database to RAC database using rconfig

Author A.Kishore   Convert 11gR2 non-rac database to RAC database using rconfig Convert 11gR2 non-rac database to RAC database using rconfig I ve installed the new 11gR2 clustered ORACLE_HOME at /d01/oracle/app/oracle/product/11.2.0/dbhome_1 on both the nodes linux1 and linux2 New

More information

Oracle Database 12c R2: RAC Administration Ed 2

Oracle Database 12c R2: RAC Administration Ed 2 Oracle University Contact Us: +36 1224 1760 Oracle Database 12c R2: RAC Administration Ed 2 Duration: 4 Days What you will learn This Oracle Database 12c R2: RAC Administration training will teach you

More information

White Paper. Dell Reference Configuration

White Paper. Dell Reference Configuration White Paper Dell Reference Configuration Deploying Oracle Database 10g R2 Standard Edition Real Application Clusters with Red Hat Enterprise Linux 4 Advanced Server x86_64 on Dell PowerEdge Servers and

More information

Oracle Real Application Clusters in Oracle VM Environments. An Oracle Technical White Paper March 2012

Oracle Real Application Clusters in Oracle VM Environments. An Oracle Technical White Paper March 2012 Oracle Real Application Clusters in Oracle VM Environments An Oracle Technical White Paper March 2012 Oracle Real Application Clusters in Oracle VM Environments Executive Summary... 3 Introduction... 4

More information

Oracle Database 12c Administration I

Oracle Database 12c Administration I Course Overview In this course, students will focus on configuration on supported systems. Also how the database fits in with other systems. Who Should Attend View Course Dates & Register Today This is

More information

Disaster Recovery Solutions With Virtual Infrastructure: Implementation andbest Practices

Disaster Recovery Solutions With Virtual Infrastructure: Implementation andbest Practices Disaster Recovery Solutions With Virtual Infrastructure: Implementation andbest Practices Govindarajan Soundararajan, VMware Siva Kodiganti, VMware Lokesh Krishnarajpet, VMware Disaster Recovery Sessions

More information

Oracle Database High Availability and Performance Scalability

Oracle Database High Availability and Performance Scalability Indiana Oracle Users Group Technology Day May 4 th, 2016 Oracle Database High Availability and Performance Scalability Ashokkumar Sivasankaran About me Ashokkumar Sivasankaran (Ashok) Client Technical

More information

Oracle Database Service High Availability with Data Guard?

Oracle Database Service High Availability with Data Guard? Oracle Database Service High Availability with Data Guard? Robert Bialek Senior Principal Consultant @RobertPBialek doag2017 Who Am I Senior Principal Consultant and Trainer at Trivadis GmbH in Munich.

More information

Quo Vadis SQLTXPLAIN

Quo Vadis SQLTXPLAIN Quo Vadis SQLTXPLAIN Who we are Experts At Your Service > Over 50 specialists in IT infrastructure > Certified, experienced, passionate Based In Switzerland > 100% self-financed Swiss company > Over CHF8

More information

Infrastructure at your Service. In-Memory-Pläne für den 12.2-Optimizer: Teuer oder billig?

Infrastructure at your Service. In-Memory-Pläne für den 12.2-Optimizer: Teuer oder billig? Infrastructure at your Service. In-Memory-Pläne für den 12.2-Optimizer: Teuer oder billig? About me Infrastructure at your Service. Clemens Bleile Senior Consultant Oracle Certified Professional DB 11g,

More information

1 BRIEF / Oracle Solaris Cluster Features and Benefits

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

More information

RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017

RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017 RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017 Oracle Ravello is an overlay cloud that enables enterprises to run their VMware and KVM applications with data-center-like

More information

FlashGrid Cloud Area Network Version 17.05

FlashGrid Cloud Area Network Version 17.05 FlashGrid Cloud Area Network Version 17.05 Deployment Guide rev. 2017-11-17 2017 FlashGrid Inc. Table of Contents 1 Introduction... 3 2 OS Compatibility... 3 3 Defining CLAN Subnets... 3 4 Client to Database

More information

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

Copyright 2018, Oracle and/or its affiliates. All rights reserved. Maximum Availability Architecture Best Practices for the Cloud Markus Michalewicz, Senior Director of Product Management Sebastian Solbach, Consulting Member of Technical Staff October 25, 2018 Safe Harbor

More information

IT115: Oracle Database 12c Administration I

IT115: Oracle Database 12c Administration I IT115: Oracle Database 12c Administration I IT115 Rev.001 CMCT COURSE OUTLINE Page 1 of 12 Training Description: In this training, participants will focus on configuration on supported systems. Also, how

More information

Oracle 10g on Solaris to Oracle RAC 11gR2 on Linux Upgrade

Oracle 10g on Solaris to Oracle RAC 11gR2 on Linux Upgrade Image courtesy of Mammoth-WEBCO, Inc. Image courtesy of ADEPT Airmotive (Pty) Ltd. Courtesy of KlingStubbins Oracle 10g on Solaris to Oracle RAC 11gR2 on Linux Upgrade Alan Williams Database Administrator

More information

Solaris Engineered Systems

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

More information

FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud

FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud rev. 2018-03-18 2016-2018 FlashGrid Inc. Table of Contents 1 Introduction... 3 2 Compatibility... 3 3 Prerequisites... 3 4 Provisioning

More information

FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud

FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud FlashGrid Provisioning and Maintenance Guide for Oracle RAC in Azure Cloud rev. 2017-11-15 2016-2017 FlashGrid Inc. Table of Contents 1 Introduction... 3 2 Compatibility... 3 3 Prerequisites... 3 4 Provisioning

More information

The Right Choice for DR: Data Guard, Stretch Clusters, or Remote Mirroring. Ashish Ray Group Product Manager Oracle Corporation

The Right Choice for DR: Data Guard, Stretch Clusters, or Remote Mirroring. Ashish Ray Group Product Manager Oracle Corporation The Right Choice for DR: Data Guard, Stretch Clusters, or Remote Mirroring Ashish Ray Group Product Manager Oracle Corporation Causes of Downtime Unplanned Downtime Planned Downtime System Failures Data

More information

Database Solutions Engineering. Dell Reference Configuration Deploying Oracle Database on Dell EqualLogic PS5000XV iscsi Storage

Database Solutions Engineering. Dell Reference Configuration Deploying Oracle Database on Dell EqualLogic PS5000XV iscsi Storage Dell Reference Configuration Deploying Oracle Database on Dell EqualLogic PS5000XV iscsi Storage A Dell Technical White Paper Database Solutions Engineering By Wendy Chen Dell Product Group September 2008

More information

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

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

More information

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

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

More information

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

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

More information

Domain Services Clusters Centralized Management & Storage for an Oracle Cluster Environment Markus Flechtner

Domain Services Clusters Centralized Management & Storage for an Oracle Cluster Environment Markus Flechtner s Centralized Management & Storage for an Oracle Cluster Environment Markus Flechtner BASLE BERN BRUGG DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. GENEVA HAMBURG COPENHAGEN LAUSANNE MUNICH STUTTGART VIENNA

More information