Data Integration Extravaganza

Size: px
Start display at page:

Download "Data Integration Extravaganza"

Transcription

1 EPM Suite (Hyperion) Data Integration Extravaganza

2 Technologies Hyperion Application Link (HAL) Data Integration Management (DIM) Oracle Data Integrator (ODI) Enterprise Performance Management Architect (EPMA) Financial Data Quality Management (FDM) ERP Integrator (ERPi) Data Relationship Management (DRM) Essbase Integration Services (EIS) Essbase Studio (EAS) Outline Load Utility DATAEXPORT Command MaxL Windows Batch Scripting Essbase SQL Loader Essbase Analytics Link (EAL) for HFM

3 Background Hal Hyperion tool for loading data and metadata to Hyperion Essbase, Financial Management, and Planning No longer supported by Oracle

4 Hal Common Uses Loading data (text, relational) to Essbase, Planning Extracting outline information

5 Hal

6 Use Case Hal Company wants to move GL data from a relational data source and use it to update the outline in Planning

7 DIM Data Integration Management Based on Informatica PowerCenter ETL tool similar to ODI

8 DIM Can load data and metadata to Essbase, Planning, HFM, Performance Scorecard Can process large volumes of data

9 DIM

10 DIM

11 DIM Use Case(s): IT driven process passing large volumes of data at high speeds Complex mapping logic is required Multiple workflows

12 ODI Oracle Data Integrator Very flexible tool Knowledge modules for interacting with systems (Essbase, Planning, SQL Server, Oracle, Flat file, etc.) Design custom workflows

13 ODI Can load data and metadata to Essbase, Planning, HFM, etc. Can load data warehouses, ERP systems and most databases Strategic data integration tool from Oracle

14 ODI

15 Use Case ODI Upstream data is in relational databases accessible via JDBC driver, wants to combine data from a file coming in via FTP and use that to load to a Hyperion cube, and send an out on failure.

16 EPMA Can manage metadata and hierarchies with graphical interface Dimension Library centralizes data for different dimensions i Can move data with Data Synchronization Interface Tables

17 EPMA Manage Essbase, Planning, HFM in one place Mostly deals with metadata Provides validation functionality Provides limited data mapping / integration Provides Application Library

18 EPMA

19 EPMA Use Case Administrator already uses EPMA, deploys metadata to various applications Ad hoc data sync across environments Quickly build a new application for a specific purpose by using metadata and data from existing applications

20 EPMA

21 EPMA

22 FDM Financial Data Quality Management Load data to HFM, Essbase and Planning from flat files SQL based, business driven Highly customizable with VB Script Self-service or automated data loading Allows drill back from target systems

23 FDM

24 FDM Use Case Enable SME s to map their own data Real time validation & verification SOX Compliance & Certification Industrial strength ETL not required

25 FDM

26 ERPi New in Pulls directly from source ERPs Load metadata to HFM, Planning and Essbase Combined with FDM, loads data to HFM, Planning or Essbase Facilitates user drill back and write-back to source ERP from HFR or Smart View

27 ERPi

28 Use Case ERPi Enhance functionality of existing FDM With supported source ERPs, create robust 2-way data flow for reporting and analysis. Provide access to detail with out replicating across applications. Push downstream data to all systems

29 ERPi

30 DRM Data Relationship Management For managing metadata only (no cube data) Advanced features for versioning, pushing to source systems, pushing to Hyperion

31 DRM Very robust metadata management tool Can manage and deploy data for Hyperion and non-hyperion systems Does not process data Formerly known as MDM (Razza)

32 DRM

33 DRM Use Case Hierarchies for dimensions in cube(s) are sourced from external system Multiple cubes need same hierarchies Keep all Hyperion products in sync Centralize and reduce metadata maintenance Segregate metadata management from system administration

34 FDM explicit mapping in DRM DRM

35 DRM - API

36 Essbase Integration Services

37 Essbase Integration Services Used to model cubes from relational data sources Can be used to build/update outline and load data Supports complex SQL if needed Very fast if used properly

38 Essbase Integration Services Pros Very flexible Rich dimension building capabilities without having to mess around with load rules Cons Once model is setup, you re married to it You need to really think to get it right

39 Essbase Integration Services

40 Essbase Integration Services Use Case Data and metadata already exist in a SQL database, and now the business would like to build multiple l cubes to provide analysis capabilities and possibly drill-thru

41 Essbase Studio

42 Essbase Studio Used to design cubes from relational data sources, OBIEE, EPMA apps & text t file Used for light-weight data modeling Evolution of EIS Common Metadata Repository Lineage Tracking Limited EAS functionality provided

43 Essbase Studio

44 Pros Essbase Studio Very flexible Enables true artifact reusability Introspection is very cool Drill through (RDBMS, URL, HFM, Java, etc.) Cons Not your father s Application Manager Not your father s EAS

45 Outline Load Utility Can load data and metadata Create a load file in text (CSV) Complex command line options OutlineLoad [-f:passwordfile][/s:server] /A:application /U:userName [/M] [/E:outputFileName] [/I:inputFileName/D[U]:loadDimensionName /DA:attributeDimensionName:baseDimensionName] [/TR] [/N] [[/R] [/U]] [/C] [/F] [/K] [/X:exceptionFileName] [L:logFileName] [/DX:HSP_Rates][/DS:HSP_SMARTLISTS] [/8][/?]

46 Outline Load Utility Pros No ETL required Perform batch outline updates to Planning Can load data as well Cons Arcane syntax Practical limitations (Volume)

47 Outline Load Utility

48 Use Case Outline Load Utility Company uses Planning to do yearly forecast of employee salaries. HR provides a spreadsheet with employee data and salary basis data Outline load utility can be used periodically to update the employee members in the Planning outline and load up their base data

49 DataExport Historically, an Essbase CDF (custom defined d function) used to export data to text t file or relational data source Is now native functionality (no need to setup CDF, which can be tricky) Useful for calling from MaxL (in place of report script) Can provide export capability to users by giving them access to a calc script

50 DataExport Pros Can be easier and more flexible than report scripts Cons Can only export data (no metadata) Use Case Exporting data to be used to load another Exporting data to be used to load another cube

51 DataExport

52 Use Case DataExport Data exists in cube but not necessarily easily accessible from other SQL sources, and wish to generate a text file with a certain subset of data (addressable with FIX)

53 MaxL Used to automate Essbase administrative tasks Replaced harder to read ESSCMD Can do almost everything to a server/application/cube/user that can be done in EAS

54 MaxL set MY_NAME = "ProcessCube"; login $ESSUSER identified by $ESSPW on $ESSSERVER; spool stdout on to "$LOGPATH\\$CONTEXT $LOGPATH\\$CONTEXT.$MY_NAME.$1.stdout.txt $MY NAME $1 txt"; spool stderr on to "$LOGPATH\\$CONTEXT.$MY_NAME.$1.stderr.txt"; alter database $1.$2 reset data; import database $1.$2 data connect as $SQLUSER identified by $SQLPW using server rules_file 'LdQVSOS' on error write to "$LOGPATH\\$CONTEXT $LOGPATH\\$CONTEXT.$MY_NAME.$1.error.txt $MY NAME $1 txt"; execute aggregate process on database $1.$2 stopping when total_size exceeds $3; spool off; logout; exit;

55 Use Case MaxL Data/metadata available in text file or relational data source, want to automate on the server or work in to existing i automation Perl Module

56 Batch Scripting

57 Batch Scripting Simple batch files used to perform a sequence of ftasks Lends itself very easily to automating and scheduling for recurring tasks Can glue together other data integration tools: MaxL, ODI, outline load, etc.

58 Batch Scripting Pros Very easy to implement Not limited to Hyperion products Cons Large scripts can become unwieldy and hard to test Many scripts are not good at dealing with an error in the middle of processing Custom code not supported

59 Batch Scripting Use case Weekly close process consists of a series of repetitive steps Generate text file from another system Copy text file Load data to Essbase Calc cube A simple batch file and MaxL script can be A simple batch file and MaxL script can be created and scheduled to automate this

60 Essbase SQL Used as the data source in a load rule Primarily used for data loading Also useful for dimension building Very useful if you want to skip putting data in a text file Can serve as a stepping stone to using EIS, ODI, Studio, etc. Useful in conjunction with automation

61 EAL for HFM

62 EAL for HFM HFM User Essbase User

63 Questions

64 Todd Rebner Managing Partner 8803 Brecksville Rd., Suite / Brecksville, Ohio Cell: (330) / efax: (440) trebner@advancedepm.com

Data and Metadata Integration with Planning & Essbase Using Oracle Data Integrator (ODI)

Data and Metadata Integration with Planning & Essbase Using Oracle Data Integrator (ODI) Data and Metadata Integration with Planning & Essbase Using Oracle Data Integrator (ODI) Trey Daniel Financial Systems, Reporting, and Processes @ GameStop February 19, 2015 About Me B.S., Management Information

More information

Taking EPM to new levels with Oracle Hyperion Data Relationship Management WHITEPAPER

Taking EPM to new levels with Oracle Hyperion Data Relationship Management WHITEPAPER Taking EPM to new levels with Oracle Hyperion Data Relationship Management WHITEPAPER This document contains Confidential, Proprietary, and Trade Secret Information ( Confidential Information ) of TopDown

More information

Data Relationship Management It s Not Just for Hierarchies. Todd Rebner, Managing Partner

Data Relationship Management It s Not Just for Hierarchies. Todd Rebner, Managing Partner Data Relationship Management It s Not Just for Hierarchies Presented by: Todd Rebner, Managing Partner Agenda Data Relationship Management Overview Data Governance DRM Functionality : General & Advanced

More information

FDQM Financial Data Quality Management Fundamentals - Tips & Tricks Gary Womack, May 8th, 2013

FDQM Financial Data Quality Management Fundamentals - Tips & Tricks Gary Womack, May 8th, 2013 FDQM Financial Data Quality Management Fundamentals - Tips & Tricks Gary Womack, May 8th, 2013 Agenda Welcome and Introductions Understanding FDQM Using Extended Analytics to sync Essbase/Other Systems

More information

Using Oracle Data Integrator with Essbase, Planning and the Rest of the Oracle EPM Products

Using Oracle Data Integrator with Essbase, Planning and the Rest of the Oracle EPM Products Using Oracle Data Integrator with Essbase, Planning and the Rest of the Oracle EPM Products Edward Roske eroske@interrel.com BLOG: LookSmarter.blogspot.com WEBSITE: www.interrel.com TWITTER: ERoske 2 4

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

Asen Computer Associates

Asen Computer Associates Performance Driven by Data Enterprise Performance Management Applications Oracle s Hyperion Financial Management Disclaimer This document is intended to provide general information about enterprise performance

More information

Best Practices for Implementing Oracle Data Integrator (ODI) July 21, 2011

Best Practices for Implementing Oracle Data Integrator (ODI) July 21, 2011 July 21, 2011 Lee Anne Spencer Founder & CEO Global View Analytics Cheryl McCormick Chief Architect Global View Analytics Agenda Introduction Oracle Data Integrator ODI Components Best Practices Implementation

More information

How To Get More Value From The Microsoft Dmdm Data Management Module (Dmm)

How To Get More Value From The Microsoft Dmdm Data Management Module (Dmm) Unwinding the Mysteries of DRM Alex Ladd Sr. Partner MindStream Analytics Agenda Introduction Audience Participation Today s Goals DRM Intro Favorite Quotes Getting More Value DRM & EPMA Integration outside

More information

Table of Contents Chapter 1 - Getting Started with Oracle Data Relationship Management (DRM) 1

Table of Contents Chapter 1 - Getting Started with Oracle Data Relationship Management (DRM) 1 Table of Contents Chapter 1 - Getting Started with Oracle Data Relationship Management (DRM) 1 Master Data Management 1 Benefits of Master Data Management 2 Master Data Management Implementations 2 Data

More information

HYPERION QUALIFICATIONS EXPERIENCE HISTORY

HYPERION QUALIFICATIONS EXPERIENCE HISTORY Comprobase and Hyperion since 2004 HYPERION QUALIFICATIONS EXPERIENCE HISTORY Hyperion Planning Hyperion Financial Management Essbase CapEx Planning WorkForce Planning Public Sector Planning Financial

More information

How WindStream Leverages EAL to Increase their Analytic Capabilities Alex Ladd Sr. Partner MindStream Analytics

How WindStream Leverages EAL to Increase their Analytic Capabilities Alex Ladd Sr. Partner MindStream Analytics How WindStream Leverages EAL to Increase their Analytic Capabilities Alex Ladd Sr. Partner MindStream Analytics Webinar will begin 12:03pm Agenda Introduction Audience Participation Windstream prior to

More information

Oracle Hyperion EPM 11.1.2.3 Update. Presented by: Ralph Shields October 24, 2014

Oracle Hyperion EPM 11.1.2.3 Update. Presented by: Ralph Shields October 24, 2014 Oracle Hyperion EPM 11.1.2.3 Update Presented by: Ralph Shields October 24, 2014 BizTech Oracle advisory, resale, implementafon, hosfng, management, and support. BizTech Clients: Growth- oriented midsize

More information

Hyperion Data Relationship Management (DRM)

Hyperion Data Relationship Management (DRM) Hyperion Data Relationship Management (DRM) Name Title Agenda Welcome and introductions Hyperion Data Relationship Management Product Introduction Preview of upcoming release Hierarchy

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

NEW FEATURES ORACLE ESSBASE STUDIO

NEW FEATURES ORACLE ESSBASE STUDIO ORACLE ESSBASE STUDIO RELEASE 11.1.1 NEW FEATURES CONTENTS IN BRIEF Introducing Essbase Studio... 2 From Integration Services to Essbase Studio... 2 Essbase Studio Features... 4 Installation and Configuration...

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

Corralling Data for Business Insights. The difference data relationship management can make. Part of the Rolta Managed Services Series

Corralling Data for Business Insights. The difference data relationship management can make. Part of the Rolta Managed Services Series Corralling Data for Business Insights The difference data relationship management can make Part of the Rolta Managed Services Series Data Relationship Management Data inconsistencies plague many organizations.

More information

Oracle Hyperion Data Relationship Management Best Practices, Tips and Tricks. Whitepaper

Oracle Hyperion Data Relationship Management Best Practices, Tips and Tricks. Whitepaper Oracle Hyperion Data Relationship Management Best Practices, Tips and Tricks Whitepaper This document contains Confidential, Proprietary, and Trade Secret Information ( Confidential Information ) of TopDown

More information

L I C E N S I N G G U I D E

L I C E N S I N G G U I D E O R A C L E H Y P E R I O N E N T E R P R I S E P E R F O R M A N C E M A N A G E M E N T S Y S T E M R E L E A S E 1 1. 1. 2 L I C E N S I N G G U I D E EPM System Licensing Guide, 11.1.2 Copyright 2010,

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

Which Reporting Tool Should I Use for EPM? Glenn Schwartzberg InterRel Consulting info@interrel.com

Which Reporting Tool Should I Use for EPM? Glenn Schwartzberg InterRel Consulting info@interrel.com Which Reporting Tool Should I Use for EPM? Glenn Schwartzberg InterRel Consulting info@interrel.com Disclaimer These slides represent the work and opinions of the presenter and do not constitute official

More information

ORACLE DATA INTEGRATOR ENTERPRISE EDITION

ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION Oracle Data Integrator Enterprise Edition 12c delivers high-performance data movement and transformation among enterprise platforms with its open and integrated

More information

Hyperion FDM Drill-Into-Anything

Hyperion FDM Drill-Into-Anything Hyperion FDM Drill-Into-Anything MindStream s Answer to enhance Drill- Through opportunities Matthias Heilos Sr. Consultant Data Integration MindStream Analytics Agenda About MindStream Analytics Hyperion

More information

Purpose...2 Oracle Database Tuning...2 Restrictions...2 New Features...3. FDM... 3 ERP Integrator... 4. Translation Support...5

Purpose...2 Oracle Database Tuning...2 Restrictions...2 New Features...3. FDM... 3 ERP Integrator... 4. Translation Support...5 Oracle Hyperion Financial Data Quality Management, Fusion Edition Release 11.1.2 Readme Purpose...2 Oracle Database Tuning...2 Restrictions...2 New Features...3 FDM... 3 ERP Integrator... 4 Translation

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

ORACLE DATA INTEGRATOR ENTEPRISE EDITION FOR BUSINESS INTELLIGENCE

ORACLE DATA INTEGRATOR ENTEPRISE EDITION FOR BUSINESS INTELLIGENCE ORACLE DATA INTEGRATOR ENTEPRISE EDITION FOR BUSINESS INTELLIGENCE KEY FEATURES AND BENEFITS (E-LT architecture delivers highest performance. Integrated metadata for alignment between Business Intelligence

More information

Service Oriented Data Management

Service Oriented Data Management Service Oriented Management Nabin Bilas Integration Architect Integration & SOA: Agenda Integration Overview 5 Reasons Why Is Critical to SOA Oracle Integration Solution Integration

More information

Purpose... 1 Overview... 1 Installation... 2 Configuration... 2 Using the Adapter... 3 Tips and Troubleshooting... 4 Known Issues... 4 Notes...

Purpose... 1 Overview... 1 Installation... 2 Configuration... 2 Using the Adapter... 3 Tips and Troubleshooting... 4 Known Issues... 4 Notes... Oracle Financial Data Quality Management ERP Integration Adapter for Oracle Applications, Fusion Edition Release FIN-C Readme Purpose... 1 Overview... 1 Installation... 2 Configuration... 2 Using the Adapter...

More information

Oracle Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: +33 15 7602 081 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive data integration

More information

Oracle Data Integrator 11g: Integration and Administration

Oracle Data Integrator 11g: Integration and Administration Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Data Integrator 11g: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive

More information

ORACLE HYPERION ENTERPRISE PERFORMANCE MANAGEMENT SYSTEM RELEASE 11.1.1.1 BACKUP AND RECOVERY GUIDE

ORACLE HYPERION ENTERPRISE PERFORMANCE MANAGEMENT SYSTEM RELEASE 11.1.1.1 BACKUP AND RECOVERY GUIDE ORACLE HYPERION ENTERPRISE PERFORMANCE MANAGEMENT SYSTEM RELEASE 11.1.1.1 BACKUP AND RECOVERY GUIDE EPM System Backup and Recovery Guide, 11.1.1.1 Copyright 2008, Oracle and/or its affiliates. All rights

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

Oracle Warehouse Builder 10g

Oracle Warehouse Builder 10g Oracle Warehouse Builder 10g Architectural White paper February 2004 Table of contents INTRODUCTION... 3 OVERVIEW... 4 THE DESIGN COMPONENT... 4 THE RUNTIME COMPONENT... 5 THE DESIGN ARCHITECTURE... 6

More information

Data Integration Checklist

Data Integration Checklist The need for data integration tools exists in every company, small to large. Whether it is extracting data that exists in spreadsheets, packaged applications, databases, sensor networks or social media

More information

Understanding Oracle BI Applications

Understanding Oracle BI Applications Understanding Oracle BI Applications Oracle BI Applications are a complete, end-to-end BI environment covering the Oracle BI EE platform and the prepackaged analytic applications. The Oracle BI Applications

More information

Integrating data in the Information System An Open Source approach

Integrating data in the Information System An Open Source approach WHITE PAPER Integrating data in the Information System An Open Source approach Table of Contents Most IT Deployments Require Integration... 3 Scenario 1: Data Migration... 4 Scenario 2: e-business Application

More information

Vanilla44 New Features

Vanilla44 New Features Vanilla 4.4 New Features Author: Contact: Patrick Beaucamp patrick.beaucamp@bpm-conseil.com www.bpm-conseil.com www.freeanalysis.fr Date: October 2013 Document: Vanilla44 New Features Vanilla Version 4.4

More information

HYPERION RELEASE 9.3.1 BACKUP AND RECOVERY GUIDE

HYPERION RELEASE 9.3.1 BACKUP AND RECOVERY GUIDE HYPERION RELEASE 9.3.1 BACKUP AND RECOVERY GUIDE Hyperion Backup and Recovery Guide, 9.3.1 Copyright 2007, Oracle and/or its affiliates. All rights reserved. Authors: Nancy Rose, Barbara Langworthy The

More information

Quality Results. From Many Completed Implementations

Quality Results. From Many Completed Implementations Oracle Essbase Agenda Introduction What most companies currently use What is Essbase Essbase database concepts How Essbase data is consumed Typical Essbase topography In Conclusion Introduction Quality

More information

An Architectural Review Of Integrating MicroStrategy With SAP BW

An Architectural Review Of Integrating MicroStrategy With SAP BW An Architectural Review Of Integrating MicroStrategy With SAP BW Manish Jindal MicroStrategy Principal HCL Objectives To understand how MicroStrategy integrates with SAP BW Discuss various Design Options

More information

ecapital Advisors Oracle Services

ecapital Advisors Oracle Services ecapital Advisors Oracle Services Have a current initiative you are trying to get integrated into the business? Our implementation services help get your employees up to speed on new technology and techniques

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

Oracle's Hyperion Shared Services. Readme. Purpose. Release 11.1.2.0.00

Oracle's Hyperion Shared Services. Readme. Purpose. Release 11.1.2.0.00 Oracle's Hyperion Shared Services Release 11.1.2.0.00 Readme [Skip Navigation Links] Purpose... 1 New Features... 2 General... 2 Security Administration... 2 Lifecycle Management... 3 Shared Services Taskflows...

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

Integrating Ingres in the Information System: An Open Source Approach

Integrating Ingres in the Information System: An Open Source Approach Integrating Ingres in the Information System: WHITE PAPER Table of Contents Ingres, a Business Open Source Database that needs Integration... 3 Scenario 1: Data Migration... 4 Scenario 2: e-business Application

More information

Dashboard for Financial Applications: A Partnered Approach 5.27.10

Dashboard for Financial Applications: A Partnered Approach 5.27.10 Dashboard for Financial Applications: A Partnered Approach 5.27.10 Presenters Seth Landau EVP of Consulting Services MindStream Analytics slandau@mindstreamanalytics.com www.mindstreamanalytics.com Scott

More information

dvlamis@vlamis.com Vlamis Software Solutions, Inc. 816-781-2880 http://www.vlamis.com Copyright 2008, Vlamis Software Solutions, Inc.

dvlamis@vlamis.com Vlamis Software Solutions, Inc. 816-781-2880 http://www.vlamis.com Copyright 2008, Vlamis Software Solutions, Inc. Building Cubes and Analyzing Data using Oracle OLAP 11g ODTUG 08 Session: 7 Dan Vlamis dvlamis@vlamis.com Vlamis Software Solutions, Inc. 816-781-2880 http://www.vlamis.com Vlamis Software Solutions, Inc.

More information

Oracle Financial Services Data Integration Hub Foundation Pack Extension for Data Relationship Management Interface

Oracle Financial Services Data Integration Hub Foundation Pack Extension for Data Relationship Management Interface Oracle Financial Services Data Integration Hub Foundation Pack Extension for Data Relationship Management Interface User Manual 8.0.1.0.0 Page i Table of Contents TABLE OF CONTENTS PREFACE... 4 Audience...

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

Master Data Management The Nationwide Experience. Lance Dacre Director, Data Governance

Master Data Management The Nationwide Experience. Lance Dacre Director, Data Governance Master Data Management The Nationwide Experience Lance Dacre Director, Data Governance Agenda Finance FOCUS project Master Data Management Data Governance Assessment of Finance Function Availability of

More information

Our frame of reference

Our frame of reference Company overview Our frame of reference Enterprise Performance Management through master data consistency and optimised applications. A master data based Enterprise Performance Management (EPM) solution

More information

Webinar: Chart of Accounts Alignment through Information Governance

Webinar: Chart of Accounts Alignment through Information Governance Webinar: Chart of Accounts Alignment through Information Governance Huron Presenters: Todd Weinstein Alex Vlaisavljevic August 28, 2014 Objectives & Agenda Webinar Objectives: Agenda Discuss the importance

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

Oracle Data Integration: CON7926 Oracle Data Integration: A Crucial Ingredient for Cloud Integration

Oracle Data Integration: CON7926 Oracle Data Integration: A Crucial Ingredient for Cloud Integration Oracle Data Integration: CON7926 Oracle Data Integration: A Crucial Ingredient for Cloud Integration Julien Testut Principal Product Manager, Oracle Data Integration Sumit Sarkar Principal Systems Engineer,

More information

Unique challenges in Oracle Hyperion EPM Data Governance

Unique challenges in Oracle Hyperion EPM Data Governance Unique challenges in Oracle Hyperion EPM Data Governance A solution overview by Orchestra Networks Disclaimer Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may

More information

OBIEE vs Hyperion Financial Reports: Oracle's Future in EPM Reporting

OBIEE vs Hyperion Financial Reports: Oracle's Future in EPM Reporting OBIEE vs Hyperion Financial Reports: Oracle's Future in EPM Reporting Alex Ladd Sr. Partner MindStream Analytics The Webinar will start at 12:05pm Agenda Introduction Audience Participation Today s Goals

More information

SAS Business Intelligence Online Training

SAS Business Intelligence Online Training SAS Business Intelligence Online Training IQ Training facility offers best online SAS Business Intelligence training. Our SAS Business Intelligence online training is regarded as the best training in Hyderabad

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

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

Building Cubes and Analyzing Data using Oracle OLAP 11g

Building Cubes and Analyzing Data using Oracle OLAP 11g Building Cubes and Analyzing Data using Oracle OLAP 11g Collaborate '08 Session 219 Chris Claterbos claterbos@vlamis.com Vlamis Software Solutions, Inc. 816-729-1034 http://www.vlamis.com Copyright 2007,

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

SQL Server 2012 Business Intelligence Boot Camp

SQL Server 2012 Business Intelligence Boot Camp SQL Server 2012 Business Intelligence Boot Camp Length: 5 Days Technology: Microsoft SQL Server 2012 Delivery Method: Instructor-led (classroom) About this Course Data warehousing is a solution organizations

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

Business Intelligence and Healthcare

Business Intelligence and Healthcare Business Intelligence and Healthcare SUTHAN SIVAPATHAM SENIOR SHAREPOINT ARCHITECT Agenda Who we are What is BI? Microsoft s BI Stack Case Study (Healthcare) Who we are Point Alliance is an award-winning

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 B. Intelligence. Products Roadmap. Ljiljana Perica, Oracle Business Solution Team Leader

Oracle Business B. Intelligence. Products Roadmap. Ljiljana Perica, Oracle Business Solution Team Leader Oracle Business B Intelligence Products Roadmap Ljiljana Perica, Oracle Business Solution Team Leader 1 Oracle is the Worldwide Leader in Business Analytics Oracle BI Applications #1 in Analytic Applications

More information

Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? PTR Associates Limited

Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? PTR Associates Limited Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? www.ptr.co.uk Business Benefits From Microsoft SQL Server Business Intelligence (September

More information

Presentation at 2006 DAMA / Wilshire Metadata Conference. John R. Friedrich, II, PhD Friedrich@metaintegration.net

Presentation at 2006 DAMA / Wilshire Metadata Conference. John R. Friedrich, II, PhD Friedrich@metaintegration.net Metadata Management Best Practices and Lessons Learned Presentation at 2006 DAMA / Wilshire Metadata Conference Denver, CO John R. Friedrich, II, PhD Friedrich@metaintegration.net Slide 1 of??? Outline

More information

Creating Business Harmony: The Integration of ERP, EPM and BI. Enzo Santilli, Partner, MarketSphere

Creating Business Harmony: The Integration of ERP, EPM and BI. Enzo Santilli, Partner, MarketSphere Creating Business Harmony: The Integration of ERP, EPM and BI Enzo Santilli, Partner, MarketSphere Agenda 1 2 3 4 5 6 7 History in the Making of Information (and the need for Harmony) One-Certified & Secured

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

What's New in SAS Data Management

What's New in SAS Data Management Paper SAS034-2014 What's New in SAS Data Management Nancy Rausch, SAS Institute Inc., Cary, NC; Mike Frost, SAS Institute Inc., Cary, NC, Mike Ames, SAS Institute Inc., Cary ABSTRACT The latest releases

More information

An Oracle White Paper March 2012. Managing Metadata with Oracle Data Integrator

An Oracle White Paper March 2012. Managing Metadata with Oracle Data Integrator An Oracle White Paper March 2012 Managing Metadata with Oracle Data Integrator Introduction Metadata information that describes data is the foundation of all information management initiatives aimed at

More information

ORACLE HYPERION PLANNING

ORACLE HYPERION PLANNING ORACLE HYPERION PLANNING ENTERPRISE WIDE PLANNING, BUDGETING, AND FORECASTING KEY FEATURES Hybrid data model facilitates planning, analysis and commentary Flexible workflow capabilities Reliability with

More information

MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 MS 20467: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Description: This five-day instructor-led course teaches students how to design and implement a BI infrastructure. The

More information

Implementing Oracle BI Applications during an ERP Upgrade

Implementing Oracle BI Applications during an ERP Upgrade Implementing Oracle BI Applications during an ERP Upgrade Summary Jamal Syed BI Practice Lead Emerging solutions 20 N. Wacker Drive Suite 1870 Chicago, IL 60606 Emerging Solutions, a professional services

More information

"Must Know" Tips & Tricks for Oracle Business Intelligence 11g

Must Know Tips & Tricks for Oracle Business Intelligence 11g "Must Know" Tips & Tricks for Oracle Business Intelligence 11g Session ID#: 10488 Taking full advantage of what OBIEE and OBIFS has to offer Prepared by: Patrick Callahan AST Corporation VP, Business Intelligence

More information

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042

LEARNING SOLUTIONS website milner.com/learning email training@milner.com phone 800 875 5042 Course 20467A: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Length: 5 Days Published: December 21, 2012 Language(s): English Audience(s): IT Professionals Overview Level: 300

More information

Transforming FP&A: Combining Process Redesign & Technology to Deliver Insights

Transforming FP&A: Combining Process Redesign & Technology to Deliver Insights Transforming FP&A: Combining Process Redesign & Technology to Deliver Insights Session 602 IASA 86 TH ANNUAL EDUCATIONAL CONFERENCE & BUSINESS SHOW Project Overview The Hanover Insurance Group (THG) is

More information

Oracle Daily Business Intelligence. PDF created with pdffactory trial version www.pdffactory.com

Oracle Daily Business Intelligence. PDF created with pdffactory trial version www.pdffactory.com Oracle Daily Business Intelligence User Reporting Requirements and Daily Business Intelligence Historical Business Analysts (Warehouse,see trends, drill from detailed information to summaries and back

More information

HYPERION MASTER DATA MANAGEMENT SOLUTIONS FOR IT

HYPERION MASTER DATA MANAGEMENT SOLUTIONS FOR IT HYPERION MASTER DATA MANAGEMENT SOLUTIONS FOR IT POINT-AND-SYNC MASTER DATA MANAGEMENT 04.2005 Hyperion s new master data management solution provides a centralized, transparent process for managing critical

More information

Practical Essbase Web Services

Practical Essbase Web Services Practical Essbase Web Services For Fun and Profit Jason Jones Jason Jones l Essbase l Programming l Mobile development l ODI l Blogging l Open source Agenda l Web services in a nutshell l Essbase connectivity

More information

P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T

P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T, F U S I O N E D I T I O N R E L E A S E 1 1. 1. 1.x P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E

More information

SMB Intelligence. Reporting

SMB Intelligence. Reporting SMB Intelligence Reporting Introduction Microsoft Excel is one of the most popular business tools for data analysis and light accounting functions. The SMB Intelligence Reporting powered by Solver is designed

More information

ORACLE HYPERION PUBLIC SECTOR PLANNING AND BUDGETING

ORACLE HYPERION PUBLIC SECTOR PLANNING AND BUDGETING ORACLE HYPERION PUBLIC SECTOR PLANNING AND BUDGETING KEY FEATURES AND BENEFITS KEY FEATURES: Packaged budgeting templates and calculation logic purpose built for the public sector Flexible workforce budgeting

More information

Oracle Hyperion Planning

Oracle Hyperion Planning Oracle Hyperion Planning Oracle Hyperion Planning is an agile planning solution that supports enterprise wide planning, budgeting, and forecasting using desktop, mobile and Microsoft Office interfaces.

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

Extensibility of Oracle BI Applications

Extensibility of Oracle BI Applications Extensibility of Oracle BI Applications The Value of Oracle s BI Analytic Applications with Non-ERP Sources A White Paper by Guident Written - April 2009 Revised - February 2010 Guident Technologies, Inc.

More information

Automate Your BI Administration to Save Millions with Command Manager and System Manager

Automate Your BI Administration to Save Millions with Command Manager and System Manager Automate Your BI Administration to Save Millions with Command Manager and System Manager Presented by: Dennis Liao Sr. Sales Engineer Date: 27 th January, 2015 Session 2 This Session is Part of MicroStrategy

More information

Top 10 Tricks and Tools of an Oracle EPM Administrator Effective EPM Administration

Top 10 Tricks and Tools of an Oracle EPM Administrator Effective EPM Administration Oct 2014 Top 10 Tricks and Tools of an Oracle EPM Administrator Effective EPM Administration Nicholas King Database Administrator Purpose and background Agenda: s & Tricks for... Improving uptime by building

More information

Why is My Hyperion Application Sick?

Why is My Hyperion Application Sick? Why is My Hyperion Application Sick? Streamlining the Health Check process for your HFM Application Seth Landau Partner, EVP Consulting Services MindStream Analytics Jonathan Berry CEO, Accelatis Agenda

More information

Using Metadata Manager for System Impact Analysis in Healthcare

Using Metadata Manager for System Impact Analysis in Healthcare 1 Using Metadata Manager for System Impact Analysis in Healthcare David Bohmann & Suren Samudrala Sr. Data Integration Developers UT M.D. Anderson Cancer Center 2 About M.D. Anderson Established in 1941

More information

Enabling Better Business Intelligence and Information Architecture With SAP Sybase PowerDesigner Software

Enabling Better Business Intelligence and Information Architecture With SAP Sybase PowerDesigner Software SAP Technology Enabling Better Business Intelligence and Information Architecture With SAP Sybase PowerDesigner Software Table of Contents 4 Seeing the Big Picture with a 360-Degree View Gaining Efficiencies

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

Insights for SharePoint 2013 INTRODUCTION TO THE BI TOOLS

Insights for SharePoint 2013 INTRODUCTION TO THE BI TOOLS Insights for SharePoint 2013 INTRODUCTION TO THE BI TOOLS Webinar Topics Intro to BI Tools What is SharePoint? What is Business Intelligence? Evolution of Business Intelligence Common Challenges of BI

More information

Oracle Data Integrator: Administration and Development

Oracle Data Integrator: Administration and Development Oracle Data Integrator: Administration and Development What you will learn: In this course you will get an overview of the Active Integration Platform Architecture, and a complete-walk through of the steps

More information

PPDM Well Master and Enterprise MDM Tools

PPDM Well Master and Enterprise MDM Tools PPDM Well Master and Enterprise MDM Tools 2013 PPDM Data Management Symposium Calgary Kelly Guillory & Prasanna Balakrishnan Agenda About Us Paper Background What People Want Business Value of MDM MDM

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 Data Integrators for Beginners. Presented by: Dip Jadawala Company: BizTech Session ID: 9950

Oracle Data Integrators for Beginners. Presented by: Dip Jadawala Company: BizTech Session ID: 9950 Oracle Data Integrators for Beginners Presented by: Dip Jadawala Company: BizTech Session ID: 9950 Please silence your cell phones Overview Introductions Architecture of ODI Topology Manager Designer Operator

More information

Enabling Better Business Intelligence and Information Architecture With SAP PowerDesigner Software

Enabling Better Business Intelligence and Information Architecture With SAP PowerDesigner Software SAP Technology Enabling Better Business Intelligence and Information Architecture With SAP PowerDesigner Software Table of Contents 4 Seeing the Big Picture with a 360-Degree View Gaining Efficiencies

More information