In-Memory Analytics with Oracle BI Apps and Oracle Exalytics

Size: px
Start display at page:

Download "In-Memory Analytics with Oracle BI Apps and Oracle Exalytics"

Transcription

1 In-Memory Analytics with Oracle BI Apps and Oracle Exalytics UKOUG Analytics Event, London, July 2013 Mark Rittman, Technical Director, Rittman Mead

2 About the Speaker Mark Rittman, Co-Founder of Rittman Mead Oracle ACE Director, specialising in Oracle BI&DW 14 Years Experience with Oracle Technology Regular columnist for Oracle Magazine Author of two Oracle Press Oracle BI books Oracle Business Intelligence Developers Guide Oracle Exalytics Revealed Writer for Rittman Mead Blog : mark.rittman@rittmanmead.com Twitter

3 About Rittman Mead Oracle BI and DW platinum partner World leading specialist partner for technical excellence, solutions delivery and innovation in Oracle BI Approximately 50 consultants worldwide All expert in Oracle BI and DW Offices in US (Atlanta), Europe, Australia and India Skills in broad range of supporting Oracle tools: OBIEE OBIA ODIEE Essbase, Oracle OLAP GoldenGate Exadata Endeca

4 Oracle Business Intelligence 11g Oracle s business intelligence platform, release came out in April 2013 Fourth major release of OBIEE 11g, with many new features + updated look and feel Enterprise BI platform centered around the Common Enterprise Semantic Model (RPD) Mobile BI apps, MS Office integration, ad-hoc, dashboard and published reporting Built around Oracle Fusion Middleware Deployable on Windows, Unix, Linux Accessing a range of enterprise data sources Oracle and other RDBMSs Essbase and other OLAP servers Files, XML, web services ADF and SOA sources TimesTen in-memory database

5 Oracle BI Applications Packaged version of OBIEE that includes a data warehouse, and ETL mappings, from E-Business Suite, Siebel, SAP and Peoplesoft Covers areas such as Financial Analytics, HR Analytics, Sales Analytics etc Built on the same technology as OBIEE 11g, plus ETL and administration tools

6 Pre-Defined ETL Routines from Oracle EBS, Peoplesoft, Siebel, JDE, SAP Integrated, conformed dimensional data warehouse Deployable on Oracle, MS SQL, IBM DB/2 and Teradata Uses Informatica PowerCenter for ETL, or now ODI11g Staging tables and presentation tables Allows modular deployment Lowest grain of information Prebuilt aggregates History tracking Indexing

7 BI Apps Data Warehouse Limitations Designed for lowest common denominator DB features No out of the box partitioning, MVs, compression optimization for PQ Based on traditional disk-based RBDMS technology Can often lead to slow reports, dashboards, limiting user acceptance Common issue - what can we do about it?

8 Oracle Exalytics : First In-Memory Engineered System for Analytics Relational, Multi-Dimensional and Unstructured data analysis available as a single engineered system Combination of in-memory hardware and optimized software versions Supports the Exadata and Big Data Appliance data management systems Exalytics In-Memory Machine Spans Relational, Multi-Dimensional, and Unstructured analysis, combined with Financial & Operational Planning In-Memory Optimized Hardware In-Memory Oracle BI, TimesTen, Essbase, and Endeca Many In-Memory Software Innovations Tightly-Integrated with Exadata, and Big Data Appliance

9 Oracle Exalytics Benefits vs. Standard Hardware + Software Single supported stack of hardware + software : patching synchronized and tested across all components OBIEE, Essbase, TimesTen etc optimizations that are only available when deployed on Exalytics hardware Optimal selection of CPUs, RAM (DRAM), network connectors for a BI application tier Automatic in-memory caching of commonly-used aggregates - no manual tuning and selection Future platform for all Oracle BI products - EPM Suite, BI, Endeca, BI Apps

10 Exalytics as the Exa-Machine for OBIEE Runs the BI layer on a high-performance, multi-core, 1TB server In-memory cache used to accelerate the BI part of the stack If Exadata addresses 80% of the query performance, Exalytics addresses the remaining 20% Consistent response times for queries In-memory caching of aggregates 40 cores for high concurrency Re-engineered BI and OLAP software that assumes 40 cores and 1TB RAM Oracle BI In-Memory DB/Cache ERP/Apps DW

11 Exalytics Under the Covers - How Does it Work? Exalytics brings together different technologies, which are still standalone products in their own right To harmonise and optimise their use within Exalytics, it utilises the following techniques: In-Memory Adaptive Data Mart - Using Oracle TimesTen for Exalytics, an in-memory RDBMS In-Memory Intelligent Result Cache In-Memory Cubes Some of these are genuine "secret sauce" New functionality and algorithms You can only get them through licensing Exalytics Others are descriptions of DW/BI strategies, or existing product functionality, extended to take advantage of the capacity for processing in memory that Exalytics has

12 In-Memory Adaptive Data Mart Commonly-used aggregates are copied into Oracle TimesTen for Exalytics Past query patterns are analyzed and suitable aggregates recommended Oracle BI Server then uses these aggregates to make queries run faster Aggregates change over time in response to changes in query patterns Tools are provided for managing and populating these aggregates TimesTen Aggregates BI Server Exalytics Data Warehouse Detail-level Data

13 Oracle TimesTen for Exalytics New version of TimesTen specifically for Exalytics (and only available with Exalytics) Support for analytic functions Perform all the processing at source Combine with being in-memory = should be very fast Column compression Whitepaper cites 5x Given the hardware capacity, we could seriously contemplate loading the whole Data Warehouse into memory Opens up lots of interesting design potential We can load aggregates into TimesTen, leave base data at source, and use OBIEE s Vertical Federation capability to seamlessly report across both All hidden from the end-user, all they will know is that their reports run fast!

14 TimesTen and OBIEE Architecture Oracle BI Server communicates with TimesTen through TimesTen Client Summary Advisor, and nqcmd use Oracle BI Server to access TimesTen Typical single TimesTen database per Exalyics machine Max TimesTen database size around 300MB - Due to need to set aside equal Temp size for the Perm size selected Clustered Exalytics boxes can be daisy-chained together using InfinBand connections For HA scenarios, does not increase available RAM Summary advisor scripts write to both TimesTen databases, replicating aggregates TimesTen databases can be wired together for failover/ha purposes Summary Advisor Oracle BI Server ODBC TimesTen Memory-Resident Database nqcmd Checkpoint Files Log Files

15 Summary Advisor for Aggregate Recommendation & Creation Utility within Oracle BI Administrator tool that recommends aggregates Bases recommendations on usage tracking and summary statistics data Captured based on past activity Runs an iterative algorithm that searches, each iteration, for the best aggregate Could we use this to cache commonly-used BI Apps aggregations in TimesTen, automatically based on usage patterns?

16 Alternative Approach - Copy Hot Data into TimesTen for Exalytics Standard approach is to store aggregates in the TimesTen datamart Aggregated by the source DB, aggregates then cached in TT database Other approaches could be used, however Store whole detail-level dataset in the TT database Store just recent detail-level data in TT, and use OBIEE s fragmentation feature Store aggregate layer from BI Apps DW entirely in TimesTen Would this be an option that we could use with BI Apps datasets?

17 Another Option - Oracle In-Memory Database Cache (IMDB) Automatically replicate hot transactional data from Oracle BI Apps DW tables into TimesTen for Exalytics Use OBIEE fragmentation to enable automatic navigation between sources Aggregation performed by both TimesTen, and by source DB (as appropriate) However - fairly intrusive approach, Oracle-only, probably not attractive to most BI Apps customers and DBAs

18 Running BI Apps In-Memory - Is it Possible and Practical? Can we use the Summary Advisor to automatically cache commonly-used aggregates in-memory? Similar to regular OBIEE caching, relies on query repeatability + use of aggregation Could we copy all, or part, of the BI Apps data warehouse directly into TimesTen? How would we update the RPD to point to the in-memory tables? How fast would TimesTen be to load, and to query, vs. Oracle/SQL Server/DB2 etc? Here s our thoughts and R&D to date...

19 Using the Summary Advisor on BI Apps Step 1 : Start Advisor Server has to be an Exalytics server, in this example is patched-up to Workstation has the BI Administration tool installed Select Tools > Utilities, then Oracle BI Summary Advisor from utility list 1 2

20 Using the Summary Advisor on BI Apps Step 2 : Scope Source Queries By default, all queries registered in the usage tracking and summary statistics tables are in-scope Refine the recommendations by limiting timeframe, and setting minimum accumulated time threshold Still an opportunity later on to pick and choose from recommended aggregates Once selected, then select the TimesTen connection pool and database as the aggregate table target 3 4

21 Using the Summary Advisor on BI Apps Step 3 : Create Aggregates Summary Advisor then recommends a set of candidate aggregates, which you can choose to implement Select all, none or some of the recommended aggregates Then run the resulting logical SQL script using the nqcmd utility Note - may need to clean-up BI Apps DW data to remove duplicates etc before script completes OK

22 Using the Summary Advisor on BI Apps Step 4 : Review RPD and Data Aggregate Persistence process called by the create aggregates process also maps tables in RPD Physical layer contains entries for the TimesTen tables Business Model and Mapping later contains vertically-federated LTSs for the new TT tables

23 Summary Advisor for BI Apps : Pros and Cons Pros Automatically analyzes query patterns and recommends aggregates to accelerate them Handles the registering of the TimesTen tables in the RPD, including mapping back into business model Supports any data source that the BI Server supports Cons Queries have to have run before they ll be considered for loading into TimesTen for Exalytics Relies on subsequent queries being able to use those aggregates Could get unwieldy if many aggregates are registered in the RPD Summary Advisor process does not automatically clear down tables that don t feature in future recommendations Inefficient refresh process, unless you use a process such as -refresh-of-exalytics-aggregates-usingnative-bi-server-capabilities/

24 Alternative Approach - Copy Hot Data into TimesTen for Exalytics Standard approach is to store aggregates in the TimesTen datamart Aggregated by the source DB, aggregates then cached in TT database Other approaches could be used, however Store whole detail-level dataset in the TT database Store just recent detail-level data in TT, and use OBIEE s fragmentation feature Store aggregate layer from BI Apps DW entirely in TimesTen Would this be an option that we could use with BI Apps datasets?

25 Loading data directly from Oracle into TimesTen with ttloadfromoracle The procedure ttloadfromoracle uses OCI to load data directly from Oracle into an existing TimesTen table Specify a whole table (SELECT *), or part (SELECT... WHERE) Target table must existing on TimesTen already Create it automagically using tttableschemafromoraqueryget or CreateAndLoadFromOraQuery However both these use Oracle data types and no compression, so size in memory is going to be greater TimesTen is loaded from the results of a query on Oracle REVENUE_F_TS ttloadfromoracle ttisql --ConnStr "DSN=BISAMPLE_TT;UID=SH;PWD=SH;OracleNetServiceName= orcl;oraclepwd=sh" Command> call ttloadfromoracle('a_test', 'REVENUE_F_TS', 'SELECT SHIPTO_ADDR_KEY, OFFICE_KEY, EMPL_KEY, PROD_KEY, ORDER_KEY, REVENUE, UNITS, DISCNT_VALUE, BILL_MTH_KEY, BILL_QTR_KEY, BILL_DAY_DT, ORDER_DAY_DT, PAID_DAY_DT, DISCNT_RATE, ORDER_STATUS, CURRENCY, ORDER_TYPE, CUST_KEY, SHIP_DAY_DT, COST_FIXED, COST_VARIABLE, SRC_ORDER_NUMBER, ORDER_NUMBER FROM BISAMPLE.SAMP_REVENUE_F_LARGE WHERE BILL_MTH_KEY=201012'); < 7750 > 1 row found. -- this has loaded 7750 rows for a given month REVENUE_F_LARGE

26 Generating TimesTen load DDL and scripts with ttimportfromoracle For ttloadfromoracle to work, the target table must exist The utility ttimportfromoracle is useful here. It can map Oracle data types to optimal TimesTen ones Optionally, it can aggressively limit column sizes based on data to reduce TimesTen footprint It can evaluate compression effectiveness and apply it only where most useful Given a set of tables, it will generate: - TimesTen DDL for requires schemas/tables/indexes - A script to load all the tables into TimesTen in parallel (ttpdl.sh) REVENUE_F ttimportfromoracle CreateIndexes.sql CreateTables.sql CreateUsers.sql DropIndexes.sql DropTables.sql LoadData.sql ttpdl.sh TableList.txt ttsizing.sh UpdateStats.sql

27 Generating TimesTen load DDL and scripts with ttimportfromoracle ttimportfromoracle is new in TimesTen Not an official production utility - best efforts support only But it s only generating scripts, which contain standard (supported) TimesTen functionality The executable is located in $TT_HOME/support It uses OCI, so make sure LD_LIBRARY_PATH is set to include Oracle DB lib export LD_LIBRARY_PATH=$ORACLE_HOME/lib Feature-rich syntax, but at its simplest can just be invoked for a single table, with compression: $ ttimportfromoracle -oraconn SH/SH@orcl -tables REVENUE_F_TS -compression 1 Beginning processing Resolving any tablename wildcards Eliminating any duplicate tables Getting metadata from source Generating database user list Assigning TimesTen datatypes Analyzing source tables Analyzing table 'SH.REVENUE_F_TS'... Estimating table sizes Evaluating parallel data load Generating output files Finished processing

28 Generating TimesTen load DDL and scripts with ttimportfromoracle ttimportfromoracle writes a set of scripts that are subsequently executed to : Create the target tables and indexes on TimesTen, using optimised data types and compression Load the target tables on TimesTen, still via ttloadfromoracle REVENUE_F CreateTables.sql CREATE TABLE... ttpdl.sh ttloadfromoracle REVENUE_F_TS REVENUE_F_TS

29 Comparing Oracle and TimesTen as data sources Our testing has shown that in general, For base level data, Oracle outperforms TimesTen For aggregated data, TimesTen outperforms Oracle Therefore entire lift + shift of OBIA Data Warehouse into TimesTen is possibly not going to give optimal response times -- same query over OBIA seconds Select * from samp_revenue_f_large f, samp_customers_d cd, samp_addresses_d ad, samp_products_d pd where cd.cust_key = f.cust_key and cd.address_key = ad.address_key and pd.prod_key = f.prod_key and ad.city = 'San Francisco' and pd.type = 'Cell Phones' and f.bill_mth_key = ; -- using full sized fact table (native data types) seconds query time Select * from revenue_f_native f, customers_d cd, addresses_cd ad, products_d pd where cd.cust_key = f.cust_key and cd.address_key = ad.address_key and pd.prod_key = f.prod_key and ad.city = 'San Francisco' and pd.type = 'Cell Phones' and f.bill_mth_key= ; 0.68 seconds 0.78 seconds

30 Comparing Oracle and TimesTen as data sources One option would be to put just Hot Data (eg current month) into TimesTen, and then update the RPD to use fragmentation This has an overhead in terms of RPD updates (and support - added complexity), as well as an additional ETL process to manage -- using full sized fact table (native data types) seconds query time Select * from revenue_f_native f, customers_d cd, addresses_cd ad, products_d pd where cd.cust_key = f.cust_key and cd.address_key = ad.address_key and pd.prod_key = f.prod_key and ad.city = 'San Francisco' and pd.type = 'Cell Phones' and f.bill_mth_key=201012; 0.78 seconds -- using Time slice table seconds Select * from revenue_f_ts f, customers_d cd, addresses_cd ad, products_d pd where cd.cust_key = f.cust_key and cd.address_key = ad.address_key and pd.prod_key = f.prod_key and ad.city = 'San Francisco' and pd.type = 'Cell Phones' 0.25 seconds and f.bill_mth_key=201012;

31 Conclusions The scale of most BI Apps implementations means that query performance can be an issue Exalytics TimesTen In-Memory Database could be a potential solution to this issue Several approaches to putting all or part of the BI Apps DW into TimesTen / In-Memory Copying all or sections of the BI Apps DW into TimesTen is a potential approach But current version of TimesTen best suited to smaller tables and datasets Exalytics Summary Advisor now works with Oracle BI Apps Automatically detects and recommends suitable aggregates, builds and maps into RPD Though custom solutions are probably more efficient for their later incremental refresh A work in progress - speak to Rittman Mead for more details on how this can work Offers the potential of speed-of-thought business analytics dashboards, with minimum additional work

32 Thank You for Attending! Thank you for attending this presentation, and more information can be found at Contact us at or Look out for our book, Oracle Business Intelligence Developers Guide out now! Follow-us on Twitter or Facebook (facebook.com/rittmanmead)

33 In-Memory Analytics with Oracle BI Apps and Oracle Exalytics UKOUG Analytics Event, London, July 2013 Mark Rittman, Technical Director, Rittman Mead

Birds of a Feather Session: Best Practices for TimesTen on Exalytics

Birds of a Feather Session: Best Practices for TimesTen on Exalytics Birds of a Feather Session: Best Practices for TimesTen on Exalytics Chris Jenkins Senior Director, In-Memory Technology, Oracle Antony Heljula Technical Director, Peak Indicators Ltd. Mark Rittman CTO,

More information

An Oracle BI and EPM Development Roadmap

An Oracle BI and EPM Development Roadmap An Oracle BI and EPM Development Roadmap Mark Rittman, Director, Rittman Mead UKOUG Financials SIG, September 2009 1 Who Am I? Oracle BI&W Architecture and Development Specialist Co-Founder of Rittman

More information

OBIEE 11g Data Modeling Best Practices

OBIEE 11g Data Modeling Best Practices OBIEE 11g Data Modeling Best Practices Mark Rittman, Director, Rittman Mead Oracle Open World 2010, San Francisco, September 2010 Introductions Mark Rittman, Co-Founder of Rittman Mead Oracle ACE Director,

More information

Oracle OLAP 11g and Oracle Essbase

Oracle OLAP 11g and Oracle Essbase Oracle OLAP 11g and Oracle Essbase Mark Rittman, Director, Rittman Mead Consulting Who Am I? Oracle BI&W Architecture and Development Specialist Co-Founder of Rittman Mead Consulting Oracle BI&W Project

More information

What s New with Oracle BI, Analytics and DW

What s New with Oracle BI, Analytics and DW What s New with Oracle BI, Analytics and DW Mark Rittman, CTO, Rittman Mead India Masterclass Tour 2013 About the Speaker Mark Rittman, Co-Founder of Rittman Mead Oracle ACE Director, specialising in Oracle

More information

Introducing Oracle Exalytics In-Memory Machine

Introducing Oracle Exalytics In-Memory Machine Introducing Oracle Exalytics In-Memory Machine Jon Ainsworth Director of Business Development Oracle EMEA Business Analytics 1 Copyright 2011, Oracle and/or its affiliates. All rights Agenda Topics Oracle

More information

A Future Oracle BI/DW Architecture

A Future Oracle BI/DW Architecture A Future Oracle BI/DW Architecture Mark Rittman, Director, Rittman Mead Consulting Philadelphia Oracle Users Group, October 2008 Who Am I? Oracle BI&W Architecture and Development Specialist Co-Founder

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 Exalytics Briefing

Oracle Exalytics Briefing Oracle Exalytics Briefing March 5, 2014 Dave Miller, Mythics Enterprise Architect Greg Mika, Mythics Enterprise Architect Agenda Introductions About Mythics Exalytics Overview Demonstration Scenario BI

More information

OBIEE Deployment & Change Management

OBIEE Deployment & Change Management OBIEE Deployment & Change Management Mark Rittman, Technical Director, Rittman Mead Rocky Mountains Oracle User Group Training Days 2012, Denver Mark Rittman Mark Rittman, Co-Founder of Rittman Mead Oracle

More information

Oracle BI Cloud Service : What is it and Where Will it be Useful? Francesco Tisiot, Principal Consultant, Rittman Mead OUG Ireland 2015, Dublin

Oracle BI Cloud Service : What is it and Where Will it be Useful? Francesco Tisiot, Principal Consultant, Rittman Mead OUG Ireland 2015, Dublin Oracle BI Cloud Service : What is it and Where Will it be Useful? Francesco Tisiot, Principal Consultant, Rittman Mead OUG Ireland 2015, Dublin About the Speaker Francesco Tisiot Principal Consultant at

More information

Ongoing ETL with Exalytics

Ongoing ETL with Exalytics Ongoing ETL with Exalytics Borkur Steingrimsson, Rittman Mead Consulting UKOUG, Birmingham 2012 About Rittman Mead Oracle BI and DW platinum partner - see us at Stand 30 in the Exhibition Hall World leading

More information

T : +44 (0) 1273 911 268 (UK) or (888) 631-1410 (USA) or +61 3 9596 7186 (Australia & New Zealand) or +91 997 256 7970 (India)

T : +44 (0) 1273 911 268 (UK) or (888) 631-1410 (USA) or +61 3 9596 7186 (Australia & New Zealand) or +91 997 256 7970 (India) Deploying OBIEE in the Cloud: Getting Started, Deployment Scenarios and Best Practices Mark Rittman, CTO, Rittman Mead Oracle Openworld 2014, San Francisco About the Speaker Mark Rittman, Co-Founder of

More information

Migrating Discoverer to OBIEE Lessons Learned. Presented By Presented By Naren Thota Infosemantics, Inc.

Migrating Discoverer to OBIEE Lessons Learned. Presented By Presented By Naren Thota Infosemantics, Inc. Migrating Discoverer to OBIEE Lessons Learned Presented By Presented By Naren Thota Infosemantics, Inc. Professional Background Partner/OBIEE Architect at Infosemantics, Inc. Experience with BI solutions

More information

Oracle BI Suite Enterprise Edition

Oracle BI Suite Enterprise Edition Oracle BI Suite Enterprise Edition Optimising BI EE using Oracle OLAP and Essbase Antony Heljula Technical Architect Peak Indicators Limited Agenda Overview When Do You Need a Cube Engine? Example Problem

More information

In-Memory Big Data Analysis with Oracle Exalytics

In-Memory Big Data Analysis with Oracle Exalytics In-Memory Big Data Analysis with Oracle Exalytics Mark Rittman, Technical Director, Rittman Mead Oracle Openworld 2012, San Francisco, October 2012 Mark Rittman Mark Rittman, Co-Founder of Rittman Mead

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

OWB Users, Enter The New ODI World

OWB Users, Enter The New ODI World OWB Users, Enter The New ODI World Kulvinder Hari Oracle Introduction Oracle Data Integrator (ODI) is a best-of-breed data integration platform focused on fast bulk data movement and handling complex data

More information

OBIEE DEVELOPER RESUME

OBIEE DEVELOPER RESUME 1 of 5 05/01/2015 13:14 OBIEE DEVELOPER RESUME Java Developers/Architects Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide candidates on a Contract basis.

More information

Super-Charged Oracle Business Intelligence with Essbase and SmartView

Super-Charged Oracle Business Intelligence with Essbase and SmartView Specialized. Recognized. Preferred. The right partner makes all the difference. Super-Charged Oracle Business Intelligence with Essbase and SmartView By: Gautham Sampath Pinellas County & Patrick Callahan

More information

An Accenture Point of View. Oracle Exalytics brings speed and unparalleled flexibility to business analytics

An Accenture Point of View. Oracle Exalytics brings speed and unparalleled flexibility to business analytics An Accenture Point of View Oracle Exalytics brings speed and unparalleled flexibility to business analytics Keep your competitive edge with analytics When it comes to working smarter, organizations that

More information

Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database Option

Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database Option Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database Option Kai Yu, Senior Principal Architect Dell Oracle Solutions Engineering Dell, Inc. Abstract: By adding the In-Memory

More information

OBIEE 11g : Answers, Dashboards & More

OBIEE 11g : Answers, Dashboards & More OBIEE 11g : Answers, Dashboards & More Mark Rittman, Director, Rittman Mead Oracle Open World, San Francisco, September 2010 Introductions Mark Rittman, Co-Founder of Rittman Mead Oracle ACE Director,

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

Oracle BI Application: Demonstrating the Functionality & Ease of use. Geoffrey Francis Naailah Gora

Oracle BI Application: Demonstrating the Functionality & Ease of use. Geoffrey Francis Naailah Gora Oracle BI Application: Demonstrating the Functionality & Ease of use Geoffrey Francis Naailah Gora Agenda Oracle BI & BI Apps Overview Demo: Procurement & Spend Analytics Creating a ad-hoc report Copyright

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

Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1

Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1 Optimizing the Performance of the Oracle BI Applications using Oracle Datawarehousing Features and Oracle DAC 10.1.3.4.1 Mark Rittman, Director, Rittman Mead Consulting for Collaborate 09, Florida, USA,

More information

Regression & Load Testing BI EE 11g

Regression & Load Testing BI EE 11g Regression & Load Testing BI EE 11g Venkatakrishnan J Who Am I? Venkatakrishnan Janakiraman Over 8+ Years of Oracle BI & EPM experience Managing Director (India), Rittman Mead India Blog at http://www.rittmanmead.com/blog

More information

BI FUTURES: BI Like You ve not Seen Before! Babar Jan-Haleem APAC Director Specialist Architecture Team

BI FUTURES: BI Like You ve not Seen Before! Babar Jan-Haleem APAC Director Specialist Architecture Team BI FUTURES: BI Like You ve not Seen Before! Babar Jan-Haleem APAC Director Specialist Architecture Team 1 The preceding is intended to outline our general product direction. It is intended for information

More information

ORACLE OLAP. Oracle OLAP is embedded in the Oracle Database kernel and runs in the same database process

ORACLE OLAP. Oracle OLAP is embedded in the Oracle Database kernel and runs in the same database process ORACLE OLAP KEY FEATURES AND BENEFITS FAST ANSWERS TO TOUGH QUESTIONS EASILY KEY FEATURES & BENEFITS World class analytic engine Superior query performance Simple SQL access to advanced analytics Enhanced

More information

Oracle BI Applications (BI Apps) is a prebuilt business intelligence solution.

Oracle BI Applications (BI Apps) is a prebuilt business intelligence solution. 1 2 Oracle BI Applications (BI Apps) is a prebuilt business intelligence solution. BI Apps supports Oracle sources, such as Oracle E-Business Suite Applications, Oracle's Siebel Applications, Oracle's

More information

Oracle BI EE Integration with Hyperion Sources

Oracle BI EE Integration with Hyperion Sources Oracle BI EE Integration with Hyperion Sources Open World 2013 Who Am I? Venkatakrishnan Janakiraman Over 10+ Years of Oracle BI & EPM experience India Managing Director, Rittman Mead Consulting Blog at

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

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS PRODUCT FACTS & FEATURES KEY FEATURES Comprehensive, best-of-breed capabilities 100 percent thin client interface Intelligence across multiple

More information

QlikView Business Discovery Platform. Algol Consulting Srl

QlikView Business Discovery Platform. Algol Consulting Srl QlikView Business Discovery Platform Algol Consulting Srl Business Discovery Applications Application vs. Platform Application Designed to help people perform an activity Platform Provides infrastructure

More information

In-Memory Analytics: A comparison between Oracle TimesTen and Oracle Essbase

In-Memory Analytics: A comparison between Oracle TimesTen and Oracle Essbase In-Memory Analytics: A comparison between Oracle TimesTen and Oracle Essbase Agenda Introduction Why In-Memory? Options for In-Memory in Oracle Products - Times Ten - Essbase Comparison - Essbase Vs Times

More information

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS Oracle Fusion editions of Oracle's Hyperion performance management products are currently available only on Microsoft Windows server platforms. The following is intended to outline our general product

More information

Oracle Big Data Spatial & Graph Social Network Analysis - Case Study

Oracle Big Data Spatial & Graph Social Network Analysis - Case Study Oracle Big Data Spatial & Graph Social Network Analysis - Case Study Mark Rittman, CTO, Rittman Mead OTN EMEA Tour, May 2016 info@rittmanmead.com www.rittmanmead.com @rittmanmead About the Speaker Mark

More information

An Overview of SAP BW Powered by HANA. Al Weedman

An Overview of SAP BW Powered by HANA. Al Weedman An Overview of SAP BW Powered by HANA Al Weedman About BICP SAP HANA, BOBJ, and BW Implementations The BICP is a focused SAP Business Intelligence consulting services organization focused specifically

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

SQL Server 2012 Performance White Paper

SQL Server 2012 Performance White Paper Published: April 2012 Applies to: SQL Server 2012 Copyright The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication.

More information

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence Introduction to Oracle Business Intelligence Standard Edition One Mike Donohue Senior Manager, Product Management Oracle Business Intelligence The following is intended to outline our general product direction.

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

ORACLE DATA INTEGRATOR ENTERPRISE EDITION

ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION KEY FEATURES Out-of-box integration with databases, ERPs, CRMs, B2B systems, flat files, XML data, LDAP, JDBC, ODBC Knowledge

More information

<Insert Picture Here> Extending Hyperion BI with the Oracle BI Server

<Insert Picture Here> Extending Hyperion BI with the Oracle BI Server Extending Hyperion BI with the Oracle BI Server Mark Ostroff Sr. BI Solutions Consultant Agenda Hyperion BI versus Hyperion BI with OBI Server Benefits of using Hyperion BI with the

More information

Fusion Applications Overview of Business Intelligence and Reporting components

Fusion Applications Overview of Business Intelligence and Reporting components Fusion Applications Overview of Business Intelligence and Reporting components This document briefly lists the components, their common acronyms and the functionality that they bring to Fusion Applications.

More information

How To Write A Large Scale Database In A Microsoft Powerbook

How To Write A Large Scale Database In A Microsoft Powerbook Deploying Extreme Performance and Large-Scale BI Hans Emiel Willem van Bockel Cortenraad, / Berry van directeur den Heuvel 22 november 2012 Oracle Open World 2014 1 Introduction Emiel van Bockel Berry

More information

How Are Oracle BI Analytics, Informatica, DAC, OBIEE, BI Publisher and Oracle EBusiness Suite R12 Blended Together

How Are Oracle BI Analytics, Informatica, DAC, OBIEE, BI Publisher and Oracle EBusiness Suite R12 Blended Together How Are Oracle BI Analytics, Informatica, DAC, OBIEE, BI Publisher and Oracle EBusiness Suite R12 Blended Together Dhananjay Papde Nov 2014 STRATEGIC FINANCIAL SYSTEMS PROGRAMME 1 Lead Specialist / Architect

More information

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

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Oracle TimesTen In-Memory Database for Analytics - Best Practices and Use Cases Susan Cheung Vice President - Product Management 2 Agenda TimesTen Overview Best Practices, Tips, and Tricks Customer Use

More information

Oracle BI 11g R1: Build Repositories

Oracle BI 11g R1: Build Repositories Oracle University Contact Us: 1.800.529.0165 Oracle BI 11g R1: Build Repositories Duration: 5 Days What you will learn This Oracle BI 11g R1: Build Repositories training is based on OBI EE release 11.1.1.7.

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

ORACLE BUSINESS INTELLIGENCE FOUNDATION SUITE 11g WHAT S NEW

ORACLE BUSINESS INTELLIGENCE FOUNDATION SUITE 11g WHAT S NEW ORACLE BUSINESS INTELLIGENCEFOUNDATION SUITE 11g DATA SHEET Disclaimer: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not

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

Oracle BI Suite Enterprise Edition For Discoverer Users. Mark Rittman, Rittman Mead Consulting http://www.rittmanmead.com

Oracle BI Suite Enterprise Edition For Discoverer Users. Mark Rittman, Rittman Mead Consulting http://www.rittmanmead.com Oracle BI Suite Enterprise Edition For Discoverer Users Mark Rittman, Rittman Mead Consulting http://www.rittmanmead.com Who Am I? Oracle BI&W Architecture & Development Specialist The Rittman of Rittman

More information

OBIEE 11g Scaleout & Clustering

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

More information

Business Intelligence in Oracle Fusion Applications

Business Intelligence in Oracle Fusion Applications Business Intelligence in Oracle Fusion Applications Brahmaiah Yepuri Kumar Paloji Poorna Rekha Copyright 2012. Apps Associates LLC. 1 Agenda Overview Evolution of BI Features and Benefits of BI in Fusion

More information

Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide

Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide Joshua Jeyasingh Senior Technical Account Manager WW A&C Partner Enablement Objective & Audience Objective Help you prepare

More information

Creating Hybrid Relational-Multidimensional Data Models using OBIEE and Essbase by Mark Rittman and Venkatakrishnan J

Creating Hybrid Relational-Multidimensional Data Models using OBIEE and Essbase by Mark Rittman and Venkatakrishnan J Creating Hybrid Relational-Multidimensional Data Models using OBIEE and Essbase by Mark Rittman and Venkatakrishnan J ODTUG Kaleidoscope Conference June 2009, Monterey, USA Oracle Business Intelligence

More information

ORACLE EXALYTICS IN-MEMORY MACHINE: A BRIEF INTRODUCTION

ORACLE EXALYTICS IN-MEMORY MACHINE: A BRIEF INTRODUCTION An Oracle White Paper July 2013 ORACLE EXALYTICS IN-MEMORY MACHINE: A BRIEF INTRODUCTION 1 Contents Oracle Exalytics Overview... 5 Oracle Exalytics Hardware Architecture... 6 Oracle Exalytics Software

More information

SQL Server and MicroStrategy: Functional Overview Including Recommendations for Performance Optimization. MicroStrategy World 2016

SQL Server and MicroStrategy: Functional Overview Including Recommendations for Performance Optimization. MicroStrategy World 2016 SQL Server and MicroStrategy: Functional Overview Including Recommendations for Performance Optimization MicroStrategy World 2016 Technical Integration with Microsoft SQL Server Microsoft SQL Server is

More information

IT FUSION CONFERENCE. Build a Better Foundation for Business

IT FUSION CONFERENCE. Build a Better Foundation for Business IT FUSION CONFERENCE Build a Better Foundation for Business The Oracle Business Intelligence Foundation: Technology for Pervasive Intelligence Kyungtae kim Today s BI Track Agenda

More information

<Insert Picture Here> Oracle BI Standard Edition One The Right BI Foundation for the Emerging Enterprise

<Insert Picture Here> Oracle BI Standard Edition One The Right BI Foundation for the Emerging Enterprise Oracle BI Standard Edition One The Right BI Foundation for the Emerging Enterprise Business Intelligence is the #1 Priority the most important technology in 2007 is business intelligence

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

SAP HANA PLATFORM Top Ten Questions for Choosing In-Memory Databases. Start Here

SAP HANA PLATFORM Top Ten Questions for Choosing In-Memory Databases. Start Here PLATFORM Top Ten Questions for Choosing In-Memory Databases Start Here PLATFORM Top Ten Questions for Choosing In-Memory Databases. Are my applications accelerated without manual intervention and tuning?.

More information

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

Oracle Data Integrator 11g New Features & OBIEE Integration. Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect

Oracle Data Integrator 11g New Features & OBIEE Integration. Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect Oracle Data Integrator 11g New Features & OBIEE Integration Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect Agenda 01. Overview & The Architecture 02. New Features Productivity,

More information

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course Overview This course provides students with the knowledge and skills to design business intelligence solutions

More information

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks Oracle Business Intelligence Enterprise Edition (OBIEE) Training: Working with Oracle Business Intelligence Answers Introduction to Oracle BI Answers Working with requests in Oracle BI Answers Using advanced

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

"The performance driven Enterprise" Emerging trends in Enterprise BI Platforms

The performance driven Enterprise Emerging trends in Enterprise BI Platforms 1 Month, Day, Year Venue City "The performance driven Enterprise" Emerging trends in Enterprise BI Platforms Kostiantyn Stupak Oracle BI representative in Ukraine 2 The Race to Gain Insight 2014? 50% 2009

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

GoldenGate and ODI - A Perfect Match for Real-Time Data Warehousing

GoldenGate and ODI - A Perfect Match for Real-Time Data Warehousing GoldenGate and ODI - A Perfect Match for Real-Time Data Warehousing Michael Rainey, Principal Consultant, Rittman Mead RMOUG Training Days, February 2013 About me... Michael Rainey, Principal Consultant,

More information

Getting it Right: How to Find the Right BI Package for the Right Situation Norma Waugh. RMOUG Training Days February 15-17, 2011

Getting it Right: How to Find the Right BI Package for the Right Situation Norma Waugh. RMOUG Training Days February 15-17, 2011 Delivering Oracle Success Getting it Right: How to Find the Right BI Package for the Right Situation Norma Waugh RMOUG Training Days February 15-17, 2011 About DBAK Oracle solution provider Co-founded

More information

How To Use Noetix

How To Use Noetix Using Oracle BI with Oracle E-Business Suite How to Meet Enterprise-wide Reporting Needs with OBI EE Using Oracle BI with Oracle E-Business Suite 2008-2010 Noetix Corporation Copying of this document is

More information

Business Intelligence and Service Oriented Architectures. An Oracle White Paper May 2007

Business Intelligence and Service Oriented Architectures. An Oracle White Paper May 2007 Business Intelligence and Service Oriented Architectures An Oracle White Paper May 2007 Note: The following is intended to outline our general product direction. It is intended for information purposes

More information

Exadata in the Retail Sector

Exadata in the Retail Sector Exadata in the Retail Sector Jon Mead Managing Director - Rittman Mead Consulting Agenda Introduction Business Problem Approach Design Considerations Observations Wins Summary Q&A What it is not... Introductions

More information

OBIEE Deployment & Change Mgmt Best Practices

OBIEE Deployment & Change Mgmt Best Practices OBIEE Deployment & Change Mgmt Best Practices Mark Rittman, Technical Director, Rittman Mead Oracle OpenWorld 2011, San Francisco, October 2011 Mark Rittman Mark Rittman, Co-Founder of Rittman Mead Oracle

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

Exploring Oracle BI Apps: How it Works and What I Get NZOUG. March 2013

Exploring Oracle BI Apps: How it Works and What I Get NZOUG. March 2013 Exploring Oracle BI Apps: How it Works and What I Get NZOUG March 2013 Copyright This document is the property of James & Monroe Pty Ltd. Distribution of this document is limited to authorised personnel.

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

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

HROUG. The future of Business Intelligence & Enterprise Performance Management. Rovinj October 18, 2007

HROUG. The future of Business Intelligence & Enterprise Performance Management. Rovinj October 18, 2007 HROUG Rovinj October 18, 2007 The future of Business Intelligence & Enterprise Performance Management Alexander Meixner Sales Executive, BI/EPM, South East Europe Oracle s Product

More information

Breadboard BI. Unlocking ERP Data Using Open Source Tools By Christopher Lavigne

Breadboard BI. Unlocking ERP Data Using Open Source Tools By Christopher Lavigne Breadboard BI Unlocking ERP Data Using Open Source Tools By Christopher Lavigne Introduction Organizations have made enormous investments in ERP applications like JD Edwards, PeopleSoft and SAP. These

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

ENTERPRISE EDITION ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE DATA INTEGRATOR

ENTERPRISE EDITION ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE DATA INTEGRATOR ORACLE DATA INTEGRATOR ENTERPRISE EDITION KEY FEATURES AND BENEFITS ORACLE DATA INTEGRATOR ENTERPRISE EDITION OFFERS LEADING PERFORMANCE, IMPROVED PRODUCTIVITY, FLEXIBILITY AND LOWEST TOTAL COST OF OWNERSHIP

More information

Oracle Business Intelligence Suite Enterprise Edition

Oracle Business Intelligence Suite Enterprise Edition Oracle Business Intelligence Suite Enterprise Edition Name: Tom Harris Title: Senior Sales Consultant Public Sector BI Phone: (301)253-6568 Email: TOM.HARRIS@ORACLE.COM Oracle Business

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

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

Getting Value from Big Data with Analytics

Getting Value from Big Data with Analytics Getting Value from Big Data with Analytics Edward Roske, CEO Oracle ACE Director info@interrel.com BLOG: LookSmarter.blogspot.com WEBSITE: www.interrel.com TWITTER: Eroske About interrel Reigning Oracle

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 BI 11.1.1.6 New Features Dan Vlamis Vlamis Software Solutions 816-781-2880 http://www.vlamis.com

Oracle BI 11.1.1.6 New Features Dan Vlamis Vlamis Software Solutions 816-781-2880 http://www.vlamis.com Oracle BI 11.1.1.6 New Features Dan Vlamis Vlamis Software Solutions 816-781-2880 http://www.vlamis.com Oracle BI 11.1.1.6 New Features Agenda IOUG, BIWA and Vlamis background Agenda for reviewing features:

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

An Integrated Big Data & Analytics Infrastructure June 14, 2012 Robert Stackowiak, VP Oracle ESG Data Systems Architecture

An Integrated Big Data & Analytics Infrastructure June 14, 2012 Robert Stackowiak, VP Oracle ESG Data Systems Architecture An Integrated Big Data & Analytics Infrastructure June 14, 2012 Robert Stackowiak, VP ESG Data Systems Architecture Big Data & Analytics as a Service Components Unstructured Data / Sparse Data of Value

More information

ORACLE EXALYTICS IN-MEMORY MACHINE: A BRIEF INTRODUCTION

ORACLE EXALYTICS IN-MEMORY MACHINE: A BRIEF INTRODUCTION An Oracle White Paper January, 2014 ORACLE EXALYTICS IN-MEMORY MACHINE: A BRIEF INTRODUCTION 1 Contents Oracle Exalytics Overview... 5 Oracle Exalytics Hardware Architecture... 6 Oracle Exalytics Software

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

The IBM Cognos Platform

The IBM Cognos Platform The IBM Cognos Platform Deliver complete, consistent, timely information to all your users, with cost-effective scale Highlights Reach all your information reliably and quickly Deliver a complete, consistent

More information

Oracle Business Intelligence 11g Business Dashboard Management

Oracle Business Intelligence 11g Business Dashboard Management Oracle Business Intelligence 11g Business Dashboard Management Thomas Oestreich Chief EPM STrategist Tool Proliferation is Inefficient and Costly Disconnected Systems; Competing Analytic

More information

Establish and maintain Center of Excellence (CoE) around Data Architecture

Establish and maintain Center of Excellence (CoE) around Data Architecture Senior BI Data Architect - Bensenville, IL The Company s Information Management Team is comprised of highly technical resources with diverse backgrounds in data warehouse development & support, business

More information

Green Migration from Oracle

Green Migration from Oracle Green Migration from Oracle Greenplum Migration Approach Strong Experiences on Oracle Migration Automate all tasks DDL Migration Data Migration PL-SQL and SQL Scripts Migration Data Quality Tests ETL and

More information