What is and What is not Exadata Engineered System

Size: px
Start display at page:

Download "What is and What is not Exadata Engineered System"

Transcription

1 What is and What is not Exadata Engineered System Radosław Cisz

2 Introduction to Database Machine Fully integrated platform for Oracle Databases High performance and High availability solution Consolidation platform Answers all workload types Fast implementation Balanced configuration Based on Oracle Storage Servers technology

3 Introduction to Database Machine 14 Storage Servers (High Capacity / High Performance) 8 Database Nodes 3 Infiniband Switches (40Gb/s) Cisco Ethernet Switch 2 PDUs

4 Storage Servers technology Architecture depend on Exadata version, X bit Intel Sun Fire servers preinstalled with Oracle Linux/Solaris for x86 Drivers and Utilities Exadata Storage Server Software Part of Infiniband Network Smart Storage Operations Capable HP, HC configurations Equipped with Smart Flash Cache

5 Storage Server Hardware Specification Processors 12 Intel CPU Cores System memory 64 GB DDR4 Flash Drives 1.6 TB Disk Controller Host Bus Adapter, 512 MB Battery Backed Write Cache Infiband Network Dual-Port QDR 40 Gb/s HBA Remote management ILOM Ethernet Port Power Supplies 2 x Hot-Swappable

6 Storage Server Parameters Specification Parameter HP (High Performance) HC (High Capacity) Raw Capacity 7.2 TB 36 TB Data Capacity 3.25 TB 16 TB Raw Disk Throughput 1.8 GB/s 1.3 GB/s Flash Throughput 7.25 GB/s 6.75 GB/s Up to 14 Storage Servers in Full Rack configuration All High Capacity or all High Performance servers

7 Database Nodes X3-2 Hardware Specification Processors 16 Intel CPU Cores, System memory 256 GB DDR4 Disk Controller Host Bus Adapter, 512 MB Battery Backup Write Cache Network Interfaces Dual-Port QDR 40 Gb/s HBA Infiniband 4 x 1/10Gb Ethernet (copper) 2 x 10Gb Ethernet (optical) Remote management ILOM Ethernet Port Power Supplies 2 x Hot-Swappable

8 Infiniband Network Overview 40 Gb/s speed in each direction Zero-loss Zero-copy Datagram Protocol (ZDP) Zero copy implementation of RDSv3 There is no difference for tools like ping Used for RAC interconnect, storage networking, external connectivity RDS is used for RAC interconnect RDS is used for DbNodes Storage Servers communication With Infiniband you can connect up to 18 Exadata Racks

9 Infiniband Network Overview

10 Infiniband Network Overview

11 Exadata Network Overview

12 Smart Flash Cache Intelligently caches database objects (not data blocks) Replaces slow mechanical I/O operations Smart Flash Logging Supports "log file sync/log file parallel write" Parallel write to Disk Controller Cache and Flash memory For X3-2 Full Rack Maximum Flash bandwith 100 GB/s Maximum Flash read IOPS 1,500,000 Maximu Flash write IOPS 1,000,000

13 Smart Flash Cache Exadata uses Flash PCI cards, not flash disks It is not disk replacement Exadata Storage Software decides how and when to use flash storage ESS Can simultaneously scan from flash and disks Traditional Storage Arrays Controllers are bottleneck for storage subsystem Adding Flash Layer makes bottleneck more visible Does not have knowledge on type of workload cached

14 Smart Flash Cache Each PCI Flash Card provides 1,33 GB/s throughput Exadata scales linearly across 4 cards DBAs and Developers can influence how DB objects are keeped on Flash Cache (CACHE,NOCACHE,EVICT, DEFAULT,KEEP,NONE) In practice it is common to see > 90% 'flash cache hit' Can be combined with HCC Exadata Software automatically detects and bypass poorly performing or crippled flash IO Resource Manager can manage I/O on flash and disks between consolidated databases

15 Smart Flash Cache Can work in two configurations Write Through Write Back (write intensive applications "free buffer wait") Cached type of workload Frequently accesed data and index blocks Controlfile reads and writes File header reads and writes KEEP objects Not - Cached type of workload Backup related I/O Data Pump I/O Datafile formatting Table scans, which are suppose to monopolize Flash I/Os mirrors copies are managed intelligently

16 Smart Flash Cache Write Back vs Write Through Generally Session in not waiting for dirty buffers writes (DBWR), the only wait is log file sync on commit There are cases when session must wait because of too slow DBWR When there are too many dirty blocks and no free space in buffer cache Session wants to read another lock, and has to first place it in cache Session waits till DBWR will flush dirty blocks to make room for new blocks When we can see inefficient DBWR? When there is workload with huge amount of updates When writes goes to the same file/block ("free buffer wait" connected with "buffer busy wait") Imbalance in Read vs Write operations (write through flash cache, accelerates read factor by up to 10 times!)

17 Smart Flash Cache

18 Smart Flash Cache

19 Database Machine Software Architecture Diskmon checks cell liveness, DBRM plans propagation Diskmon.bin master process, dskm slave process for each d instance Provides data fencing to protect data integrity

20 Exadata Horizontal Scalablility

21

22 Exadata Storage Expansion Rack Full Rack 18 Exadata Storage Servers 3 Infiniband Switches Half Rack 9 Exadata Storage Servers 3 Infiniband Switches Quarter Rack 4 Exadata Storage Servers 2 Infiniband Switches

23 Database Machine Benefits for Warehousing Parallel storage grid providing huge throughput Very efficient Infiniband storage network Most of DW like query processing moved to storage servers Exadata Hybrid Columnar Compression less I/O In-memory parallel query

24 Exadata Hybrid Columnar Compression Saved Space (cost saving) Performance Improvement (reduced I/O operations) Average compression ration 10x 15x, depending on compression level Query Low / Query High Archive Low / Archive High Best compression ratios for Direct Load Operations Decompression offloaded to storage servers DBMS_COMPRESSION predicting compression ratio

25 Database Machine Benefits for OLTP Parallel storage grid providing large I/O throughput Low-latency Infiniband Network PING qrceladm01.oracle.com.pl ( ) 56(84) bytes of data. 64 bytes from qrceladm01.oracle.com.pl ( ): icmp_seq=1 ttl=64 time=0.101 ms 64 bytes from qrceladm01.oracle.com.pl ( ): icmp_seq=2 ttl=64 time=0.122 ms 64 bytes from qrceladm01.oracle.com.pl ( ): icmp_seq=3 ttl=64 time=0.125 ms 64 bytes from qrceladm01.oracle.com.pl ( ): icmp_seq=4 ttl=64 time=0.131 ms 64 bytes from qrceladm01.oracle.com.pl ( ): icmp_seq=5 ttl=64 time=0.121 ms High-End database servers, with a lot of computing memory Exadata Smart Flash Cache

26 Database Machine Software Architecture For Different Database versions

27 Classic Database I/O vs Exadata SQL Processing Model

28 Classic Database I/O vs Exadata SQL Processing Model

29 Infiniband Storage Network and Smart Scan Scale-Out Each cell can deliver 1.8 GB/s 14 cells have potential scanning power 25.3 GB/s Select /* full(t1) */ count(*) from huge_4800gb where id < 10; Without smart-scan - Extents are identified - Table is evenly distributed across all servers - All blocks of table huge_4800gb are send to Database - Each cell can scan with speed GB/s - In full rack there are 14 cells - Infiniband connection to DB nodes is 40Gb/s / 14 what gives us 2.85Gb/s = 0.357GB/s - In this case each cell scan speed is 0.357Gb/s - With table size 4800 GB it gives ~16 minutes! With smart-scan - Database (shadow process) asks to send only matching rows - Returning rows are only 2MB in size - In this case Interconnect speed is not an issue - Each cell can scan with a speed 1.8 G/s - Operation will last 3 minutes and 10 seconds!!!!

30 Exadata Smart Scan Predicate Filtering Only filtered rows are returned to database nodes Column Projection Storage Server Software, applies 'where' predicates on storage layer. Only columns referenced in SQL query, and necessary to fulfill join processing and sorting columns are returned Join Processing Star joins are executed on storage layer

31 Exadata Smart Scan Scans on encrypted data Scans on compressed data Data Mining Scoring Model Subset of functions is offloaded (V$SQLFN_METADATA) Formatting datafile blocks RMAN datafile restoration One block granurality for incremental backups using Block Change Tracking File

32 Exadata Smart Scan Virtual Columns computation Balancing CPU usage

33 Smart Scan Prerequisites There must be full scan of object FTS Full Table Scan FFIS Fast Full Index Scan Materialized View Full Scan Scan must use Direct-Path Read mechanism Higher 'direct path read' Waits in 11g when Compared to 10g (Doc ID ) _serial_direct_read, _small_table_threshold - default 2% of buffer cache blocks This decision is based on the size of the table, buffer cache size, and various other statistics Any table having more than 5 times the number of blocks in "_small_table_threshold" will automatically use direct path reads for serial full table scans (FTS) Object must be stored on Exadata Storage

34 Exadata Storage Indexes SQL> Select * from TABLE where B < 2

35 Multiplied Benefits

36 IORM I/O Resource Manager

37 IORM I/O Resource Manager I/O redo writes and controlfile write always prioritized before user writes Database writer writes are scheduled at the same priority level as user I/O Background queues correspond to low,medium,high priority

38 IORM I/O Resource Manager

39 IORM I/O Resource Manager CellCLI> alter iormplan dbplan=(name=db1,level=1,allocation=70), (name=db2,level=1,allocation=30), (name=db3,level=2,allocation=50), (name=db4,level=2,allocation=50), (name=other,level=3,allocation=100), catplan=''; DbName Level1 db1 70 db2 30 Level2 db3 50 db4 50 other Level3 100

40 IORM I/O Resource Manager CellCLI> alter iormplan dbplan=(name=db1,level=1,allocation=70, role=primary,flashcache=on,flashlog=on), (name=db2,level=1,allocation=20, role=standby,flashcache=off,flashlog=off), (name=db3,level=2,allocation=20, role=standby,flashcache=off,flashlog=off), (name=db4,level=2,allocation=80, role=primary,flashcache=off,flashlog=on), (name=other,level=3,allocation=100), catplan=''; CellCLI> alter iormplan dbplan=(name=db1,share=7), (name=db2,share=18), (name=db3,share=15), (name=db4,share=5), (name=default,share=3), Catplan=''; Max Value for share=32 Max number of directives=1024

41 Interleaved Grid Disks and ASM Intelligent Data Placement CellCLI> CREATE CELLDISK ALL HARDDISK; CellCLI> CREATE GRIDDISK ALL PREFIX=DGDATA, SIZE=500G CellCLI> CREATE GRIDDISK ALL PREFIX=DGRECO, SIZE=300G CellCLI> CREATE CELLDISK ALL HARDDISK INTERLEAVING='normal_redundancy'; or CellCLI> CREATE CELLDISK ALL HARDDISK INTERLEAVING='high_redundancy'; CellCLI> CREATE GRIDDISK ALL PREFIX=DGDATA, SIZE=500G CellCLI> CREATE GRIDDISK ALL PREFIX=DGRECO, SIZE=300G

42 Interleaved Grid Disks and ASM Intelligent Data Placement Interleaved GridDisks works with ASM IDP (Intelligent Data Placement) Primary Extents are placed on Hot Portion of disk Mirror Extent are placed on Cold Portion of disk No special commands necessary

43 Exadata Specific System Statistics SQL> exec dbms_stats.gather_system_stats('exadata') New method for monitoring IOFTRSPEED Captures accurate MBRC for Exadata Asses correctly for DB machine CPUSPEED Requires at least BP18

44 Network Resource Management Prorititize critical database network traffic Ensures fast response time for latency-critical operations (QoS) Gives priority to redo writes and RAC Cache Fusion messages

45 Automatic Hard Disk Scrubbing and Repair Corruption on seldom accessed data can be unnoticed Reads are made from primary extent copy, so secondary extents could be long time corrupted Proactive SCRUB I/O is issued when disk is idle Scrubbing periodically scans each disk every two weeks by default In write-back, if data is dirty in FC, it will be overwirtten when cached copy will be flushed to disk If database block is clean in flash, it is repaired from flash, if not it is repaired from mirror copy CELLCLI> ALTER CELL harddiskscrubinterval = daily weekly biweekly none

46 Active-Active IB Connectivity Prior to Storage Sotfware only activepassive IB bonding was used In >= it is possible to configure Active-Active Do not configure Active-Active bonding on hardware before X4. Exadata X4 is equipped with IB cards that supports PCIe 3.0, allowing the combined bandwith of both ports can be exploited

47 Faster Disk Rebalance Operation (appliance mode) New ASM attribute Exadata specific 'appliance.mode ' improves disk rebalance times 'compatible.asm' => 'cell.smart_scan_capable' = 'true' Improves disk rebalance times, by taking advantage of the specific configuration settings applied to ASM groups on Exadata

48 I/O Latency Capping (Read/Write) Because of Internal maintenance operations, or precursor to failure, disk and flash can exhibit occasionally unusual high latencies Storage Software detects such situations Read operation ESS messages database that initiated the I/O Database redirects read to mirror copy Write operation Requires Flash in write-back mode Redirects slow write operation to another flash device on the same cell

49 Exadata X5-2 Extreme Flash Storage Server Processors 16 Intel CPU Cores, 2 x Eight-Core Intel Xeon E v3 2.4 GHz System memory 64 GB DDR4 Flash Drives 12.8 TB 8 x 1.6 TB Sun Flash Accelerator F160 PCI Infiband Network Dual-Port QDR 40 Gb/s HBA Remote management ILOM Ethernet Port Power Supplies 2 x Hot-Swappable

50 Exadata X5-2 Elastic Configuration Start with Quarter Rack 2 database servers 3 storage servers Add maximum of 22 servers Mixture of HC and HP (Extreme Flash) servers is supported

51 Oracle Capacity-On-Demand for Database Servers # resourcecontrol -capacity_on_demand display disable enable -cores numofcores Limits the number of active cores Available commencing with version Set during Initial Configuration with Deployment Assistant Number of active cores cannot be decreased Minimum number of active CPU cores 50% for X4 40% for X5 Number of active processor cores must be equal among db nodes sockets

52 Oracle Exadata Virtual Machines Available since Configured OEDA VM machines are considered as trusted partitions Multiple clusters on the same sets of physical servers All features of Exadata available Requires Oracle Linux

53 I/O Resource Management For Flash Flash Cache usage limits by database In multitenant configuration, PDBs limits can be set as percentage of the container database limit CellCLI> alter iormplan dbplan=(name=db1,share=7,flashcachemin=8192), (name=db2,share=18, flashcachemin=1g,flashcachelimit=10g), (name=db3,share=15,limit=40), catplan=''; Based on shares

54 Exadata Storage Server Performance Statistics in AWR reports Exadata specific configuration and performance statistics are collected in AWR reports Configuration Hardware model Software versions Storage Configuration Health reports Offline disks Open alerts Performance statistics OS Storage servers Smart scan Database statistics

55 Database Machine Automated Support Ecosystem Automatic Service Request Available as a feature of Oracle hardware Warranty and Oracle Premier Support for Systems Automatically opens SRs with Oracle Suppport Compromises hardware faults on CPUs, disk controllers,disks, flash cards,flash modules,infiniband cards,memory modules,system boards,power supplies and funs

56 Database Machine Automated Support Ecosystem

57 Metalink Note Exadata Database Machine and Exadata Storage Server Supported Versions Applies to Oracle Exadata Storage Server Software Oracle Exadata Hardware Oracle Database - Enterprise Edition - Version to [Release 11.2 to 12.1] Oracle Platinum Services - Version N/A to N/A Enterprise Manager for Oracle Database - Version to [Release 10.1] Oracle Solaris on x86-64 (64-bit) Linux x86-64 Oracle Exadata Database Machine

58 Follow-up Courses In order of importance: D92887GC10 - Exadata Database Machine: 12c Administration Workshop Ed 1 NEW 5 days D78850GC20 - Oracle Database 12c: Backup and Recovery Workshop Ed 2-5 days D81250GC10 - Oracle Database 12c: RAC Administration Ed days D81242GC10 - Oracle Database 12c: ASM Administration - 2 days D79232GC10 - Oracle Database 12c: Data Guard Administration - 4 days D79236GC10 - Oracle Database 12c: Performance Management and Tuning - 5 days D79128GC10 - Oracle Database 12c: Managing Multitenant Architecture - 2 days D85572GC10 - Oracle Database 12c: Implement Partitioning Ed 1-2 days D70064GC20 - Oracle Database 11g: Administer a Data Warehouse - 4 days D55650GC10 - Oracle Database 11g: Managing Oracle on Linux for DBAs - 2 days

B. Using Data Guard Physical Standby to migrate from an 11.1 database to Exadata is beneficial because it allows you to adopt HCC during migration.

B. Using Data Guard Physical Standby to migrate from an 11.1 database to Exadata is beneficial because it allows you to adopt HCC during migration. Volume: 71 Questions Question No : 1 Which two statements are true about migrating your database to Exadata? A. Because Exadata uses InfiniBand, in order to migrate your database to Exadata, you must have

More information

An Oracle White Paper November A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server

An Oracle White Paper November A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server An Oracle White Paper November 2012 A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server Introduction... 2 Exadata Product Family... 4 The Exadata Engineered System...

More information

An Oracle White Paper March A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server

An Oracle White Paper March A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server An Oracle White Paper March 2012 A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server Introduction... 2 Exadata Product Family... 4 Exadata Database Machine... 4 Exadata

More information

SUN ORACLE DATABASE MACHINE

SUN ORACLE DATABASE MACHINE SUN ORACLE DATABASE MACHINE FEATURES AND FACTS FEATURES From 1 to 8 database servers From 1 to 14 Sun Oracle Exadata Storage Servers Each Exadata Storage Server includes 384 GB of Exadata QDR (40 Gb/second)

More information

Storage Optimization with Oracle Database 11g

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

More information

1Z Oracle Exadata X5 Administration Exam Summary Syllabus Questions

1Z Oracle Exadata X5 Administration Exam Summary Syllabus Questions 1Z0-070 Oracle Exadata X5 Administration Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-070 Exam on Oracle Exadata X5 Administration... 2 Oracle 1Z0-070 Certification Details:...

More information

<Insert Picture Here> South Fla Oracle Users Group Oracle/Sun Exadata Database Machine June 3, 2010

<Insert Picture Here> South Fla Oracle Users Group Oracle/Sun Exadata Database Machine June 3, 2010 South Fla Oracle Users Group Oracle/Sun Exadata Database Machine June 3, 2010 Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

<Insert Picture Here> Controlling resources in an Exadata environment

<Insert Picture Here> Controlling resources in an Exadata environment Controlling resources in an Exadata environment Agenda Exadata Security Flash Cache and Log Storage Indexes Parallel Execution Agenda Exadata Security Flash Cache and Log Storage

More information

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

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

More information

Oracle Exam 1z0-027 Oracle Exadata Database Machine X3 Administration Version: 6.13 [ Total Questions: 72 ]

Oracle Exam 1z0-027 Oracle Exadata Database Machine X3 Administration Version: 6.13 [ Total Questions: 72 ] s@lm@n Oracle Exam 1z0-027 Oracle Exadata Database Machine X3 Administration Version: 6.13 [ Total Questions: 72 ] Question No : 1 Which two are Oracle recommendations for media based backups performed

More information

<Insert Picture Here> Exadata Hardware Configurations and Environmental Information

<Insert Picture Here> Exadata Hardware Configurations and Environmental Information Exadata Hardware Configurations and Environmental Information Revised July 1, 2011 Agenda Exadata Hardware Overview Environmental Information Power InfiniBand Network Ethernet Network

More information

ORACLE EXADATA DATABASE MACHINE X2-8

ORACLE EXADATA DATABASE MACHINE X2-8 ORACLE EXADATA DATABASE MACHINE X2-8 FEATURES AND FACTS FEATURES 128 CPU cores and 2 TB of memory for database processing 168 CPU cores for storage processing 2 database servers 14 Oracle Exadata Storage

More information

Oracle EXAM - 1Z Oracle Exadata Database Machine Administration, Software Release 11.x Exam. Buy Full Product

Oracle EXAM - 1Z Oracle Exadata Database Machine Administration, Software Release 11.x Exam. Buy Full Product Oracle EXAM - 1Z0-027 Oracle Exadata Database Machine Administration, Software Release 11.x Exam Buy Full Product http://www.examskey.com/1z0-027.html Examskey Oracle 1Z0-027 exam demo product is here

More information

Exadata Implementation Strategy

Exadata Implementation Strategy Exadata Implementation Strategy BY UMAIR MANSOOB 1 Who Am I Work as Senior Principle Engineer for an Oracle Partner Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist

More information

What Really Sets Apart Exadata from the Rest

What Really Sets Apart Exadata from the Rest 1 What Really Sets Apart Exadata from the Rest Presented By: Zahid Anwar, Principal Oracle DBA Consultant 3 rd December 2018 Company Classification: Public A bit about myself Principal Oracle DBA Consultant

More information

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

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

More information

ORACLE EXADATA DATABASE MACHINE X2-2

ORACLE EXADATA DATABASE MACHINE X2-2 ORACLE EXADATA DATABASE MACHINE X2-2 FEATURES AND FACTS FEATURES Up to 96 CPU cores and 768 GB memory for database processing Up to 168 CPU cores for storage processing From 2 to 8 database servers From

More information

Exadata Database Machine Administration Workshop

Exadata Database Machine Administration Workshop Exadata Database Machine Administration Workshop Duration : 32 Hours This course introduces you to the Oracle Exadata Database Machine. You'll learn about the various Exadata Database Machine features

More information

Exadata Database Machine: 12c Administration Workshop Ed 2

Exadata Database Machine: 12c Administration Workshop Ed 2 Oracle University Contact Us: 00 9714 390 9050 Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop

More information

Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days

Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days This Exadata Database Machine: 12c Administration Workshop introduces you to Oracle Exadata Database Machine. Explore the various

More information

Exadata Implementation Strategy

Exadata Implementation Strategy BY UMAIR MANSOOB Who Am I Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist since 2011 Oracle Database Performance Tuning Certified Expert Oracle Business Intelligence

More information

Oracle Exadata: Strategy and Roadmap

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

More information

Maximize Database Join and Sort Performance Utilizing Exadata Flash

Maximize Database Join and Sort Performance Utilizing Exadata Flash Managed Services Cloud Services Consulting Services Licensing Maximize Database Join and Sort Performance Utilizing Exadata Flash Kasey Parker Sr. Enterprise Architect Kasey.Parker@centroid.com Centroid

More information

Exadata Database Machine Administration Workshop NEW

Exadata Database Machine Administration Workshop NEW Exadata Database Machine Administration Workshop NEW What you will learn: This course introduces students to Oracle Exadata Database Machine. Students learn about the various Exadata Database Machine features

More information

Arup Nanda Longtime Oracle DBA (and now DMA)

Arup Nanda Longtime Oracle DBA (and now DMA) 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 (DMA) How much do you have to learn?

More information

Exadata for Oracle DBAs. Arup Nanda Longtime Oracle DBA (and now DMA)

Exadata for Oracle DBAs. Arup Nanda Longtime Oracle DBA (and now DMA) 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 (DMA) How much do you have to learn?

More information

An Oracle White Paper April A Technical Overview of the Sun Oracle Database Machine and Exadata Storage Server

An Oracle White Paper April A Technical Overview of the Sun Oracle Database Machine and Exadata Storage Server An Oracle White Paper April 2010 A Technical Overview of the Sun Oracle Database Machine and Exadata Storage Server Sun Oracle Database Machine and Exadata Storage Server... 2 Exadata Product Family...

More information

Oracle Exadata. Smart Database Platforms - Dramatic Performance and Cost Advantages. Juan Loaiza Senior Vice President Oracle Database Systems

Oracle Exadata. Smart Database Platforms - Dramatic Performance and Cost Advantages. Juan Loaiza Senior Vice President Oracle Database Systems Oracle Exadata Smart Database Platforms - Dramatic Performance and Cost Advantages Juan Loaiza Senior Vice President Oracle Database Systems Exadata X5-2 Exadata X5-8 SuperCluster M7-8 Exadata Vision Dramatically

More information

Exadata Database Machine: 12c Administration Workshop Ed 2

Exadata Database Machine: 12c Administration Workshop Ed 2 Oracle University Contact Us: 800-260-690 Exadata Database Machine: 12c Administration Workshop Ed 2 Duration: 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop training

More information

MACHINE X2-8. Exadata Storage Server and the Oracle Databases storage hierarchy. With 14 ORACLE DATA SHEET ORACLE EXADATA DATABASE FEATURES AND FACTS

MACHINE X2-8. Exadata Storage Server and the Oracle Databases storage hierarchy. With 14 ORACLE DATA SHEET ORACLE EXADATA DATABASE FEATURES AND FACTS ORACLE EXADATA DATABASE MACHINE X2-8 FEATURES AND FACTS FEATURES 160 CPU cores and 4 TB of memory for database processing 168 CPU cores dedicated to SQL processing in storage 2 database servers 14 Oracle

More information

International Journal of Computer Engineering and Applications,

International Journal of Computer Engineering and Applications, EXADATA DATABASE MACHINE: CLOUD IMPLEMENTATION- IN A BOX: Lecturer, Dept of Information technology Ranchi Women s College, Ranchi-834001, Jharkhand. dollyviv@gmail.com ABSTRACT: After remaining happy with

More information

<Insert Picture Here> Introducing Exadata X3

<Insert Picture Here> Introducing Exadata X3 Introducing Exadata X3 Exadata X3 Hardware Overview Overall Exadata Architecture remains the same - Working great, no need for change - DB Machine names change from X2 to X3 (e.g.

More information

Exdata Database Machine: 12c Administration Workshop Ed 2

Exdata Database Machine: 12c Administration Workshop Ed 2 Exdata Database Machine: 12c Administration Workshop Ed 2 Duration 5 Days What you will learn This Exadata Database Machine: 12c Administration Workshop training introduces you to Oracle Exadata Database

More information

Oracle Exadata Course Content

Oracle Exadata Course Content 1 Oracle Exadata Course Content Introduction Course Objectives Audience and Prerequisites Course Contents Terminology Additional Resources Introducing the Laboratory Environment Exadata Database Machine

More information

Exadata Database Machine: 12c Administration Workshop Ed 1

Exadata Database Machine: 12c Administration Workshop Ed 1 Oracle University Contact Us: 20 (0)2 35350254 Exadata Database Machine: 12c Administration Workshop Ed 1 Duration: 5 Days What you will learn This course introduces students to Oracle Exadata Database

More information

The Oracle Database Appliance I/O and Performance Architecture

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

More information

Oracle - Exadata Database Machine: 12c

Oracle - Exadata Database Machine: 12c Oracle - Exadata Database Machine: 12c Administration Workshop Ed 2 Code: Lengt h: URL: D92889GC20 5 days View Online This Exadata Database Machine: 12c Administration Workshop training introduces you

More information

Was ist dran an einer spezialisierten Data Warehousing platform?

Was ist dran an einer spezialisierten Data Warehousing platform? Was ist dran an einer spezialisierten Data Warehousing platform? Hermann Bär Oracle USA Redwood Shores, CA Schlüsselworte Data warehousing, Exadata, specialized hardware proprietary hardware Introduction

More information

Under the Hood of Oracle Database Appliance. Alex Gorbachev

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

More information

Exadata Database Machine Administration Workshop

Exadata Database Machine Administration Workshop Exadata Database Machine Administration Workshop Training Calendar Date Training Time Location 11 March 2019 5 Days Bilginç IT Academy 15 April 2019 5 Days Bilginç IT Academy Training Details Training

More information

Exadata X3 in action: Measuring Smart Scan efficiency with AWR. Franck Pachot Senior Consultant

Exadata X3 in action: Measuring Smart Scan efficiency with AWR. Franck Pachot Senior Consultant Exadata X3 in action: Measuring Smart Scan efficiency with AWR Franck Pachot Senior Consultant 16 March 2013 1 Exadata X3 in action: Measuring Smart Scan efficiency with AWR Exadata comes with new statistics

More information

<Insert Picture Here> Oracle Exadata Database Machine Introduction and hardware

<Insert Picture Here> Oracle Exadata Database Machine Introduction and hardware Oracle Exadata Database Machine Introduction and hardware Disclaimer This PTS workshop/briefing is intended to provide training and guidance in the latest Oracle products specifically

More information

Oracle Database Exadata Cloud Service Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE

Oracle Database Exadata Cloud Service Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE Oracle Database Exadata Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE Oracle Database Exadata combines the best database with the best cloud platform. Exadata is the culmination of more

More information

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

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

More information

Referring to Fig 1, suppose the user wants to select the rows of all the customers who are angry. The following query would make it happen:

Referring to Fig 1, suppose the user wants to select the rows of all the customers who are angry. The following query would make it happen: Exadata for Oracle DBAs By Arup Nanda If you are an Oracle DBA familiar with Oracle 11gR2 RAC, clusterware and ASM and about to become a Database Machine Administrator (DMA) the folks who manage an Exadata

More information

<Insert Picture Here> Controlling resources in an Exadata environment

<Insert Picture Here> Controlling resources in an Exadata environment Controlling resources in an Exadata environment Agenda Smart IO IO Resource Manager Compression Hands-on time Exadata Security Flash Cache Storage Indexes Parallel Execution Agenda

More information

Oracle Exadata Performance

Oracle Exadata Performance Yes. You still need to tune. By Kathy Gibbs, Product Manager Presentation to NYOUG Winter General Meeting 12/2011 Confio Software 4772 Walnut Street, Suite 100 Boulder, CO 80301 www.confio.com Introduction

More information

Oracle Exadata Recipes

Oracle Exadata Recipes Oracle Exadata Recipes A Problem-Solution Approach John Clarke Apress- Contents About the Author About the Technical Reviewer Acknowledgments Introduction xxxiii xxxv xxxvii xxxix Part 1: Exadata Architecture

More information

ORACLE EXADATA DATABASE MACHINE X6-8

ORACLE EXADATA DATABASE MACHINE X6-8 ORACLE DATA SHEET ORACLE EXADATA DATABASE MACHINE X6-8 The Oracle Exadata Database Machine is engineered to deliver dramatically better performance, cost effectiveness and availability for Oracle databases.

More information

Key to A Successful Exadata POC

Key to A Successful Exadata POC BY UMAIR MANSOOB Who Am I Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist since 2011 Oracle Database Performance Tuning Certified Expert Oracle Business Intelligence

More information

Exadata Monitoring and Management Best Practices

Exadata Monitoring and Management Best Practices Exadata Monitoring and Management Best Practices Mughees A. Minhas Oracle Redwood Shores, CA, USA Keywords: Oracle, Exadata, monitoring, management, database, performance, monitor, Enterprise Manager,

More information

ORACLE EXADATA DATABASE MACHINE X7-8

ORACLE EXADATA DATABASE MACHINE X7-8 ORACLE EXADATA DATABASE MACHINE X7-8 The Oracle Exadata Database Machine is engineered to deliver dramatically better performance, cost effectiveness and availability for Oracle databases. Exadata features

More information

1Z Primavera P6 Enterprise Project Portfolio Management Essentials.

1Z Primavera P6 Enterprise Project Portfolio Management Essentials. Oracle 1Z0-536 Primavera P6 Enterprise Project Portfolio Management Essentials TYPE: DEMO http://www.examskey.com/1z0-536.html Examskey Oracle 1Z0-536 exam demo product is here for you to test the quality

More information

Pass4Sure.1z0-027 {72q}

Pass4Sure.1z0-027 {72q} Pass4Sure.1z0-027 {72q} Number: 1z0-027 Passing Score: 800 Time Limit: 120 min File Version: 6.0 http://www.gratisexam.com/ A) I am writing to proudly announce that I'd passed my Exam by using this VCE

More information

A Technical Overview of the HP Oracle Exadata Storage Server. An Oracle White Paper October 2008

A Technical Overview of the HP Oracle Exadata Storage Server. An Oracle White Paper October 2008 A Technical Overview of the HP Oracle Exadata Storage Server An Oracle White Paper October 2008 A Technical Overview of the HP Oracle Exadata Storage Grid The HP Oracle Exadata Storage Server... 3 Today

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z1-027 Title : Oracle Exadata Database Machine Administration, Software Release 11.x Vendor : Oracle

More information

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

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

More information

Oracle 1Z0-515 Exam Questions & Answers

Oracle 1Z0-515 Exam Questions & Answers Oracle 1Z0-515 Exam Questions & Answers Number: 1Z0-515 Passing Score: 800 Time Limit: 120 min File Version: 38.7 http://www.gratisexam.com/ Oracle 1Z0-515 Exam Questions & Answers Exam Name: Data Warehousing

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

ORACLE EXADATA DATABASE MACHINE X5-2

ORACLE EXADATA DATABASE MACHINE X5-2 ORACLE EXADATA DATABASE MACHINE X5-2 The Oracle Exadata Database Machine is engineered to be the highest performing, most cost effective and most available platform for running Oracle Database. Exadata

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

HP solutions for mission critical SQL Server Data Management environments

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

More information

Oracle Exadata X2/X3-8: A Critical Review

Oracle Exadata X2/X3-8: A Critical Review Oracle Exadata X2/X3-8: A Critical Review Mike Ault Oracle Guru Texas Memory Systems an IBM Company What Is Exadata X2/X3-8? Is it software? Is it hardware? Is it the Borg? Exadata as Borg? Not Really

More information

ORACLE EXADATA DATABASE MACHINE X4-8

ORACLE EXADATA DATABASE MACHINE X4-8 ORACLE EXADATA DATABASE MACHINE X4-8 The Oracle Exadata Database Machine is engineered to be the highest performing and most available platform for running the Oracle Database. Exadata is a modern architecture

More information

A Technical Overview of Oracle SuperCluster O R A C L E W H I T E P A P E R J A N U A R Y

A Technical Overview of Oracle SuperCluster O R A C L E W H I T E P A P E R J A N U A R Y A Technical Overview of Oracle SuperCluster O R A C L E W H I T E P A P E R J A N U A R Y 2 0 1 7 Table of Contents Introduction 3 Oracle SuperCluster Components 5 Oracle SuperCluster Component Details

More information

Achieving Memory Level Performance: Secrets Beyond Shared Flash

Achieving Memory Level Performance: Secrets Beyond Shared Flash Achieving Memory Level Performance: Secrets Beyond Shared Flash Kothanda (Kodi) Umamageswaran Vice President, Exadata Development Gurmeet Goindi Exadata Product Management Safe Harbor Statement The following

More information

Oracle: From Client Server to the Grid and beyond

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

More information

Oracle Exadata Implementation Strategy HHow to Implement Exadata In-house

Oracle Exadata Implementation Strategy HHow to Implement Exadata In-house Oracle Exadata Implementation Strategy HHow to Implement Exadata In-house Introduction Oracle Exadata The Oracle Exadata is a database machine, which has now been present since 2008. A number of financial

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 1z1-070 Title : Oracle Exadata X5 Administration Vendor : Oracle Version : DEMO Get

More information

Exadata. Presented by: Kerry Osborne. February 23, 2012

Exadata. Presented by: Kerry Osborne. February 23, 2012 Exadata Presented by: Kerry Osborne February 23, 2012 whoami Worked with Oracle Since 1982 (V2) Working with Exadata since early 2010 Work for Enkitec (www.enkitec.com) (Enkitec owns a Half Rack V2/X2)

More information

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year!

ACCURATE STUDY GUIDES, HIGH PASSING RATE! Question & Answer. Dump Step. provides update free of charge in one year! DUMP STEP Question & Answer ACCURATE STUDY GUIDES, HIGH PASSING RATE! Dump Step provides update free of charge in one year! http://www.dumpstep.com Exam : 1Z0-027 Title : Oracle Exadata X3 Administration

More information

FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC

FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC white paper FlashGrid Software Intel SSD DC P3700/P3600/P3500 Topic: Hyper-converged Database/Storage FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC Abstract FlashGrid

More information

Mellanox InfiniBand Solutions Accelerate Oracle s Data Center and Cloud Solutions

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

More information

ORACLE EXADATA STORAGE EXPANSION RACK X3-2

ORACLE EXADATA STORAGE EXPANSION RACK X3-2 ORACLE EXADATA STORAGE EXPANSION RACK X3-2 FEATURES AND FACTS FEATURES Grow the storage capacity of Oracle Exadata Database Machines and Oracle SuperCluster Includes from 4 to 18 Oracle Exadata Storage

More information

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

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Engineered Systems - Exadata Juan Loaiza Senior Vice President Systems Technology October 4, 2012 2 Safe Harbor Statement "Safe Harbor Statement: Statements in this presentation relating to Oracle's

More information

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c White Paper Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c What You Will Learn This document demonstrates the benefits

More information

Evolving To The Big Data Warehouse

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

More information

Making Storage Smarter Jim Williams Martin K. Petersen

Making Storage Smarter Jim Williams Martin K. Petersen Making Storage Smarter Jim Williams Martin K. Petersen Agenda r Background r Examples r Current Work r Future 2 Definition r Storage is made smarter by exchanging information between the application and

More information

ORACLE EXADATA STORAGE EXPANSION RACK X7-2

ORACLE EXADATA STORAGE EXPANSION RACK X7-2 ORAC LE DA TA SHEE T ORACLE EXADATA STORAGE EXPANSION RACK X7-2 Oracle Exadata and Oracle SuperCluster deliver extreme performance and scalability for all your database applications including Online Transaction

More information

[Contents. Sharing. sqlplus. Storage 6. System Support Processes 15 Operating System Files 16. Synonyms. SQL*Developer

[Contents. Sharing. sqlplus. Storage 6. System Support Processes 15 Operating System Files 16. Synonyms. SQL*Developer ORACLG Oracle Press Oracle Database 12c Install, Configure & Maintain Like a Professional Ian Abramson Michael Abbey Michelle Malcher Michael Corey Mc Graw Hill Education New York Chicago San Francisco

More information

An Oracle White Paper September Oracle Utilities Meter Data Management Demonstrates Extreme Performance on Oracle Exadata/Exalogic

An Oracle White Paper September Oracle Utilities Meter Data Management Demonstrates Extreme Performance on Oracle Exadata/Exalogic An Oracle White Paper September 2011 Oracle Utilities Meter Data Management 2.0.1 Demonstrates Extreme Performance on Oracle Exadata/Exalogic Introduction New utilities technologies are bringing with them

More information

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

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

More information

Consolidate with Oracle Exadata

Consolidate with Oracle Exadata Consolidate with Oracle Exadata Manage Resources and Availability - CON7770 Sue K. Lee, Director of Development René Kundersma, Consulting Member of Tech. Staff Oracle Server Technologies Oct 1, 2014 Safe

More information

REQUEST FOR PROPOSAL FOR PROCUREMENT OF

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

More information

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

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Oracle Database 12c Preview In-Memory Column Store (V12.1.0.2) Michael Künzner Principal Sales Consultant The following is intended to outline our general product direction. It is intended for information

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

The Role of Database Aware Flash Technologies in Accelerating Mission- Critical Databases

The Role of Database Aware Flash Technologies in Accelerating Mission- Critical Databases The Role of Database Aware Flash Technologies in Accelerating Mission- Critical Databases Gurmeet Goindi Principal Product Manager Oracle Flash Memory Summit 2013 Santa Clara, CA 1 Agenda Relational Database

More information

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

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

More information

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

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

More information

Database Consolidation with Oracle Exadata

Database Consolidation with Oracle Exadata Database Consolidation with Oracle Exadata Techniques and Best Practices Manish Shah Sr. Principal Product Manager, Exadata Oracle Corporation Ajit Singh Director, Data Technology Platforms New York Stock

More information

Oracle Exadata: The World s Fastest Database Machine

Oracle Exadata: The World s Fastest Database Machine 10 th of November Sheraton Hotel, Sofia Oracle Exadata: The World s Fastest Database Machine Daniela Milanova Oracle Sales Consultant Oracle Exadata Database Machine One architecture for Data Warehousing

More information

Exadata Resource Management: Achieve Mind- blowing Performance, Consistently

Exadata Resource Management: Achieve Mind- blowing Performance, Consistently Managed Services Cloud Services Consul3ng Services Licensing Exadata Resource Management: Achieve Mind- blowing Performance, Consistently UTOUG Fall Symposium 2015 Kasey Parker Enterprise Architect Kasey.Parker@centroid.com

More information

Does Exadata Need Performance Tuning? Jože Senegačnik, Oracle ACE Director, Member of OakTable DbProf d.o.o. Ljubljana, Slovenia

Does Exadata Need Performance Tuning? Jože Senegačnik, Oracle ACE Director, Member of OakTable DbProf d.o.o. Ljubljana, Slovenia Does Exadata Need Performance Tuning? Jože Senegačnik, Oracle ACE Director, Member of OakTable DbProf d.o.o. Ljubljana, Slovenia Keywords Exadata, Cost Based Optimization, Statistical Optimizer, Physical

More information

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

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

More information

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

Oracle 1Z0-070 Exam Questions and Answers (PDF) Oracle 1Z0-070 Exam Questions 1Z0-070 BrainDumps

Oracle 1Z0-070 Exam Questions and Answers (PDF) Oracle 1Z0-070 Exam Questions 1Z0-070 BrainDumps Oracle 1Z0-070 Dumps with Valid 1Z0-070 Exam Questions PDF [2018] The Oracle 1Z0-070 Oracle Exadata X5 Administration Exam exam is an ultimate source for professionals to retain their credentials dynamic.

More information

<Insert Picture Here> Exadata MAA Best Practices Series Session 6: Migrating to Exadata

<Insert Picture Here> Exadata MAA Best Practices Series Session 6: Migrating to Exadata Exadata MAA Best Practices Series Session 6: Migrating to Exadata Doug Utzig Doug Utzig Exadata and MAA Best Practices Exadata MAA Best Practices Series 1. E-Business Suite on Exadata

More information

Recent Innovations in Data Storage Technologies Dr Roger MacNicol Software Architect

Recent Innovations in Data Storage Technologies Dr Roger MacNicol Software Architect Recent Innovations in Data Storage Technologies Dr Roger MacNicol Software Architect Copyright 2017, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended to

More information

Oracle Performance on M5000 with F20 Flash Cache. Benchmark Report September 2011

Oracle Performance on M5000 with F20 Flash Cache. Benchmark Report September 2011 Oracle Performance on M5000 with F20 Flash Cache Benchmark Report September 2011 Contents 1 About Benchware 2 Flash Cache Technology 3 Storage Performance Tests 4 Conclusion copyright 2011 by benchware.ch

More information

Oracle Advanced Compression: Reduce Storage, Reduce Costs, Increase Performance Bill Hodak Principal Product Manager

Oracle Advanced Compression: Reduce Storage, Reduce Costs, Increase Performance Bill Hodak Principal Product Manager Oracle Advanced : Reduce Storage, Reduce Costs, Increase Performance Bill Hodak Principal Product Manager The following is intended to outline our general product direction. It is intended for information

More information