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

Size: px
Start display at page:

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

Transcription

1 Using Oracle Data Integrator with Essbase, Planning and the Rest of the Oracle EPM Products Edward Roske BLOG: LookSmarter.blogspot.com WEBSITE: TWITTER: ERoske

2 2

3

4 4 About interrel 2008 & 2009 Oracle Titan Award winner - EPM Solution of the year 2008 Oracle EPM Excellence Award 2009 Oracle EPM/BI Innovation Award One of the fastest growing companies in the world (Inc. Magazine, 08 & 09) Two of the three Hyperion Oracle ACE Directors in the world Founding Hyperion Platinum Partner; now Oracle Certified Partner Focused exclusively on Oracle Hyperion EPM software Consulting Training Infrastructure and Installation Support Software sales

5 5 Hyperion Books Available: Essbase (7): Complete Guide Essbase System 9: Complete Guide Essbase System 9: End User Guide Smart View 11: End User Guide Essbase 11: Admin Guide ebooks available on Amazon Kindle Just out! Hyperion Planning for End Users Coming Soon Hyperion Planning for Admins (days now ) Hyperion Financial Management (Q1 2010) To order, check out 5 Copyright 2007, Hyperion. All rights reserved.

6 Disclaimer These slides represent the work and opinions of the presenter and do not constitute official positions of Oracle or any other organization. This material has not been peer reviewed and is presented here with the permission of the presenter. This material should not be reproduced without the written permission of interrel Consulting.

7 Agenda What is ODI? A Real World Example ODI and Planning ODI Demo A glimpse into the concepts Tips Getting Started Questions and Answers

8 What is ODI? Oracle Data Integrator

9 Oracle Data Integrator (ODI) Overview Integration tool that replaces HAL and DIM Used to move and transform information across systems Processes are based on metadata of existing systems Only metadata is stored in ODI, not data Sometimes referred to as Sunopsis

10 How is ODI used with EPM applications? Interface metadata and data between source data systems Build dimensions Load data Transfer data across files and relational databases and the EPM applications All supported with Hyperion Planning, Financial Management and Essbase Not supported with EPMA

11 Oracle ODI to EPM Functionality Metadata discovery & model creation Load data Load Metadata Extract data Planning Essbase HFM P P P P P P P P P O P P Extract metadata O P P Other Refresh to Essbase Calc, post and pre MaxL scripts Consolidate

12 Marketing Message Three main points: Extract-Load & Transform (E-LT) architecture Removes ETL server from infrastructure USP = Native target database performs transformations Declarative Design Developer define the rules, ODI: Writes the data flows Manages the data flow complexity Writes the behind-the-scenes code Knowledge Modules Similar to HAL adapters Talks (and almost always writes) to almost everything

13 A Real World Integration with ODI GL SAP DW Oracle 1 Accounts / Entities Planning Fcst Data 6 2 Accounts / Entities HFM Consolidated Results 7 3 Accounts / Entities Essbase Sales by Customer DB 5 4 Customer Dimension Sales by Customer Data 8 MaxL Run Allocations, Aggregate Data, etc

14 ODI Demo

15 A Glimpse ODI Components and Concepts

16 ODI Components Source Systems ODI (ELT) Extract Load-Transform Target Systems ODI Components Topology Manager Configure Architecture / Infrastructure of source & target technologies Master Repository Work Repository Designer Design & execute metadata models and interfaces to move data across systems Security Manager Maintain ODI Security (Infrastructure) (Interfaces) Operator Monitor Sessions Review errors Agent Coordinates communication & scheduling Metadata Navigator Web access to mettadata repository

17 Components GUI Purpose Users Repository Designer Operator Topology Manager Security Manager Configuration Info Metadata OLTP RDBMS Sunopsis Infrastructure Reverse Engineer Develop Projects Release Scenarios Operate Production Monitor Sessions Physical and Logical Architecture of the infrastructure (servers, schemas and agents) User privileges Administrators Developers Operators Developers Metadata Administrators Production Operators Infrastructure Administrators Security Administrators

18 Deployment Typically have 1 Master Repository that talks to multiple Work Repository (Dev, Test & Prod). Can set the production work repository to execution only Topology Security Versioning Master Repository (Infrastructure) Work Repository \ \ (s) (Interfaces) Models Projects Execution

19 Topology Manager Representation of the Information System Connect to resources for integration purposes Contains: Physical Architecture Data Server Physical Schemas and Physical Agents Logical Architecture (logical schemas & logical agents) Contexts Links logical and physical architectures Repositories Master and attached work repositories Languages - different types of languages available

20 Logical Architecture A Sample Topology dbo.database MSSQL Rep.App1 Essbase Rep.App2 Essbase PlanSamp. Consol Planning FinOp.Plan 1 Planning C:\ODI\File File Physical Architecture Windows Machine X (Development Environment) Windows Machine Y (Production Environment) Windows Machine Z (Production Environment) DW Essbase Source Files dbo.databa Rep.App1 se C:\ODI\File Rep.App2 Planning PlanSamp. Consol FinOp.Plan 1 DW dbo.databa se Essbase Rep.App1 Rep.App2 Planning PlanSamp. Consol FinOp.Plan 1 Source Files C:\ODI\File Data Server Logical Schema Physical Schema Physical Agents Logical Agents

21 Languages Languages used to generate code for the specific technologies

22 Designer Designer includes: Models Metadata for your source and target systems Projects - Integrations that move data from your source and target systems Interfaces Packages Procedures Variables Knowledge Modules The Designer module stores this information in a work repository, references the topology and the security information defined in the master repository.

23 Designing an Interface Before you start building an interface you: Import Knowledge Modules into the project Create your Metadata Models Then in the interface you: Define your source and target Define the mapping and translations (business rules) Define the flow requirements Execute To automate execution, move on to: Packages Procedures Variables Sequencing

24 Knowledge Modules Knowledge Modules (KMs) are components with built in knowledge (functions and logic) that connect technologies to ODI. Similar to HAL Adapters, but many more connection options. KMs connect to the technology, extract data from it, transform the data, check it, integrate it, etc. You can find a complete list of KMs at ence.pdf

25 Knowledge Modules Interfaces LKM (Loading Knowledge Modules) are used to extract data from the source database tables and other systems (files, middleware, mainframe, etc.). IKM (Integration Knowledge Modules) are used to integrate (load) data to the target system. CKM (Check Knowledge Modules) are used to check that constraints on the sources and targets are not violated..

26 Knowledge Modules Models RKM (Reverse Knowledge Modules) are used to perform a customized reverse-engineering of data models for a specific technology. JKM (Journalizing Knowledge Modules) are used to create a journal of data modifications (insert, update and delete) of the source databases to keep track of the changes.

27 Knowledge Modules Others SKM (Service Knowledge Modules) are used to generate the code required for creating dataservices.

28 An Example: Hyperion Planning Model Dimensions Planning Metadata

29 An Example: Hyperion Essbase Model Dimensions Essbase Metadata

30 Interfaces An ODI object which loads one target data store with data from one or more sources, based on business rules implemented as mappings

31 Inside the Interface: Mappings

32 More on Mappings Execute On Target Column Expression Editor Update

33 Multiple Sources, Joins and Filters Joins (similar to Joins in RDMS) Links multiple data sources together Uses SQL Clauses Multiple sources in a single interface must be connected with a join. Create joins by dragging and dropping columns together Alternatively, you can use the expression editor to add them manually Advanced joins Connect models from different technologies or model / schemas. (Heterogeneous Join) Connect 2 or more datastores

34 Join Definition SQL Syntax Specify Join type Use ISO-92 Syntax, Join Order, Autocalculate Order

35 Filter Reduce amount of data processed by the interface by applying a filter. Funnel icon represents filter applied on the source Use the Expression Editor or manually type in the SQL. Test filter, right-click and select Data.

36 Expression Editor

37 Flow Tab

38 SUNOPSIS_MEMORY_ENGINE SUNOPSIS_MEMORY_ENGINE sits between source and target Temporary staging area that is created during interfaces to facilitate mapping and translation Not recommended for large data sets for performance reasons Can be difficult to debug We recommend configuring a separate staging area

39 Operator: Checking Status

40 Automation Packages - Group of steps to complete a workflow. Can include: Interfaces OS Commands Procedures Workflow can include error trapping and status notifications Scenarios can schedule as a scenario or call a scenario from a batch file Variables - can have variables defined to pass parameters (i.e. file name, current month, etc.)

41 Create Error Log Files in the Interface Enable logging in the interface in the files to obtain more details or send information to a text file for use in debugging.

42 Errors Errors are not always ODI errors, they are typically being sent from other technologies (Oracle EPM in our case) You will begin to see commonality of errors but they are not always descriptive or useful. Plan extra time for debugging interfaces

43 Real Life Tips

44 Tips General Information Good sources of information: interrel 3 day ODI and EPM training class (available this fall) OTN Forum: Get the release No patching required for Essbase, Planning, and HFM Available at: i/index.html

45 Design and Development Tips Whiteboard the Topology before configuring in ODI Standardize naming conventions for topology components Incorporate as many error logs and error trapping processes as possible. Consider using a staging area versus Sunopsis Memory Engine. This will allow performance optimization and error resolution. If the source is a relational database, perform as many translations in a view as possible.

46 Design and Development Tips Recommend against using comma as a file delimiter for source files. Use or!. Versus loading Essbase Data with ODI, write a MaxL to load data to Essbase and add it as a step in the ODI package. Plan extra development time, learning curve is steep and it is more complex than HAL.

47 Project Tasks: Getting Started Plan the scope, identify source and target Establish success criteria Identify the resources Define the Topology Define your Models Create Interfaces Unit Testing Automate with Packages Schedule with Scenarios Integration Testing Deploy

48 How long will take? No short answer, depends on the complexity of the interface. If this is the first time, allow ample time to debug issues. Minimize risk by: Working with infrastructure team for connectivity issues Keeping data transformations simple or nonexistent in the initial development (prototype) Then consider the opportunities to automate translations or business rules Plan out your topology on a whiteboard first! It is critical to understand what links to what to avoid silly mistakes. Use Relational Sources where possible.

49 OTHER

50 Security Manager Separate from Shared Services Manage security for all ODI modules Create Users & Profiles Assign access ODI Objects (data servers, projects, etc) Methods (Edit, Create, Delete) Servers

51 Metadata Navigator J2EE application that provides web access to the repositories View Flow maps, trace the source of all data and drill down to field level Possible to trigger and monitor processing jobs from a web browser using this tool By default, installed on Jakarta Tomcat Application Server

52 Oracle Data Profiling and Quality Integrator extends data quality features of Oracle Data Integrator to provide more advanced data governance capabilities. Data Cleansing Duplicates Parsing Data Enrichment User driven rules Integrated with ODI

53 ODI and EPM Training Coming Soon from interrel Training! Introduction to ODI for EPM Administrators This class will be useful for administrators or developers that will design, develop and / or deploy data integrations that update Essbase, Planning or HFM with ODI. Includes several hours of hands on workshops!!!

54 Thank You. Edward Roske BLOG: LookSmarter.blogspot.com WEBSITE: TWITTER: ERoske

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

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

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

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

D83167 Oracle Data Integrator 12c: Integration and Administration

D83167 Oracle Data Integrator 12c: Integration and Administration D83167 Oracle Data Integrator 12c: Integration and Administration Learn To: Use Oracle Data Integrator to perform transformation of data among various platforms. Design ODI Mappings, Procedures, and Packages

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

Oracle Data Integrator. Knowledge Modules Reference Guide 10g Release 3 (10.1.3)

Oracle Data Integrator. Knowledge Modules Reference Guide 10g Release 3 (10.1.3) Oracle Data Integrator Knowledge Modules Reference Guide 10g Release 3 (10.1.3) March 2010 Oracle Data Integrator Knowledge Modules Reference Guide, 10g Release 3 (10.1.3) Copyright 2009, Oracle. All rights

More information

Oracle Data Integrator for Big Data. Alex Kotopoulis Senior Principal Product Manager

Oracle Data Integrator for Big Data. Alex Kotopoulis Senior Principal Product Manager Oracle Data Integrator for Big Data Alex Kotopoulis Senior Principal Product Manager Hands on Lab - Oracle Data Integrator for Big Data Abstract: This lab will highlight to Developers, DBAs and Architects

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 Integrator Best Practices for a Data Warehouse. Oracle Best Practices March 2008

Oracle Data Integrator Best Practices for a Data Warehouse. Oracle Best Practices March 2008 Oracle Data Integrator Best Practices for a Data Warehouse Oracle Best Practices March 2008 Oracle Data Integrator Best Practices for a Data Warehouse PREFACE... 7 PURPOSE... 7 AUDIENCE... 7 ADDITIONAL

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

Data Integration Extravaganza

Data Integration Extravaganza EPM Suite (Hyperion) Data Integration Extravaganza Technologies Hyperion Application Link (HAL) Data Integration Management (DIM) Oracle Data Integrator (ODI) Enterprise Performance Management Architect

More information

Exceptions to the Rule: Essbase Design Principles That Don t Always Apply

Exceptions to the Rule: Essbase Design Principles That Don t Always Apply Exceptions to the Rule: Essbase Design Principles That Don t Always Apply Edward Roske, CEO Oracle ACE Director info@interrel.com BLOG: LookSmarter.blogspot.com WEBSITE: www.interrel.com TWITTER: Eroske

More information

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview An Oracle White Paper February 2014 Oracle Data Integrator 12c Introduction Oracle Data Integrator (ODI) 12c is built on several components all working together around a centralized metadata repository.

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

Reverse Engineering in Data Integration Software

Reverse Engineering in Data Integration Software Database Systems Journal vol. IV, no. 1/2013 11 Reverse Engineering in Data Integration Software Vlad DIACONITA The Bucharest Academy of Economic Studies diaconita.vlad@ie.ase.ro Integrated applications

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

Data Integration and ETL with Oracle Warehouse Builder: Part 1

Data Integration and ETL with Oracle Warehouse Builder: Part 1 Oracle University Contact Us: + 38516306373 Data Integration and ETL with Oracle Warehouse Builder: Part 1 Duration: 3 Days What you will learn This Data Integration and ETL with Oracle Warehouse Builder:

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

An Oracle White Paper March 2014. Best Practices for Real-Time Data Warehousing

An Oracle White Paper March 2014. Best Practices for Real-Time Data Warehousing An Oracle White Paper March 2014 Best Practices for Real-Time Data Warehousing Executive Overview Today s integration project teams face the daunting challenge that, while data volumes are exponentially

More information

Oracle Fusion Middleware. Getting Started with Oracle Data Integrator 12c

Oracle Fusion Middleware. Getting Started with Oracle Data Integrator 12c Oracle Fusion Middleware Getting Started with Oracle Data Integrator 12c October 2015 Oracle Fusion Middleware Getting Started with Oracle Data Integrator, 12c Copyright 2010, 2015, Oracle and/or its affiliates.

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

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

Oracle Data Integrator integration with OBIEE

Oracle Data Integrator integration with OBIEE Oracle Data Integrator integration with OBIEE February 26, 2010 1:20 2:00 PM Presented By Phani Kottapalli pkishore@astcorporation.com 1 Agenda Introduction to ODI Architecture Installation Repository

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

Getting Started with Oracle Data Integrator 11g: A Hands-On Tutorial

Getting Started with Oracle Data Integrator 11g: A Hands-On Tutorial Getting Started with Oracle Data Integrator 11g: A Hands-On Tutorial Peter C. Boyd-Bowman Christophe Dupupet Denis Gray David Hecksel Julien Testut Bernard Wheeler Chapter No. 1 "Product Overview" In this

More information

SAP Data Services 4.X. An Enterprise Information management Solution

SAP Data Services 4.X. An Enterprise Information management Solution SAP Data Services 4.X An Enterprise Information management Solution Table of Contents I. SAP Data Services 4.X... 3 Highlights Training Objectives Audience Pre Requisites Keys to Success Certification

More information

Getting Started with Oracle

Getting Started with Oracle Getting Started with Oracle Data Integrator 11g: A Hands-On Tutorial Combine high volume data movement, complex transformations and real-time data integration with the robust capabilities of ODI in this

More information

Data Integration and ETL with Oracle Warehouse Builder NEW

Data Integration and ETL with Oracle Warehouse Builder NEW Oracle University Appelez-nous: +33 (0) 1 57 60 20 81 Data Integration and ETL with Oracle Warehouse Builder NEW Durée: 5 Jours Description In this 5-day hands-on course, students explore the concepts,

More information

Oracle Data Integrator Overview and Demo. Maria Mundrova ETL Developer/DW Consultant

Oracle Data Integrator Overview and Demo. Maria Mundrova ETL Developer/DW Consultant Oracle Data Integrator Overview and Demo Maria Mundrova ETL Developer/DW Consultant BGOUG Spring Conference, 2009 Presentation Agenda Oracle Data Integrator What is ODI? ELT Approach Architecture Oracle

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

Oracle Data Integrator Technical Overview. An Oracle White Paper Updated December 2006

Oracle Data Integrator Technical Overview. An Oracle White Paper Updated December 2006 Oracle Data Integrator Technical Overview An Oracle White Paper Updated December 2006 Oracle Data Integrator Technical Overview Introduction... 3 E-LT Architecture... 3 Traditional ETL... 3 E-LT... 4 Declarative

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

An Oracle White Paper October 2013. Oracle Data Integrator 12c New Features Overview

An Oracle White Paper October 2013. Oracle Data Integrator 12c New Features Overview An Oracle White Paper October 2013 Oracle Data Integrator 12c Disclaimer This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Getting Started with Oracle Data Integrator Release 11g (11.1.1) E12641-01 September 2010 Oracle Fusion Middleware Getting Started with Oracle Data Integrator, Release 11g (11.1.1)

More information

Optimizing Oracle Essbase Formulas & Calc Scripts

Optimizing Oracle Essbase Formulas & Calc Scripts Optimizing Oracle Essbase Formulas & Calc Scripts NOTE: Slides will not be distributed. Edward Roske info@interrel.com BLOG: LookSmarter.blogspot.com WEBSITE: www.interrel.com TWITTER: Eroske 3 About interrel

More information

ORACLE DATA INTEGRATOR TRAINING

ORACLE DATA INTEGRATOR TRAINING ORACLE DATA INTEGRATOR TRAINING DURATION 30hrs AVAILABLE BATCHES WEEKDAYS (7.30AM TO 8.30AM) & WEEKENDS (10AM TO 1PM) MODE OF TRAINING AVAILABLE ONLINE INSTRUCTOR LED CLASSROOM TRAINING (MARATHAHALLI,

More information

Course Outline. Module 1: Introduction to Data Warehousing

Course Outline. Module 1: Introduction to Data Warehousing Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing solution and the highlevel considerations you must take into account

More information

Oracle Data Integrator

Oracle Data Integrator Oracle Data Integrator Getting Started with SAP ABAP ERP Adapter 10g Release 3 (10.1.3) July 2011 Oracle Data Integrator: Getting Started with SAP ABAP ERP Adapter, 10g Release 3 (10.1.3) Copyright 2011,

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777 : Implementing a Data Warehouse with Microsoft SQL Server 2012 Page 1 of 8 Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777: 4 days; Instructor-Led Introduction Data

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

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

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER Page 1 of 8 ABOUT THIS COURSE This 5 day course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL Server

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Page 1 of 7 Overview This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL 2014, implement ETL

More information

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER MODULE 1: INTRODUCTION TO DATA WAREHOUSING This module provides an introduction to the key components of a data warehousing

More information

Quick start. A project with SpagoBI 3.x

Quick start. A project with SpagoBI 3.x Quick start. A project with SpagoBI 3.x Summary: 1 SPAGOBI...2 2 SOFTWARE DOWNLOAD...4 3 SOFTWARE INSTALLATION AND CONFIGURATION...5 3.1 Installing SpagoBI Server...5 3.2Installing SpagoBI Studio and Meta...6

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Getting Started with Oracle Data Integrator 12c Virtual Machine Installation Guide December 2014 Oracle Fusion Middleware Getting Started with Oracle Data Integrator, 12c Copyright

More information

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 OVERVIEW About this Course Data warehousing is a solution organizations use to centralize business data for reporting and analysis.

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Length: Audience(s): 5 Days Level: 200 IT Professionals Technology: Microsoft SQL Server 2012 Type: Delivery Method: Course Instructor-led

More information

An Oracle White Paper September 2010. Maximizing Development Productivity with Oracle Data Integrator 11g

An Oracle White Paper September 2010. Maximizing Development Productivity with Oracle Data Integrator 11g An Oracle White Paper September 2010 Maximizing Development Productivity with Oracle Data Integrator 11g Disclaimer This document is for informational purposes. It is not a commitment to deliver any material,

More information

SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ

SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ (Delta from SPS 08 to SPS 09) SAP HANA Product Management November, 2014 2014 SAP SE or an SAP affiliate company. All rights reserved. 1 Agenda

More information

An Oracle White Paper February 2009. Real-time Data Warehousing with ODI-EE Changed Data Capture

An Oracle White Paper February 2009. Real-time Data Warehousing with ODI-EE Changed Data Capture An Oracle White Paper February 2009 Real-time Data Warehousing with ODI-EE Changed Data Capture Executive Overview Today s integration project teams face the daunting challenge of deploying integrations

More information

KonyOne Server Installer - Linux Release Notes

KonyOne Server Installer - Linux Release Notes KonyOne Server Installer - Linux Release Notes Table of Contents 1 Overview... 3 1.1 KonyOne Server installer for Linux... 3 1.2 Silent installation... 4 2 Application servers supported... 4 3 Databases

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse 2014, implement ETL with SQL Server Integration Services, and

More information

From Oracle Warehouse Builder to Oracle Data Integrator fast and safe.

From Oracle Warehouse Builder to Oracle Data Integrator fast and safe. From Oracle Warehouse Builder to Oracle Data Integrator fast and safe. Massimo Sposaro marketing manager Alessandro Drago technical team leader Database & Technology From "Oracle Data Integrator and Oracle

More information

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Course

More information

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1

Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 Application Discovery Manager User s Guide vcenter Application Discovery Manager 6.2.1 This document supports the version of each product listed and supports all subsequent versions until the document

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

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

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

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

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server 2014 Delivery Method : Instructor-led

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

IBM WebSphere DataStage Online training from Yes-M Systems

IBM WebSphere DataStage Online training from Yes-M Systems Yes-M Systems offers the unique opportunity to aspiring fresher s and experienced professionals to get real time experience in ETL Data warehouse tool IBM DataStage. Course Description With this training

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

Implementing a Data Warehouse with Microsoft SQL Server 2014

Implementing a Data Warehouse with Microsoft SQL Server 2014 Implementing a Data Warehouse with Microsoft SQL Server 2014 MOC 20463 Duración: 25 horas Introducción This course describes how to implement a data warehouse platform to support a BI solution. Students

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Getting Started with SAP ABAP BW Adapter for Oracle Data Integrator 11g Release 1 (11.1.1) E16597-02 February 2013 Oracle Fusion Middleware Getting Started with SAP ABAP BW Adapter

More information

Report Writer's Guide Release 14.1

Report Writer's Guide Release 14.1 Prime Report Writer's Guide Release 14.1 March 2014 Contents Understanding and Working With the Reporting User's Schema... 5 Understanding The Reporting User's Schema... 5 Working With the Reporting User's

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

What s New in Oracle EPM. Edward Roske, CEO info@interrel.com LookSmarter.BlogSpot.com @ERoske

What s New in Oracle EPM. Edward Roske, CEO info@interrel.com LookSmarter.BlogSpot.com @ERoske What s New in Oracle EPM Edward Roske, CEO info@interrel.com LookSmarter.BlogSpot.com @ERoske About interrel Reigning Oracle Award winner EPM & BI Solution of the year Three Oracle ACE Directors Authors

More information

Managing Third Party Databases and Building Your Data Warehouse

Managing Third Party Databases and Building Your Data Warehouse Managing Third Party Databases and Building Your Data Warehouse By Gary Smith Software Consultant Embarcadero Technologies Tech Note INTRODUCTION It s a recurring theme. Companies are continually faced

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

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

<Insert Picture Here> Oracle SQL Developer 3.0: Overview and New Features

<Insert Picture Here> Oracle SQL Developer 3.0: Overview and New Features 1 Oracle SQL Developer 3.0: Overview and New Features Sue Harper Senior Principal Product Manager The following is intended to outline our general product direction. It is intended

More information

Exploring the Synergistic Relationships Between BPC, BW and HANA

Exploring the Synergistic Relationships Between BPC, BW and HANA September 9 11, 2013 Anaheim, California Exploring the Synergistic Relationships Between, BW and HANA Sheldon Edelstein SAP Database and Solution Management Learning Points SAP Business Planning and Consolidation

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

Top 10 Oracle SQL Developer Tips and Tricks

Top 10 Oracle SQL Developer Tips and Tricks Top 10 Oracle SQL Developer Tips and Tricks December 17, 2013 Marc Sewtz Senior Software Development Manager Oracle Application Express Oracle America Inc., New York, NY The following is intended to outline

More information

Oracle Hyperion Financial Data Quality Management, Fusion Edition ERP Source Adapter for SAP Financials. Readme. Purpose. Overview.

Oracle Hyperion Financial Data Quality Management, Fusion Edition ERP Source Adapter for SAP Financials. Readme. Purpose. Overview. Oracle Hyperion Financial Data Quality Management, Fusion Edition ERP Source Adapter for SAP Financials Release FIN-A Readme Purpose... 1 Overview... 1 Installation... 1 Configuration... 2 Company Codes...

More information

Taking Oracle Business Intelligence Mobile. Edward Roske, CEO info@interrel.com LookSmarter.BlogSpot.com @ERoske

Taking Oracle Business Intelligence Mobile. Edward Roske, CEO info@interrel.com LookSmarter.BlogSpot.com @ERoske Taking Oracle Business Intelligence Mobile Edward Roske, CEO info@interrel.com LookSmarter.BlogSpot.com @ERoske Oracle Business Intelligence Foundation Suite BI / EPM Applications BI/EPM Platform Data

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

Release 6.2.1 System Administrator s Guide

Release 6.2.1 System Administrator s Guide IBM Maximo Release 6.2.1 System Administrator s Guide Note Before using this information and the product it supports, read the information in Notices on page Notices-1. First Edition (January 2007) This

More information

Implementing a SQL Data Warehouse 2016

Implementing a SQL Data Warehouse 2016 Implementing a SQL Data Warehouse 2016 http://www.homnick.com marketing@homnick.com +1.561.988.0567 Boca Raton, Fl USA About this course This 4-day instructor led course describes how to implement a data

More information

TIBCO Administrator User s Guide. Software Release 5.7.1 March 2012

TIBCO Administrator User s Guide. Software Release 5.7.1 March 2012 TIBCO Administrator User s Guide Software Release 5.7.1 March 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE IS SOLELY

More information

Oracle Database 10g Express

Oracle Database 10g Express Oracle Database 10g Express This tutorial prepares the Oracle Database 10g Express Edition Developer to perform common development and administrative tasks of Oracle Database 10g Express Edition. Objectives

More information

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2008

More information

LearnFromGuru Polish your knowledge

LearnFromGuru Polish your knowledge SQL SERVER 2008 R2 /2012 (TSQL/SSIS/ SSRS/ SSAS BI Developer TRAINING) Module: I T-SQL Programming and Database Design An Overview of SQL Server 2008 R2 / 2012 Available Features and Tools New Capabilities

More information

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Siebel Installation Guide for Microsoft Windows Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and

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

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

Data processing goes big

Data processing goes big Test report: Integration Big Data Edition Data processing goes big Dr. Götz Güttich Integration is a powerful set of tools to access, transform, move and synchronize data. With more than 450 connectors,

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

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

SAP BO 4.1 COURSE CONTENT

SAP BO 4.1 COURSE CONTENT Data warehousing/dimensional modeling/ SAP BW 7.0 Concepts 1. OLTP vs. OLAP 2. Types of OLAP 3. Multi Dimensional Modeling Of SAP BW 7.0 4. SAP BW 7.0 Cubes, DSO s,multi Providers, Infosets 5. Business

More information

Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0

Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0 Oracle Business Intelligence Publisher Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0 Part No. B32481-01 December 2006 Introduction Oracle BI Publisher

More information

SAP Business Objects Data Services Setup Guide

SAP Business Objects Data Services Setup Guide Follow the instructions below on how to setup SAP Business Objects Data Services After having the licensed version of SAP BODS XI, Click the installation icon "setup.exe" to launch installer. Click Next

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

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Implementing a Data Warehouse with Microsoft SQL Server 2012 Module 1: Introduction to Data Warehousing Describe data warehouse concepts and architecture considerations Considerations for a Data Warehouse

More information