Robert Korošec Principal Sales Consultant. Oracle

Size: px
Start display at page:

Download "Robert Korošec Principal Sales Consultant. Oracle"

Transcription

1

2 Robert Korošec Principal Sales Consultant Oracle

3 In The Beginning... Data Model with Structure, Integrity Rules, Operations Data Defined Independently of Programs Set-oriented, Declarative Language

4 UC Berkeley INGRES Commercial Database Systems Genealogy Britton- Lee Commercial INGRES Tandem Sybase Microsoft Illustra ESVEL Informix IBM System R SQL/DS DB2 MVS DB2 AS400 DB2 UDB 1970s

5 Oracle #1 RDBMS Vendor

6 #1 RDBMS Vendor in 1999 Microsoft 10% Informix 6% Sybase 4% Others 11% Oracle 40.3% IBM 28,7% Source: Dataquest, May 2000

7 Oracle Corporation World s largest enterprise software vendor $23.3 billion in revenue, FY09 300,000 global customers 280,000 Oracle Database customers 43,000 Oracle Applications customers 80,000 Oracle Fusion Middleware customers 84,000 employees 20,000 developers 7,500 support personnel 20,000 partners 9,100 Independent Software Vendors (ISVs) Operating in 145 Countries

8 Enterprise Deals Manufacturing Industries Retail Industry Comms Industry Banking Industry Utilities Industry Insurance Industry Others Enterprise Deals Performance Management Identity Management Content Management Middleware Management Database Systems Management

9 Oracle DB Stores All Your Data Complete Integrated Relational Characters, Numbers and Dates Text Text management and search Documents & Images Multimedia management GIS Location and Proximity Searching XML Integrated Native XML Database Future Data.

10 Oracle Database Product Family Express Edition Standard Edition One Standard Edition Enterprise Edition Non-Oracle developers, open source developers, new DBAs, students, non-oracle ISVs, hw vendors Low-price option for SMB/LOB Deployments, ISVs who need a supported Oracle database Full-featured database for SMBs with optional clustering support (up to 4 CPUs) Large-scale Enterprises that demand highperformance BI (ETL, DW, OLTP), security, scalability, availability, etc. FREE $180/user (min. 5) or $5,800 per CPU $350/user or $17,500 per CPU $950/user or $47,500 per CPU Uses 1 CPU < 4GB DB size 1 instance per CPU Use up to 1GB RAM 2 CPU Single or clustered up to 4 CPUs 4+ CPUs Free OTN Community Forum Fee-based Support available Fee-based Support available Fee-based Support available

11 Continuous Innovation i i

12 Oracle RDBMS Architecture Oracle Instance PMON DBWR SMON SNPn LCKn RECO Snnn Shared Pool SGA Database Buffer Cache Redo Log Buffer Dnnn Pnnn CKPT LGWR ARCH Server Processes User Processes Oracle Database Parameter File Control Files Datafiles Redo Log Files

13 Database Trends 1. Grid & Cloud Computing

14 Oracle s Strategy/Solution 1. Physical Consolidation 2. Data Consolidation 3. Application Platform & Access Consolidation Business Systems (Application) Consolidation Integration

15 Scale Out as you Grow on Low Cost Hardware Applications A, B, C, D, E Net Workload Oracle Shared Instance If utilization too high, increase capacity Server A Server B Server C Server D Scale-out on-demand World-class clustering at all levels: database, middleware, storage Scale out as workload increases Add/Remove nodes on-demand Pay-as-you-grow scale-out Lower upfront CapEx and ongoing OpEx Green footprint Right-sized capacity planning Smaller, standard machines running at higher utilization Defer equipment procurement Take advantage of advances in hardware price-performance and energy efficiency

16 Consolidation with Grid Computing Workload Application A Application B Application C Application D Application E Avg Utilization <20% Take advantage of complementary workload peaks Server A Server B Server C Server D Applications A, B, C, D, E Net Workload Oracle Shared Instance Avg Utilization 70% Server E Virtualization and clustering enable consolidation Higher utilization rates and efficiency Lower CapEx & OpEx Server A Server B Server C Server D Server E Freed capacity to deploy elsewhere Green footprint

17 Economics of Cloud Computing Capacity Demand Capacity Demand Time Time Static data center Data center in the cloud Unused resources

18 Source: AMR, Database Consolidation: reducing cost and complexity

19 Database Trends 2. Auditing and Security

20 Compliance: Legal, Regulatory and Industry Mandates Organizations today face a growing number of regulations that mandate the accuracy, protection and reliability of information

21 ZVOP 1 Zakon o Varovanju osebnih podatkov Zakon o varstvu osebnih podatkov - ZVOP-1 (Uradni list RS, št. 86/04 z dne ), 14. Člen, 2. Točka Pri prenosu občutljivih osebnih podatkov preko telekomunikacijskih omrežij se šteje, da so podatki ustrezno zavarovani, če se posredujejo z uporabo kriptografskih metod in elektronskega podpisa tako, da je zagotovljena njihova nečitljivost oziroma neprepoznavnost med prenosom. 24. Člen, 5. Točka omogoča poznejše ugotavljanje, kdaj so bili posamezni osebni podatki vneseni v zbirko osebnih podatkov, uporabljeni ali drugače obdelani in kdo je to storil, in sicer za obdobje, ko je mogoče zakonsko varstvo pravice posameznika zaradi nedopustnega posredovanja ali obdelave osebnih podatkov.

22 Oracle Database Security Protect Data Monitoring Configuration Management Audit Vault Total Recall Access Control Database Vault Label Security Encryption and Masking Advanced Security Secure Backup Data Masking 2009 Oracle Corporation Proprietary and Confidential

23 Total Recall Option Flashback Data Archive ORDERS Select * from orders AS OF Midnight 31-Dec-2004 User Tablespaces Oracle Database Archive Tables Flashback Data Archive Long term retention - years Automatically stores all changes to selected tables in Flashback Data Archive Archive cannot be modified Old data purged per retention policy View table contents as of any time using Flashback Query Uses Change tracking/long term history ILM Auditing Compliance

24 Database Trends 3. ILM - Information Lifecycle management

25 Traditional Storage Approach All data resides on single storage tier High Performance Storage Tier = $72 per Gb Active All data on active = $972,000!

26 Information Lifecycle Management Reduce storage costs accordingly High Performance Storage Tier = $72 per Gb Low cost Storage Tier = $14 per Gb Read only Storage Tier = $7 per Gb 5% Active 35% Less Active 60% Historical $49,800 $67,700 $58,000

27 The Lifecycle of Data Vast amounts of data are retained for business & regulatory reasons Need to optimize the cost of retaining data This Month This Year Previous Years Active Less Active Data Lifecycle Historical Archive

28 Database Trends 4. XML & Unstructured Data Management

29 New in Oracle Database 11g Critical New Data Types RFID Data Types DICOM Medical Images 3D Spatial Images

30 Oracle Database 11g Release 2 Database File System (DBFS) Network File System interface for the database File system calls passed to DBFS client Also provides shell interface PL/SQL package implements file calls File create, open, read, list, etc. Files stored as LOBs using Secure Files DBFS Links Metadata stored in tables OCI Linux File System Call

31 XML in the database XML being used to manage mission critical information Interchange with external organizations Web Services Need to manage XML effective and efficiently Number and size of documents increasing Reliability, Scalability, Availability Security Compliance Accurate and fast information location and retrieval

32 11gR1 : XML Index New universal index for Binary and Text based XMLType storage models Addresses all known issues with CTX-XPath index Optimizes most common classes of Path Expressions Recursive, Relative, Lazy (//) Accelerates path & value based predicates Fully type aware Optimizes numeric and date range predicates Fully namespace aware

33 Xquery example SELECT XMLQuery( for $i in ora:view("regions"), $j in ora:view("countries") where $i/row/region_id = $j/row/region_id and $i/row/region_name = "Asia" return $j' RETURNING CONTENT) AS asian_countries FROM DUAL; <ROW> <COUNTRY_ID>AU</COUNTRY_ID> <COUNTRY_NAME>Australia</COUNTRY_NAME> <REGION_ID>3</REGION_ID> </ROW>...

34 Database Trends 5. Predictive Analytics

35 Competitive Advantage Competitive Advantage of BI & Analytics Optimization Predictive Modeling $$ What s the best that can happen? What will happen next? Analytic$ Forecasting/Extrapolation What if these trends continue? Statistical Analysis Why is this happening? Alerts What actions are needed? Query/drill down Ad hoc reports Where exactly is the problem? How many, how often, where? Access & Reporting Standard Reports What happened? Degree of Intelligence Source: Competing on Analytics, by T. Davenport & J. Harris

36 Oracle Data Mining Algorithms & Example Applications Attribute Importance Identify most influential attributes for a target attribute Factors associated with high costs, responding to an offer, etc. Classification and Prediction Predict customers most likely to: Respond to a campaign or offer Incur the highest costs Target your best customers Develop customer profiles Regression Predict a numeric value Predict a purchase amount or cost Predict the value of a home A1 A2 A3 A4 A5 A6 A7 Married >$50K Gender Income <=$50K Age M F >35 <=35 Status Gender HH Size Single F M >4 Buy = 0 Buy = 1 Buy = 0 Buy = 1 Buy = 0 <=4 Buy = 1

37 Oracle Data Mining Algorithms & Example Applications Clustering Find naturally occurring groups Market segmentation Find disease subgroups Distinguish normal from non-normal behavior Association Rules Find co-occurring items in a market basket Suggest product combinations Design better item placement on shelves Feature Extraction Reduce a large dataset into representative new attributes Useful for clustering and text mining F1 F2 F3 F4

38 Database Trends 6. Semantic Web

39 Oracle Semantic Database Manages relationships for massive collections of structured & unstructured data Powerful indexing for enduser discovery of related content Rich platform for data integration, repurposing, quality ctrl., classification Tactical, non-invasive, iterative solution for strategic modernization Standards-based: SQL, XML, RDF, OWL, SPARQL, SKOS Semantic Aggregation & Navigation of Data

40 Storage & Loading Oracle 11g RDF/OWL Graph Data Management Native W3C RDF graph data store Fast Bulk, batch & Incremental load Query SQL: SEM_MATCH graph pattern query SPARQL: supported via Jena plug-in Reasoning RDF, OWL Prime, RDF++ semantic rules Forward chaining inference model User defined rule base Scalability Scales to billions of triples Partitioning, RAC, Adv. Compression Standards & Interoperability Aligned with W3C specifications Supported by leading semantic tools Structured DBMS, Unstructured, Spatial, RSS, , Documents

41 Case Study: National Intelligence Ontology Engineering Modeling Process Web Resources Information Extraction Categorization, Feature/term Extraction RDF/OWL Processed Document Collection OWL Ontologies Domain Specific Knowledge Base News, , RSS Content Mgmt. Systems Explore Browsing, Presentation, Reporting, Visualization, Query Analyst

42 Database Trends 7. Real-Time (In Memory Databases)

43 Oracle TimesTen In-Memory Database Application TimesTen Client lib Client- Server Network Application Application Application TimesTen TimesTen TimesTen Libraries Libraries Libraries In-Memory Database Direct-linked Connection Transaction Logs Checkpoint files In-memory RDBMS Entire database in memory Standard SQL with JDBC, ODBC, OCI, Pro*C, PL/SQL Compatible with Oracle Database Exceptional performance Instantaneous response time High throughput Embeddable Persistent and durable Transactions with ACID properties Real-time services On-line, non-blocking operations Database change notification

44 Response Time in Microseconds Significant Response Time Improvement In-Memory Database Cache + Oracle Database Oracle Oracle +In-Memory Database Cache Delete Call Fwd Select Access Data Select Base Data Select New Dest Insert Call Fwd Update Subscriber Update Location Response time improvement for a sample application before and after using In-Memory Database Cache

45 Server Memory at $500 per Gigabyte Price of 1 Gigabyte of RAM Over Time* $50,000 $40,000 $40,000 $30,000 $20,000 $10,000 $0 $3,000 $ *Source: Kingston Technology: Current prices are for Sun Fire 6800, HP Integrity rx8620, IBM eserver pseries 670 (based on 2 gigabyte units)

46 Database Trends 8. Cache Hierarchy

47 Semiconductor Cache Hierarchy Massive throughput and IOs through innovative Cache Hierarchy Database DRAM Cache 100 GB/sec Flash Cache 50 GB/sec raw scan 1 million IO/sec Disks 21 GB/sec scan 50K IO/sec

48 The Disk Random I/O Bottleneck Disk drives hold vast amounts of data But are limited to about 300 I/Os per second Flash technology holds much less data But can run tens of thousands of I/Os per second Ideal Solution Keep most data on disk for low cost Transparently move hot data to flash Use flash cards instead of flash disks to avoid disk controller limitations Flash cards in Exadata storage High bandwidth, low latency interconnect 53

49 In-Memory Parallel Execution How it works

50 Source: Transaction Processing Council, as of 9/14/2009: Oracle on HP Bladesystem c-class 128P RAC, 1,166,976 available 12/1/09. Exasol on PRIMERGY RX300 S4, 1,018,321 available 08/01/08. ParAccel on SunFire X ,842 $4.57 available 10/29/07. In-Memory Parallel Queries New QphH: 1 TB TPC-H One Sun Oracle Database Machine rack 400GB of DRAM usable for caching Exadata Hybrid Columnar Compression enables 4TB data in DRAM Database release 11.2 introduces parallel query processing on DRAM cached data Harnesses DRAM capacity of entire database cluster for queries Technology for world record benchmark ParAccel Exasol Oracle

51 Database Trends 9. Datawarehouse Databases & Appliances

52 Storage Bottlenecks Today, database performance is limited by storage Storage systems limit data bandwidth from storage to servers Storage Array internal bottlenecks SAN bottlenecks Random I/O bottlenecks due to physical disk speeds Data Bandwidth limits severely restrict performance for data warehousing Random I/O bottlenecks limit performance of OLTP applications

53 Sun Oracle Database Machine

54 Exadata Architecture

55 Exadata Database Processing in Storage New Exadata storage servers implement data intensive processing in storage Row filtering based on where predicate Column filtering Join filtering Incremental backup filtering Storage Indexing Scans on encrypted data Data Mining model scoring 10x reduction in data sent to DB servers is common No application changes needed Processing is automatic and transparent Even if cell or disk fails during a query

56 Traditional Scan Processing SELECT customer_name FROM calls WHERE amount > 200; Smart Scan Example: Telco wants to identify customers that spend more than $200 on a single phone call The information about these premium customers occupies 2MB in a 1 terabyte table With traditional storage, all database intelligence resides in the database hosts Very large percentage of data returned from storage is discarded by database servers Discarded data consumes valuable resources, and impacts the performance of other workloads

57 Exadata Smart Scan Processing SELECT customer_name FROM calls WHERE amount > 200; Only the relevant columns customer_name and required rows where amount>200 are are returned to hosts CPU consumed by predicate evaluation is offloaded to Exadata Moving scan processing off the database host frees host CPU cycles and eliminates massive amounts of unproductive messaging Returns the needle, not the entire hay stack

58 Simple Query Example What were my sales yesterday? Optimizer Chooses Partitions and Indexes to Access Scan compressed blocks in partitions/indexes Select sum(sales) where Date= 24-Sept Retrieve sales amounts for Sept 24 SUM 10 TB scanned 1 GB returned to servers

59 Exadata Hybrid Columnar Compression Data is stored by column and then compressed Query Mode for data warehousing Optimized for speed 10X compression ratio is typical Scans improve proportionally Archival Mode for infrequently accessed data Optimized to reduce space 15X compression is typical Up to 50X for some data Up To 50X

60 Exadata Hybrid Columnar Compression How it works Tables are organized into sets of a few thousand rows called Compression Units (CUs) Reduces Table Size 4x to 40x Within Compression Unit, data is Organized by Column and then compressed Column organization brings similar values close together, enhancing compression Useful for data that is bulk loaded and queried Update activity is light

61 Exadata I/O Resource Management Mixed Workload Environments With traditional storage,creating and managing shared storage is hampered by the inability to balance the work between users on the same database or on multiple databases sharing the storage subsystem Hardware isolation is the approach to ensure separation Exadata I/O resource management ensures different users and tasks within a database are allocated the correct relative amount of I/O resources For example: Interactive: 50% of I/O resources Reporting: 30% of I/O resources ETL: 20% of I/O resources

62 Benefits Multiply

63 10. Q & A

64

2009 Oracle Corporation 1

2009 Oracle Corporation 1 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

Inge Os Sales Consulting Manager Oracle Norway

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

More information

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region 1977 Oracle Database 30 Years of Sustained Innovation Database Vault Transparent Data Encryption

More information

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

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

More information

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved. Preview of Oracle Database 12c In-Memory Option 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren

News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren News and trends in Data Warehouse Automation, Big Data and BI Johan Hendrickx & Dirk Vermeiren Extreme Agility from Source to Analysis DWH Appliances & DWH Automation Typical Architecture 3 What Business

More information

How To Build An Exadata Database Machine X2-8 Full Rack For A Large Database Server

How To Build An Exadata Database Machine X2-8 Full Rack For A Large Database Server Oracle Exadata Database Machine Overview Exadata Database Machine Best Platform to Run the Oracle Database Best Machine for Data Warehousing Best Machine for OLTP Best Machine for

More information

<Insert Picture Here> Oracle Exadata Database Machine Overview

<Insert Picture Here> Oracle Exadata Database Machine Overview Oracle Exadata Database Machine Overview Exadata Database Machine Best Platform to Run the Oracle Database Best Machine for Data Warehousing Best Machine for OLTP Best Machine for

More information

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

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

More information

Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture

Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture Ron Weiss, Exadata Product Management Exadata Database Machine Best Platform to Run the

More information

ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION

ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION EXECUTIVE SUMMARY Oracle business intelligence solutions are complete, open, and integrated. Key components of Oracle business intelligence

More information

<Insert Picture Here> Best Practices for Extreme Performance with Data Warehousing on Oracle Database

<Insert Picture Here> Best Practices for Extreme Performance with Data Warehousing on Oracle Database 1 Best Practices for Extreme Performance with Data Warehousing on Oracle Database Rekha Balwada Principal Product Manager Agenda Parallel Execution Workload Management on Data Warehouse

More information

Oracle Database 11g Comparison Chart

Oracle Database 11g Comparison Chart Key Feature Summary Express 10g Standard One Standard Enterprise Maximum 1 CPU 2 Sockets 4 Sockets No Limit RAM 1GB OS Max OS Max OS Max Database Size 4GB No Limit No Limit No Limit Windows Linux Unix

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

<Insert Picture Here>

<Insert Picture Here> 1 Database Technologies for Archiving Kevin Jernigan, Senior Director Product Management Advanced Compression, EHCC, DBFS, SecureFiles, ILM, Database Smart Flash Cache, Total Recall,

More information

Optimizing Storage for Better TCO in Oracle Environments. Part 1: Management INFOSTOR. Executive Brief

Optimizing Storage for Better TCO in Oracle Environments. Part 1: Management INFOSTOR. Executive Brief Optimizing Storage for Better TCO in Oracle Environments INFOSTOR Executive Brief a QuinStreet Excutive Brief. 2012 To the casual observer, and even to business decision makers who don t work in information

More information

Overview: X5 Generation Database Machines

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

More information

An Oracle White Paper May 2011. Exadata Smart Flash Cache and the Oracle Exadata Database Machine

An Oracle White Paper May 2011. Exadata Smart Flash Cache and the Oracle Exadata Database Machine An Oracle White Paper May 2011 Exadata Smart Flash Cache and the Oracle Exadata Database Machine Exadata Smart Flash Cache... 2 Oracle Database 11g: The First Flash Optimized Database... 2 Exadata Smart

More information

Exadata Database Machine

Exadata Database Machine Database Machine Extreme Extraordinary Exciting By Craig Moir of MyDBA March 2011 Exadata & Exalogic What is it? It is Hardware and Software engineered to work together It is Extreme Performance Application-to-Disk

More information

An Integrated Analytics & Big Data Infrastructure September 21, 2012 Robert Stackowiak, Vice President Data Systems Architecture Oracle Enterprise

An Integrated Analytics & Big Data Infrastructure September 21, 2012 Robert Stackowiak, Vice President Data Systems Architecture Oracle Enterprise An Integrated Analytics & Big Data Infrastructure September 21, 2012 Robert Stackowiak, Vice President Data Systems Architecture Oracle Enterprise Solutions Group The following is intended to outline our

More information

<Insert Picture Here> Enterprise Cloud Computing: What, Why and How

<Insert Picture Here> Enterprise Cloud Computing: What, Why and How Enterprise Cloud Computing: What, Why and How Andrew Sutherland SVP, Middleware Business, EMEA he following is intended to outline our general product direction. It is intended for

More information

An Oracle White Paper December 2013. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server

An Oracle White Paper December 2013. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server An Oracle White Paper December 2013 A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server Introduction... 2 Exadata Product Family... 5 The Exadata Engineered System...

More information

Automatic Data Optimization

Automatic Data Optimization Automatic Data Optimization Saving Space and Improving Performance! Erik Benner, Enterprise Architect 1 Who am I? Erik Benner @erik_benner TalesFromTheDatacenter.com Enterprise Architect Ebenner@mythics.com

More information

Graph Database Performance: An Oracle Perspective

Graph Database Performance: An Oracle Perspective Graph Database Performance: An Oracle Perspective Xavier Lopez, Ph.D. Senior Director, Product Management 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Program Agenda Broad Perspective

More information

Oracle Big Data, In-memory, and Exadata - One Database Engine to Rule Them All Dr.-Ing. Holger Friedrich

Oracle Big Data, In-memory, and Exadata - One Database Engine to Rule Them All Dr.-Ing. Holger Friedrich Oracle Big Data, In-memory, and Exadata - One Database Engine to Rule Them All Dr.-Ing. Holger Friedrich Agenda Introduction Old Times Exadata Big Data Oracle In-Memory Headquarters Conclusions 2 sumit

More information

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY" Tokyo. Koln Sebastopol. Cambridge Farnham.

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY Tokyo. Koln Sebastopol. Cambridge Farnham. FIFTH EDITION Oracle Essentials Rick Greenwald, Robert Stackowiak, and Jonathan Stern O'REILLY" Beijing Cambridge Farnham Koln Sebastopol Tokyo _ Table of Contents Preface xiii 1. Introducing Oracle 1

More information

Oracle Exadata Database Machine for SAP Systems - Innovation Provided by SAP and Oracle for Joint Customers

Oracle Exadata Database Machine for SAP Systems - Innovation Provided by SAP and Oracle for Joint Customers Oracle Exadata Database Machine for SAP Systems - Innovation Provided by SAP and Oracle for Joint Customers Masood Ahmed EMEA Infrastructure Solutions Oracle/SAP Relationship Overview First SAP R/3 release

More information

Capacity Management for Oracle Database Machine Exadata v2

Capacity Management for Oracle Database Machine Exadata v2 Capacity Management for Oracle Database Machine Exadata v2 Dr. Boris Zibitsker, BEZ Systems NOCOUG 21 Boris Zibitsker Predictive Analytics for IT 1 About Author Dr. Boris Zibitsker, Chairman, CTO, BEZ

More information

Oracle Database In-Memory The Next Big Thing

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

More information

An Oracle White Paper October 2010. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server

An Oracle White Paper October 2010. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server An Oracle White Paper October 2010 A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server Disclaimer The following is intended to outline our general product direction.

More information

Novinky v Oracle Exadata Database Machine

Novinky v Oracle Exadata Database Machine ORACLE PRODUCT LOGO Novinky v Oracle Exadata Database Machine Gabriela Hečková 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Agenda Exadata vývoj riešenia Nové vlastnosti Management

More information

HP Oracle Database Platform / Exadata Appliance Extreme Data Warehousing

HP Oracle Database Platform / Exadata Appliance Extreme Data Warehousing HP Oracle Database Platform / Exadata Appliance Extreme Data Warehousing Shyam Varan Nath President, Oracle BIWA SIG & Founder Exadata SIG (http://oracleexadata.org) South Florida Oracle User Group March

More information

An Oracle White Paper June 2012. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server

An Oracle White Paper June 2012. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server An Oracle White Paper June 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

Oracle Database 12c Plug In. Switch On. Get SMART.

Oracle Database 12c Plug In. Switch On. Get SMART. Oracle Database 12c Plug In. Switch On. Get SMART. Duncan Harvey Head of Core Technology, Oracle EMEA March 2015 Safe Harbor Statement The following is intended to outline our general product direction.

More information

Supercomputing and Big Data: Where are the Real Boundaries and Opportunities for Synergy?

Supercomputing and Big Data: Where are the Real Boundaries and Opportunities for Synergy? HPC2012 Workshop Cetraro, Italy Supercomputing and Big Data: Where are the Real Boundaries and Opportunities for Synergy? Bill Blake CTO Cray, Inc. The Big Data Challenge Supercomputing minimizes data

More information

Oracle Database Public Cloud Services

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

More information

ORACLE EXADATA STORAGE SERVER X4-2

ORACLE EXADATA STORAGE SERVER X4-2 ORACLE EXADATA STORAGE SERVER X4-2 KEY FEATURES AND BENEFITS FEATURES 12 x 3.5 inch High Performance or High Capacity disks 3.2 TB of Exadata Smart Flash Cache 12 CPU cores dedicated to SQL processing

More information

SUN ORACLE EXADATA STORAGE SERVER

SUN ORACLE EXADATA STORAGE SERVER SUN ORACLE EXADATA STORAGE SERVER KEY FEATURES AND BENEFITS FEATURES 12 x 3.5 inch SAS or SATA disks 384 GB of Exadata Smart Flash Cache 2 Intel 2.53 Ghz quad-core processors 24 GB memory Dual InfiniBand

More information

Oracle: Private Platform as a Service from Oracle

Oracle: Private Platform as a Service from Oracle Oracle: Private Platform as a Service from Oracle Liviu Gherman Sales Manager Fusion Middleware 6 octombrie 2010, Cluj he following is intended to outline our general product direction.

More information

Oracle TimesTen IMDB - An Introduction

Oracle TimesTen IMDB - An Introduction Oracle TimesTen IMDB - An Introduction Who am I 12+ years as an Oracle DBA Working as Vice President with an Investment Bank Member of AIOUG Since 2009 Cer$fied ITIL V3 Founda$on IT Service Management

More information

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Simon Law TimesTen Product Manager, Oracle Meet The Experts: Andy Yao TimesTen Product Manager, Oracle Gagan Singh Senior

More information

ORACLE EXADATA STORAGE SERVER X2-2

ORACLE EXADATA STORAGE SERVER X2-2 ORACLE EXADATA STORAGE SERVER X2-2 KEY FEATURES AND BENEFITS FEATURES 12 x 3.5 inch High Performance or High Capacity SAS disks 384 GB of Exadata Smart Flash Cache 12 CPU cores dedicated to SQL processing

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement "Safe Harbor" Statement: Statements in this presentation relating to Oracle's future plans, expectations, beliefs, intentions and prospects are "forward-looking statements" and are

More information

Oracle BI EE Implementation on Netezza. Prepared by SureShot Strategies, Inc.

Oracle BI EE Implementation on Netezza. Prepared by SureShot Strategies, Inc. Oracle BI EE Implementation on Netezza Prepared by SureShot Strategies, Inc. The goal of this paper is to give an insight to Netezza architecture and implementation experience to strategize Oracle BI EE

More information

Semantic Data Management. Xavier Lopez, Ph.D., Director, Spatial & Semantic Technologies

Semantic Data Management. Xavier Lopez, Ph.D., Director, Spatial & Semantic Technologies Semantic Data Management Xavier Lopez, Ph.D., Director, Spatial & Semantic Technologies 1 Enterprise Information Challenge Source: Oracle customer 2 Vision of Semantically Linked Data The Network of Collaborative

More information

How To Store Data On An Ocora Nosql Database On A Flash Memory Device On A Microsoft Flash Memory 2 (Iomemory)

How To Store Data On An Ocora Nosql Database On A Flash Memory Device On A Microsoft Flash Memory 2 (Iomemory) WHITE PAPER Oracle NoSQL Database and SanDisk Offer Cost-Effective Extreme Performance for Big Data 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table of Contents Abstract... 3 What Is Big Data?...

More information

Big Data and Its Impact on the Data Warehousing Architecture

Big Data and Its Impact on the Data Warehousing Architecture Big Data and Its Impact on the Data Warehousing Architecture Sponsored by SAP Speaker: Wayne Eckerson, Director of Research, TechTarget Wayne Eckerson: Hi my name is Wayne Eckerson, I am Director of Research

More information

Innovative technology for big data analytics

Innovative technology for big data analytics Technical white paper Innovative technology for big data analytics The HP Vertica Analytics Platform database provides price/performance, scalability, availability, and ease of administration Table of

More information

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

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

More information

In-memory computing with SAP HANA

In-memory computing with SAP HANA In-memory computing with SAP HANA June 2015 Amit Satoor, SAP @asatoor 2015 SAP SE or an SAP affiliate company. All rights reserved. 1 Hyperconnectivity across people, business, and devices give rise to

More information

Module 3: Instance Architecture Part 1

Module 3: Instance Architecture Part 1 Module 3: Instance Architecture Part 1 Overview PART 1: Configure a Database Server Memory Architecture Overview Memory Areas and Their Functions and Thread Architecture Configuration of a Server Using

More information

Oracle s Big Data solutions. Roger Wullschleger. <Insert Picture Here>

Oracle s Big Data solutions. Roger Wullschleger. <Insert Picture Here> s Big Data solutions Roger Wullschleger DBTA Workshop on Big Data, Cloud Data Management and NoSQL 10. October 2012, Stade de Suisse, Berne 1 The following is intended to outline

More information

Bryan Tuft Sr. Sales Consultant Global Embedded Business Unit bryan.tuft@oracle.com

Bryan Tuft Sr. Sales Consultant Global Embedded Business Unit bryan.tuft@oracle.com Bryan Tuft Sr. Sales Consultant Global Embedded Business Unit bryan.tuft@oracle.com Agenda Oracle Approach Embedded Databases TimesTen In-Memory Database Snapshots Q&A Real-Time Infrastructure Challenges

More information

An Oracle White Paper December 2013. Exadata Smart Flash Cache Features and the Oracle Exadata Database Machine

An Oracle White Paper December 2013. Exadata Smart Flash Cache Features and the Oracle Exadata Database Machine An Oracle White Paper December 2013 Exadata Smart Flash Cache Features and the Oracle Exadata Database Machine Flash Technology and the Exadata Database Machine... 2 Oracle Database 11g: The First Flash

More information

Database Decisions: Performance, manageability and availability considerations in choosing a database

Database Decisions: Performance, manageability and availability considerations in choosing a database Database Decisions: Performance, manageability and availability considerations in choosing a database Reviewing offerings from Oracle, IBM and Microsoft 2012 Oracle and TechTarget Table of Contents Defining

More information

Well packaged sets of preinstalled, integrated, and optimized software on select hardware in the form of engineered systems and appliances

Well packaged sets of preinstalled, integrated, and optimized software on select hardware in the form of engineered systems and appliances INSIGHT Oracle's All- Out Assault on the Big Data Market: Offering Hadoop, R, Cubes, and Scalable IMDB in Familiar Packages Carl W. Olofson IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA

More information

SAS and Oracle: Big Data and Cloud Partnering Innovation Targets the Third Platform

SAS and Oracle: Big Data and Cloud Partnering Innovation Targets the Third Platform SAS and Oracle: Big Data and Cloud Partnering Innovation Targets the Third Platform David Lawler, Oracle Senior Vice President, Product Management and Strategy Paul Kent, SAS Vice President, Big Data What

More information

ORACLE DATABASE 10G ENTERPRISE EDITION

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

More information

Geospatial Technology Innovations and Convergence

Geospatial Technology Innovations and Convergence Geospatial Technology Innovations and Convergence Processing Big and Fast Data: Best with a Multi-Model Database Steven Hagan Vice President Oracle Database Server Technologies August, 2015 Data Volume

More information

Application-Tier In-Memory Analytics Best Practices and Use Cases

Application-Tier In-Memory Analytics Best Practices and Use Cases Application-Tier In-Memory Analytics Best Practices and Use Cases Susan Cheung Vice President Product Management Oracle, Server Technologies Oct 01, 2014 Guest Speaker: Kiran Tailor Senior Oracle DBA and

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 Smart Flash Cache

More information

SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications. Jürgen Primsch, SAP AG July 2011

SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications. Jürgen Primsch, SAP AG July 2011 SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications Jürgen Primsch, SAP AG July 2011 Why In-Memory? Information at the Speed of Thought Imagine access to business data,

More information

Oracle Database 12c. Andy Mendelsohn. Senior Vice President, Oracle Database Server Technologies

Oracle Database 12c. Andy Mendelsohn. Senior Vice President, Oracle Database Server Technologies Oracle Database 12c Andy Mendelsohn Senior Vice President, Oracle Database Server Technologies 1 Safe Harbor Statement "Safe Harbor" Statement: Statements in this presentation relating to Oracle's future

More information

Expert Oracle Exadata

Expert Oracle Exadata Expert Oracle Exadata Kerry Osborne Randy Johnson Tanel Poder Apress Contents J m About the Authors About the Technical Reviewer a Acknowledgments Introduction xvi xvii xviii xix Chapter 1: What Is Exadata?

More information

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data: Global Digital Data Growth Growing leaps and bounds by 40+% Year over Year! 2009 =.8 Zetabytes =.08

More information

Cisco UCS and Fusion- io take Big Data workloads to extreme performance in a small footprint: A case study with Oracle NoSQL database

Cisco UCS and Fusion- io take Big Data workloads to extreme performance in a small footprint: A case study with Oracle NoSQL database Cisco UCS and Fusion- io take Big Data workloads to extreme performance in a small footprint: A case study with Oracle NoSQL database Built up on Cisco s big data common platform architecture (CPA), a

More information

OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni

OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni Agenda Database trends for the past 10 years Era of Big Data and Cloud Challenges and Options Upcoming database trends Q&A Scope

More information

EMC/Greenplum Driving the Future of Data Warehousing and Analytics

EMC/Greenplum Driving the Future of Data Warehousing and Analytics EMC/Greenplum Driving the Future of Data Warehousing and Analytics EMC 2010 Forum Series 1 Greenplum Becomes the Foundation of EMC s Data Computing Division E M C A CQ U I R E S G R E E N P L U M Greenplum,

More information

How To Use Exadata

How To Use Exadata Exadata V2 - Oracle Exadata Database Machine Robert Pastijn Platform Technology Services (PTS) Product Development 2010 Oracle Corporation Exadata V2 Goals Ideal Database Platform

More information

Oracle Database Cloud Exadata Service

Oracle Database Cloud Exadata Service Oracle Database Cloud Exadata Service Exadata Performance, Cloud Simplicity The Oracle Database Cloud - Exadata Service (Exadata Service) delivers the world s best Cloud Database Platform by combining

More information

Database System Architecture & System Catalog Instructor: Mourad Benchikh Text Books: Elmasri & Navathe Chap. 17 Silberschatz & Korth Chap.

Database System Architecture & System Catalog Instructor: Mourad Benchikh Text Books: Elmasri & Navathe Chap. 17 Silberschatz & Korth Chap. Database System Architecture & System Catalog Instructor: Mourad Benchikh Text Books: Elmasri & Navathe Chap. 17 Silberschatz & Korth Chap. 1 Oracle9i Documentation First-Semester 1427-1428 Definitions

More information

Oracle Architecture. Overview

Oracle Architecture. Overview Oracle Architecture Overview The Oracle Server Oracle ser ver Instance Architecture Instance SGA Shared pool Database Cache Redo Log Library Cache Data Dictionary Cache DBWR LGWR SMON PMON ARCn RECO CKPT

More information

An Oracle White Paper April 2010. 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 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

Einsatzfelder von IBM PureData Systems und Ihre Vorteile.

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

More information

SUN ORACLE DATABASE MACHINE

SUN ORACLE DATABASE MACHINE SUN ORACLE DATABASE MACHINE FEATURES AND FACTS FEATURES From 2 to 8 database servers From 3 to 14 Sun Oracle Exadata Storage Servers Up to 5.3 TB of Exadata QDR (40 Gb/second) InfiniBand Switches Uncompressed

More information

Your Data, Any Place, Any Time.

Your Data, Any Place, Any Time. Your Data, Any Place, Any Time. Microsoft SQL Server 2008 provides a trusted, productive, and intelligent data platform that enables you to: Run your most demanding mission-critical applications. Reduce

More information

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Maximum Availability Architecture with Exadata Database Machine Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska MAA is Oracle s Availability Blueprint Oracle s MAA is a best practices

More information

Oracle Database In-Memory A Practical Solution

Oracle Database In-Memory A Practical Solution Oracle Database In-Memory A Practical Solution Sreekanth Chintala Oracle Enterprise Architect Dan Huls Sr. Technical Director, AT&T WiFi CON3087 Moscone South 307 Safe Harbor Statement The following is

More information

Oracle Architecture, Concepts & Facilities

Oracle Architecture, Concepts & Facilities COURSE CODE: COURSE TITLE: CURRENCY: AUDIENCE: ORAACF Oracle Architecture, Concepts & Facilities 10g & 11g Database administrators, system administrators and developers PREREQUISITES: At least 1 year of

More information

SQL Server 2005 Features Comparison

SQL Server 2005 Features Comparison Page 1 of 10 Quick Links Home Worldwide Search Microsoft.com for: Go : Home Product Information How to Buy Editions Learning Downloads Support Partners Technologies Solutions Community Previous Versions

More information

Oracle - Engineered for Innovation. Thomas Kyte http://asktom.oracle.com

Oracle - Engineered for Innovation. Thomas Kyte http://asktom.oracle.com Oracle - Engineered for Innovation Thomas Kyte http://asktom.oracle.com The Beginning... Data Model with Structure Data Independent of Code Set-oriented 1977 the work begins GPS 1978 First RDBMS: Version

More information

Application of OASIS Integrated Collaboration Object Model (ICOM) with Oracle Database 11g Semantic Technologies

Application of OASIS Integrated Collaboration Object Model (ICOM) with Oracle Database 11g Semantic Technologies Application of OASIS Integrated Collaboration Object Model (ICOM) with Oracle Database 11g Semantic Technologies Zhe Wu Ramesh Vasudevan Eric S. Chan Oracle Deirdre Lee, Laura Dragan DERI A Presentation

More information

Parallel Data Warehouse

Parallel Data Warehouse MICROSOFT S ANALYTICS SOLUTIONS WITH PARALLEL DATA WAREHOUSE Parallel Data Warehouse Stefan Cronjaeger Microsoft May 2013 AGENDA PDW overview Columnstore and Big Data Business Intellignece Project Ability

More information

Executive Summary... 2 Introduction... 3. Defining Big Data... 3. The Importance of Big Data... 4 Building a Big Data Platform...

Executive Summary... 2 Introduction... 3. Defining Big Data... 3. The Importance of Big Data... 4 Building a Big Data Platform... Executive Summary... 2 Introduction... 3 Defining Big Data... 3 The Importance of Big Data... 4 Building a Big Data Platform... 5 Infrastructure Requirements... 5 Solution Spectrum... 6 Oracle s Big Data

More information

Oracle Database 12c. Peter Schmidt Systemberater Oracle Deutschland BV & CO KG

Oracle Database 12c. Peter Schmidt Systemberater Oracle Deutschland BV & CO KG Oracle Database 12c Peter Schmidt Systemberater Oracle Deutschland BV & CO KG Uptake of Oracle Database 12c compared with 11g 18,00% 16,00% 14,00% 12,00% 10,00% 8,00% 12.1 11.1 6,00% 4,00% 2,00% 0,00%

More information

Il mondo dei DB Cambia : Tecnologie e opportunita`

Il mondo dei DB Cambia : Tecnologie e opportunita` Il mondo dei DB Cambia : Tecnologie e opportunita` Giorgio Raico Pre-Sales Consultant Hewlett-Packard Italiana 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

Deploying a Geospatial Cloud

Deploying a Geospatial Cloud Deploying a Geospatial Cloud Traditional Public Sector Computing Environment Traditional Computing Infrastructure Silos of dedicated hardware and software Single application per silo Expensive to size

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

Applying traditional DBA skills to Oracle Exadata. Marc Fielding March 2013

Applying traditional DBA skills to Oracle Exadata. Marc Fielding March 2013 Applying traditional DBA skills to Oracle Exadata Marc Fielding March 2013 About Me Senior Consultant with Pythian s Advanced Technology Group 12+ years Oracle production systems experience starting with

More information

Big Data Analytics - Accelerated. stream-horizon.com

Big Data Analytics - Accelerated. stream-horizon.com Big Data Analytics - Accelerated stream-horizon.com Legacy ETL platforms & conventional Data Integration approach Unable to meet latency & data throughput demands of Big Data integration challenges Based

More information

Basic Oracle Database Licensing

Basic Oracle Database Licensing By Craig Moir of MyDBA March 2011 Version 2 CONTENTS Introduction Oracle Database Editions Enterprise Edition Features Enterprise Edition Options Management Packs Licensing Types Licensing Metrics Licensing

More information

BIG DATA APPLIANCES. July 23, TDWI. R Sathyanarayana. Enterprise Information Management & Analytics Practice EMC Consulting

BIG DATA APPLIANCES. July 23, TDWI. R Sathyanarayana. Enterprise Information Management & Analytics Practice EMC Consulting BIG DATA APPLIANCES July 23, TDWI R Sathyanarayana Enterprise Information Management & Analytics Practice EMC Consulting 1 Big data are datasets that grow so large that they become awkward to work with

More information

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

An Oracle White Paper September 2009. A Technical Overview of the Sun Oracle Exadata Storage Server and Database Machine An Oracle White Paper September 2009 A Technical Overview of the Sun Oracle Exadata Storage Server and Database Machine Sun Oracle Exadata Storage Server and Database Machine... 2 Today s Limits On Database

More information

Oracle Big Data SQL Technical Update

Oracle Big Data SQL Technical Update Oracle Big Data SQL Technical Update Jean-Pierre Dijcks Oracle Redwood City, CA, USA Keywords: Big Data, Hadoop, NoSQL Databases, Relational Databases, SQL, Security, Performance Introduction This technical

More information

Exadata for Oracle DBAs. Longtime Oracle DBA

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

More information

SAP HANA SAP s In-Memory Database. Dr. Martin Kittel, SAP HANA Development January 16, 2013

SAP HANA SAP s In-Memory Database. Dr. Martin Kittel, SAP HANA Development January 16, 2013 SAP HANA SAP s In-Memory Database Dr. Martin Kittel, SAP HANA Development January 16, 2013 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase

More information

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Appliances and DW Architectures John O Brien President and Executive Architect Zukeran Technologies 1 TDWI 1 Agenda What

More information

Sustainable Development with Geospatial Information Leveraging the Data and Technology Revolution

Sustainable Development with Geospatial Information Leveraging the Data and Technology Revolution Sustainable Development with Geospatial Information Leveraging the Data and Technology Revolution Steven Hagan, Vice President, Server Technologies 1 Copyright 2011, Oracle and/or its affiliates. All rights

More information

Database Performance with In-Memory Solutions

Database Performance with In-Memory Solutions Database Performance with In-Memory Solutions ABS Developer Days January 17th and 18 th, 2013 Unterföhring metafinanz / Carsten Herbe The goal of this presentation is to give you an understanding of in-memory

More information

SMB Direct for SQL Server and Private Cloud

SMB Direct for SQL Server and Private Cloud SMB Direct for SQL Server and Private Cloud Increased Performance, Higher Scalability and Extreme Resiliency June, 2014 Mellanox Overview Ticker: MLNX Leading provider of high-throughput, low-latency server

More information