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

Size: px
Start display at page:

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

Transcription

1 July 21, 2011 Lee Anne Spencer Founder & CEO Global View Analytics Cheryl McCormick Chief Architect Global View Analytics

2 Agenda Introduction Oracle Data Integrator ODI Components Best Practices Implementation / Migration Approach Summary / Q & A

3 Global View Analytics Recognized Industry Leader Certified Experts in EPM and BI Dashboards and Analytics Planning and Forecasting Financial Reporting and Compliance Enterprise Data Management National and International Consultants ACE Methodology Assess -> Configure -> Empower Based on Agile Deployment Techniques Personalized Client Success Plans Focus on Measuring ROI

4 Enterprise Performance Management Global View Analytics supports a complete solution Dashboards & Analytics Planning & Forecasting Financial Reporting and Compliance Enterprise Data Management

5 Oracle Data Integrator Oracle Data Integrator (ODI)

6 Introduction to ODI Formerly Sunopsis - acquired by Oracle Oct Broad integration - connect anything to anything Complete data movement and transformation Real-time solution Supports SOA (Service Oriented Architecture) Tool for IT users Delivered with System 11 Hyperion Knowledge Modules (KMs) Bundled with HFM and Planning - restricted use

7 Factors to Consider Business users vs IT users Number of different source / target systems Volumes of data Meta data management strategy t Financial auditing & compliance Breadth of application solutions Corporate technology standards Internal skill sets Current versions and release dates Software licensing costs

8 Loading Metadata & Data to EPM with ODI 1. Define/Create EPM application EPM Sources EPM ODI Build and Load 2. Identify source EPM sources 3. Create models with ODI Designer by reverse engineering 4. Create ODI Interfaces which maps/transforms from source to target ODI within ODI for metadata and data load 5. Test ODI Interfaces 6. Create ODI Package - connect all 6 interfaces to perform complete build Create Scenario based on package - compiled version 8. Invoke Scenario, using Metadata Navigator (web enabled tool), using event, command line, SOA, etc Create Scenario Execute Scenario 9. Monitor Scenario Execution with Metadata Navigator or ODI Operator Monitor Application Create Models Create Package Test Create interface

9 ODI Components

10 ODI with Hyperion Oracle Hyperion Planning Oracle Hyperion Financial Mgt Oracle Hyperion Essbase Oracle Hyperion Application Adapters Planning API Metadata Lineage HFM API Oracle Data Integration Suite Data Distribution & Delivery APIs Bulk/Trickle Loading Information CDC Assets Other Sources Changed Data Capture Master Data ODI Knowledge Module Framework Oracle EBS PeopleSoft SAP/R3 Essbase API Data Quality & Profiling Bulk and Real-Time Data Processing Data Message Warehouse Queues Metadata Discovery Hyperion Planning Hyperion Financial Management Hyperion Essbase & Model Creation Extract Data Extracts Dimension Members Use Essbase KM Use Essbase KM Loads Data Loads Dimension Members Other Features Cube Refresh Consolidate Calculate

11 RKM - Reverse Engineering Modules Knowledge Modules Generate logical source / target tables for mapping of data Available for HFM, Planning, Essbase IKM Integration Knowledge Modules Used to integrate metadata / data Available for HFM, Planning, Essbase LKM - Loading Knowledge Modules Used to load metadata / data Available for HFM & Essbase (can also be used for Planning) CKM Check Knowledge Modules Check constraints in Source and Targets for violations JKM Journaling Knowledge Modules Create a journal of data modifications (insert, update and delete) of the source databases to keep track of the changes SKM Service Knowledge Modules Generates the code required to create data services

12 HFM Best Practices for Implementing Versions Supported Backward compatible to version Support >= Oracle Hyperion Financial Management Hyperion Planning Essbase Backward compatible to version Support >= Oracle Hyperion Planning Backward compatible to version Support >=Oracle Hyperion Essbase Note: ODI can load directly to interface tables for EPMA

13 Primary ODI Components Topology Manager - Defines the working environment Designer - Where the integration work happens Operator - Monitoring your integrations Security Manager - Manage ODI-related security

14 This area is CRITICAL. Adequate DESIGN TIME is Essential! Topology Manager Defines the topology of the information systems Defines all Source and Target Objects

15 Designer Knowledge Modules (KMs) Added Here via IMPORT Design Workflow through a graphical workflow navigation interface Primary Activities in Designer include: Developing Models of the data using the Reverse Engineering KM Creating Projects Developing Interfaces Developing Scenarios Executing integrations Checking Data Quality

16 Operator Provides visibility ibilit into the step by step integrations during execution Status and error messages are clearly displayed Ability to run a Scenario from Operator View scheduling information Ability to restart sessions

17 Security Manager Defines Security Policy related to ODI Objects, Instances & Methods Creation of Generic & Non-Generic Profiles ODI user security defined by the user profile & the rights assigned to objects and instances Assignment of authorization rights by profile or by user Define password policy

18 Best Practices

19 Correct Use of Topology & Contexts Read the documentation In ODI, all developments, as well as executions, are performed on top of a Logical Architecture (Logical schemas, logical agent), that resolves, in a given Context to a Physical Architecture (real/physical source/targets data servers/schemas and ODI runtime agents). Contexts allow you to switch the execution of the artifacts from one environment (context) to another. When you think you understand - Read it again

20 Enforce Data Quality Data Quality is a basic requirement Garbage in / Garbage moved & transformed / Garbage out Use ODI Static Checks to enforce data quality on the Source Data Use ODI Flow Checks to enforce data quality before data is pushed to the Target

21 Context-Independent Design Typical mistake we all make we used qualified object names Example: staging.temp_table t t where staging is the schema name = context dependant design Consider using Substitution Methods [ODIRef API]. Ensures the qualified object name is determined according to the Context you are using to generate your code.

22 Choosing the Right KM Understand d the requirements for each of the KMs For example, some technology-specific LKMs are dependant on loaders. Make sure the loader is installed and configured correctly before choosing this LKM. To start use a more generic SQL KM Don t over-engineer - Performance is at risk For example, can you do a simple INSERT vs an Incremental Load? Test the KM using the Default options first and then tweak

23 Utilize the Standard KMs Before customizing or writing KMs, take the time to read and understand the various options available with the delivered KMs Customized KMs are not supported Customized KMs need to be manually maintained during upgrades and possibly patches.

24 Keep Out of the ODI Meta Data Repository Respect the ODI meta data repository Don t hack into the back-end dodi repository tables. There is a lot of complexity, and it is easy to cause unintended results. Hacked ODI meta data repository table = NO SUPPORT when you break it

25 Implementation Approach / Implementation Approach / Migration from HAL

26 Implementation Approach 1) Assess integration requirements 2) If migrating, evaluate current HAL routines 3) Build ODI foundation 4) Design and develop ODI objects 5) Test & reconcile Things to be aware of when migrating This is not a one-to-one conversion process ODI requires more IT involvement than HAL

27 1) Assess your Integration Requirements First Things First: Take a step back and define Integration Requirements (Not the HOW ) Source Target Data Cleansing Document Determine business owners and approvals

28 2) If migrating, evaluate your current HAL routines Document current HAL Projects / Integrations ti Concentrate on WHAT and not on HOW - For example, if you need to concatenate a prefix, document the requirement not how it is done in HAL The more detail the better Identify all required connections - Source and Target Identify reusable HAL code Is there any vanilla SQL code in HAL that can be used in ODI? Identify reusable RDBMS Objects Stored Procedures Functions

29 3) Build the ODI Foundation Topology Manager (This is Critical) Import your Physical & Logical Technologies Create your Physical & Logical Objects Create Physical & Logical Agents Define your Context Designer Import your Knowledge Modules (KMs) Develop your Models Reverse Engineer your Sources Reverse Engineer your Targets Create / modify Data Stores (if required)

30 4) Design and Develop ODI Objects Design integration work flow Identify ODI Objects to support work flow Select KMs & update the KM Options Determine how processes can be simplified Add Error Handling to work flow Add notifications to work flow Add automation

31 4) Design and Develop ODI Objects Packages -sequence of organized steps Interfaces - a set of rules that define the loading of a Datastore or a temporary target structure from one or more source Datastores Procedures - a reusable component that groups operations that do not fit in the Interface framework. Can be encrypted. Variables - a variable s value is stored in ODI & can be changed during execution Sequences - a variable automatically ti incremented when used User Functions - customized functions useable in Interfaces & Procedures Knowledge Modules - define methods related to a specific technology. can be encrypted Markers - Flags (markers) are used to group and/or identify methodology Scenarios - when a component is finished it is compiled into a scenario. A scenario is the execution unit for production and can be scheduled.

32 5) Test and Reconcile Involve business owners in system integration testing Identify single version of the truth for reconciliation Define criteria for user sign-off

33 ODI Interface Development Sample Define Source & Target Datastores t in the Interface CASE statements, substrings & concatenations can all be done here Filters on source data are done here Mapping Source to Target is done here (JOINS are defined here) Variables can be used throughout Flow Tab Select required KMs Update KM Options Values Controls Tab Select required CKM Update CKM Options Values

34 ODI Interface Development Sample Sample ODI Package: Execution Tab Define the Execution Options Test the interface Scenario Tab Once the object is complete and tested, generate a scenario to productionize the object

35 Summary

36 Summary ODI is Oracle s strategic product for data integration IT development skills are required HAL is dead - you need a migration strategy Migration involves redesign - it is not a 1-1 conversion Do not replicate what you have - leverage ODI s objects Building the foundation is the most critical step You also need a strategy for managing meta data Global View Analytics can help you

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

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

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

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

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

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

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

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

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

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

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

ORACLE HYPERION DATA RELATIONSHIP MANAGEMENT

ORACLE HYPERION DATA RELATIONSHIP MANAGEMENT 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

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

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

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

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

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

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

<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

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

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

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

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

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

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

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

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

Super-Charged Oracle Business Intelligence with Essbase and SmartView

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

More information

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

Implementing Oracle BI Applications during an ERP Upgrade

Implementing Oracle BI Applications during an ERP Upgrade 1 Implementing Oracle BI Applications during an ERP Upgrade Jamal Syed Table of Contents TABLE OF CONTENTS... 2 Executive Summary... 3 Planning an ERP Upgrade?... 4 A Need for Speed... 6 Impact of data

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

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

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

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

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

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

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

Online Courses. Version 9 Comprehensive Series. What's New Series

Online Courses. Version 9 Comprehensive Series. What's New Series Version 9 Comprehensive Series MicroStrategy Distribution Services Online Key Features Distribution Services for End Users Administering Subscriptions in Web Configuring Distribution Services Monitoring

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 Integration: CON7920 Making the Move to Oracle Data Integrator

Oracle Data Integration: CON7920 Making the Move to Oracle Data Integrator Oracle Data Integration: CON7920 Making the Move to Oracle Data Integrator Julien Testut Principal Product Manager, Oracle Data Integration Holger Friedrich Chief Technical Officer, SumIT Copyright 2014

More information

Welcome to online seminar on. Oracle Agile PLM BI. Presented by: Rapidflow Apps Inc. January, 2011

Welcome to online seminar on. Oracle Agile PLM BI. Presented by: Rapidflow Apps Inc. January, 2011 Welcome to online seminar on Oracle Agile PLM BI Presented by: Rapidflow Apps Inc. January, 2011 Agenda Agile PLM BI Overview What is Agile BI? Who Needs Agile PLM BI? What does it offer? PLM Business

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

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

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

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

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

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

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

What is Project Financial Planning? 01.31.14

What is Project Financial Planning? 01.31.14 What is Project Financial Planning? 01.31.14 About MindStream Analytics Mission is to deliver premier consulting and managed services to clients by enhancing technology and aligning resources Oracle Platinum

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

<Insert Picture Here> Operational Reporting for Oracle Applications with Oracle GoldenGate

<Insert Picture Here> Operational Reporting for Oracle Applications with Oracle GoldenGate Operational Reporting for Oracle Applications with Oracle GoldenGate Karsten Stöhr Oracle Data Integration Solutions EMEA Agenda Right-Time Reports Oracle Real-Time Data Integration

More information

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

Oracle Data Integrator 12c New Features Overview Advancing Big Data Integration O R A C L E W H I T E P A P E R M A R C H 2 0 1 5

Oracle Data Integrator 12c New Features Overview Advancing Big Data Integration O R A C L E W H I T E P A P E R M A R C H 2 0 1 5 Oracle Data Integrator 12c New Features Overview Advancing Big Data Integration O R A C L E W H I T E P A P E R M A R C H 2 0 1 5 Table of Contents Executive Overview 1 Oracle Data Integrator 12.1.3.0.1

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

Microsoft Project Server 2010 Technical Boot Camp

Microsoft Project Server 2010 Technical Boot Camp Microsoft Project Server 2010 Technical Boot Camp Course M50558 5 Day(s) 30:00 Hours Introduction Course retirement date: November 30, 2012 For a complete list of courseware retirements, see: www.microsoft.com/learning/en/us/training/retired

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

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

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

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

More information

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

EAI vs. ETL: Drawing Boundaries for Data Integration

EAI vs. ETL: Drawing Boundaries for Data Integration A P P L I C A T I O N S A W h i t e P a p e r S e r i e s EAI and ETL technology have strengths and weaknesses alike. There are clear boundaries around the types of application integration projects most

More information

Salvage Your Investment in Discoverer with Oracle BI Cloud Services (BICS)

Salvage Your Investment in Discoverer with Oracle BI Cloud Services (BICS) Salvage Your Investment in Discoverer with Oracle BI Cloud Services (BICS) Kshitij Kumar Global VP of BI/EPM and CTO Apps Associates LLC Alan Lee Director, Product Management Oracle Corporation March 10,

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

TDWI Data Integration Techniques: ETL & Alternatives for Data Consolidation

TDWI Data Integration Techniques: ETL & Alternatives for Data Consolidation TDWI Data Integration Techniques: ETL & Alternatives for Data Consolidation Format : C3 Education Course Course Length : 9am to 5pm, 2 consecutive days Date : Sydney 22-23 Nov 2011, Melbourne 28-29 Nov

More information

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc.

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc. Oracle9i Data Warehouse Review Robert F. Edwards Dulcian, Inc. Agenda Oracle9i Server OLAP Server Analytical SQL Data Mining ETL Warehouse Builder 3i Oracle 9i Server Overview 9i Server = Data Warehouse

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

Business Intelligence in Oracle Fusion Applications

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

More information

Oracle 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

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

Measurable Improvements in E-Business Suite Application Management with OEM 12c

Measurable Improvements in E-Business Suite Application Management with OEM 12c Measurable Improvements in E-Business Suite Application Management with OEM 12c January 29, 2014 Copyright 2014. Apps Associates LLC. 1 Welcome Julian Troake Marketing Director Apps Associates LLC Copyright

More information

East Asia Network Sdn Bhd

East Asia Network Sdn Bhd Course: Analyzing, Designing, and Implementing a Data Warehouse with Microsoft SQL Server 2014 Elements of this syllabus may be change to cater to the participants background & knowledge. This course describes

More information

Oracle Business Activity Monitoring 11g New Features

Oracle Business Activity Monitoring 11g New Features Oracle Business Activity Monitoring 11g New Features Gert Schüßler Principal Sales Consultant Oracle Deutschland GmbH Agenda Overview Architecture Enterprise Integration Framework

More information

Oracle SOA Suite: The Evaluation from 10g to 11g

Oracle SOA Suite: The Evaluation from 10g to 11g KATTA Durga Reddy TATA Consultancy Services. Oracle SOA Suite: The Evaluation from 10g to 11g Introduction Oracle SOA Suite is an essential middleware layer of Oracle Fusion Middleware. It provides a complete

More information

Oracle Business Intelligence (OBI) Preparing Your Business to make the most of Oracle BI

Oracle Business Intelligence (OBI) Preparing Your Business to make the most of Oracle BI Oracle Business Intelligence (OBI) Preparing Your Business to make the most of Oracle BI Increase Productivity, Business Efficiency & User Adoption John Hough Principal Education Solutions Consultant Agenda

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

QAD Business Intelligence Release Notes

QAD Business Intelligence Release Notes QAD Business Intelligence Release Notes September 2008 These release notes include information about the latest QAD Business Intelligence (QAD BI) fixes and changes. These changes may affect the way you

More information

SOA REFERENCE ARCHITECTURE: SERVICE TIER

SOA REFERENCE ARCHITECTURE: SERVICE TIER SOA REFERENCE ARCHITECTURE: SERVICE TIER SOA Blueprint A structured blog by Yogish Pai Service Tier The service tier is the primary enabler of the SOA and includes the components described in this section.

More information

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose

Setting up the Oracle Warehouse Builder Project. Topics. Overview. Purpose Setting up the Oracle Warehouse Builder Project Purpose In this tutorial, you setup and configure the project environment for Oracle Warehouse Builder 10g Release 2. You create a Warehouse Builder repository

More information

MDM and Data Warehousing Complement Each Other

MDM and Data Warehousing Complement Each Other Master Management MDM and Warehousing Complement Each Other Greater business value from both 2011 IBM Corporation Executive Summary Master Management (MDM) and Warehousing (DW) complement each other There

More information

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 Career Details Duration 105 hours Prerequisites This career requires that you meet the following prerequisites: Working knowledge

More information

Simplified Management With Hitachi Command Suite. By Hitachi Data Systems

Simplified Management With Hitachi Command Suite. By Hitachi Data Systems Simplified Management With Hitachi Command Suite By Hitachi Data Systems April 2015 Contents Executive Summary... 2 Introduction... 3 Hitachi Command Suite v8: Key Highlights... 4 Global Storage Virtualization

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

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

BIG DATA COURSE 1 DATA QUALITY STRATEGIES - CUSTOMIZED TRAINING OUTLINE. Prepared by:

BIG DATA COURSE 1 DATA QUALITY STRATEGIES - CUSTOMIZED TRAINING OUTLINE. Prepared by: BIG DATA COURSE 1 DATA QUALITY STRATEGIES - CUSTOMIZED TRAINING OUTLINE Cerulium Corporation has provided quality education and consulting expertise for over six years. We offer customized solutions to

More information

OBIEE 11g Data Modeling Best Practices

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

More information

Oracle 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

Microsoft Enterprise Project Management (EPM) Solution

Microsoft Enterprise Project Management (EPM) Solution Microsoft Enterprise Project Management (EPM) Solution Enterprise Project Management (EPM) Solution Version Comparison The Microsoft Enterprise Project Management (EPM) Solution ensures organizations select

More information

How to Migrate From Existing BusinessObjects or Cognos Environments to MicroStrategy. Ani Jain January 29, 2014

How to Migrate From Existing BusinessObjects or Cognos Environments to MicroStrategy. Ani Jain January 29, 2014 How to Migrate From Existing BusinessObjects or Cognos Environments to MicroStrategy Ani Jain January 29, 2014 Agenda Case Studies Why BusinessObjects and Cognos Customers Upgrade to MicroStrategy Demo:

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

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

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

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

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 Business Intelligence Applications

Oracle Business Intelligence Applications Oracle Business Intelligence Applications Administrator's Guide 11g Release 1 (11.1.1.8.1) E51483-03 December 2014 Provides topics of interest to system administrators, including customization, multi-language

More information

B.Sc (Computer Science) Database Management Systems UNIT-V

B.Sc (Computer Science) Database Management Systems UNIT-V 1 B.Sc (Computer Science) Database Management Systems UNIT-V Business Intelligence? Business intelligence is a term used to describe a comprehensive cohesive and integrated set of tools and process used

More information