11gR2 Integration Extensibility

Slides:



Advertisements
Similar presentations
Module 13: Performance Tuning. Overview Performance tuning methodologies Instance level Database level Application level Overview of tools and techniques.
Advertisements

Oracle SQL Developer Data Modeler 3.0: Technical Overview March 2011.
1 Copyright © 2011, Oracle and/or its affiliates. All rights reserved.
Integrating SOA and the Application Development Framework Shaun O’Brien Principal Product Manager – Oracle JDeveloper / ADF.
Presented by IBM developer Works ibm.com/developerworks/ 2006 January – April © 2006 IBM Corporation. Making the most of The Eclipse Web Tools Platform.
1 C. Shahabi Application Programming for Relational Databases Cyrus Shahabi Computer Science Department University of Southern California
Confidential ODBC May 7, Features What is ODBC? Why Create an ODBC Driver for Rochade? How do we Expose Rochade as Relational Transformation.
5 Copyright © 2009, Oracle. All rights reserved. Defining ETL Mappings for Staging Data.
Enterprise Reporting with Reporting Services SQL Server 2005 Donald Farmer Group Program Manager Microsoft Corporation.
Streams – DataStage Integration InfoSphere Streams Version 3.0
Talend 5.4 Architecture Adam Pemble Talend Professional Services.
CVSQL 2 The Design. System Overview System Components CVSQL Server –Three network interfaces –Modular data source provider framework –Decoupled SQL parsing.
Oracle SQL Developer Kris Rice Director - Database Tools Research.
Oracle Warehouse Builder Product Update Michelle Bird Senior Product Manager, Oracle Warehouse Builder May 20, 2009.

Data Virtualization & Information As A Service (IaaS) By Anil Allewar Senior Solutions Architect - Synerzip 1.
C Copyright © 2009, Oracle. All rights reserved. Appendix C: Service-Oriented Architectures.
DEVELOPMENT QA REPORTS A Series of Reports to Enforce Compliance with Your PeopleSoft Development Standards Leandro Baca.
4 Copyright © 2009, Oracle. All rights reserved. Designing Mappings with the Oracle Data Integration Enterprise Edition License.
8-1 3 Oracle Data Integrator Topology: Connecting to the World.
PO320: Reporting with the EPM Solution Keshav Puttaswamy Program Manager Lead Project Business Unit Microsoft Corporation.
Introducing Reporting Services for SQL Server 2005.
5 Copyright © 2009, Oracle. All rights reserved. Right-Time Data Warehousing with OWB.
© 2006 IBM Corporation IBM WebSphere Portlet Factory Architecture.
® How to Build IBM Lotus Notes Components for Composite Applications 정유신 과장 2007 하반기 로터스 알토란.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. 1 Quick Tutorial – Part 2 Open Data Web Services for Oracle BPM August, 2013 Forms.
SharePoint 2010 Search Architecture The Connector Framework Enhancing the Search User Interface Creating Custom Ranking Models.
Lecture 01 Overview of SAP NetWeaver Overview of Enterprise Portals SAP NetWeaver Web Dynpro for Java 02 SAP NetWeaver Web Dynpro for Java © 2008 SAP.
SQL Reporting Services From a Developers Perspective Adam Calderon Principal Engineer Interknowlogy LLC
Carey Probst Technical Director Technology Business Unit - OLAP Oracle Corporation.
1 © 1999 Microsoft Corp.. Microsoft Repository Phil Bernstein Microsoft Corp.
Oracle Data Integrator Architecture Components.
3 Copyright © 2009, Oracle. All rights reserved. Accessing Non-Oracle Sources.
© 2006 DTP PMC; made available under the EPL v1.0 | July 12, 2006 | DTP Enablement Project Creation Review Creation Review: Eclipse Data Tools Platform.
Gaining and keeping competitive advantage through J2EE and XML interoperability Dimitri Maesfranckx Product Manager.
1 Copyright © 2009, Oracle. All rights reserved. Administrative Tasks in Warehouse Builder.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Search Overview Search Features: WSS and Office Search Architecture Content Sources and.
Running Kuali: A Technical Perspective Ailish Byrne (Indiana University) Jonathan Keller (University of California, Davis)
12/6/2015B.Ramamurthy1 Java Database Connectivity B.Ramamurthy.
© 2008 by Shawn Spiars; made available under the EPL v1.0 | March 17, 2008 Case Study – Phurnace Software and RCP Shawn Spiars Lead UI Developer Phurnace.
Presented by Vishy Grandhi.  Architecture (Week 1) ◦ Development Environments ◦ Model driven architecture ◦ Licensing and configuration  AOT (Week 2)
Oracle Warehouse Builder - Beta 1 New Features Jean-Pierre Dijcks.
3 Copyright © 2009, Oracle. All rights reserved. Understanding the Warehouse Builder Architecture.
7 Copyright © 2006, Oracle. All rights reserved. Creating Experts.
Copyright © 2006, Oracle. All rights reserved. Czinkóczki László oktató Using the Oracle Warehouse Builder.
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
Slide 1 © 2016, Lera Technologies. All Rights Reserved. Oracle Data Integrator By Lera Technologies.
Amy Krause EPCC OGSA-DAI An Overview OGSA-DAI on OMII 2.0 OMII The Open Middleware Infrastructure Institute NeSC,
11 Copyright © 2009, Oracle. All rights reserved. Enhancing ETL Performance.
Introduction to Oracle Forms Developer and Oracle Forms Services
Christian Shay Principal Product Manager
Eclipse Vorto Alexander Edelmann.
Introducing SQL Server 2000 Reporting Services
Introduction to Oracle Forms Developer and Oracle Forms Services
Metadata.
Data Virtualization Demoette… JDBC Clients
Introduction to Oracle Forms Developer and Oracle Forms Services
Introduction.
SQOOP.
Phil Bernstein Microsoft Corp.
ADO.NEXT Advances in Data Access for 2008
Populating a Data Warehouse
Populating a Data Warehouse
Populating a Data Warehouse
MySQL Migration Toolkit
Java Database Connectivity
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Data Access Layer (Con’t) (Overview)
Oracle SQL Developer Data Modeler
TN19-TCI: Integration and API management using TIBCO Cloud™ Integration
Presentation transcript:

11gR2 Integration Extensibility

OWB 11gR2 Mapping Components Platform KM Connectivity JDBC/ODBC/Native Infrastructure Oracle Warehouse Builder 11g Release 2 – Beta One

Oracle Warehouse Builder 11g Release 2 – Beta One Platform Extensibility through Platforms Define platform (namespace etc.) Define datatypes Define datatype mapping to/from core core types Oracle types DB2 types XML types SQLServer Teradata etc. Oracle Warehouse Builder 11g Release 2 – Beta One

OMBALTER PLATFORM ‘TERADATA’ SET REF CMI_DEFINITION ‘TERADATA_MIV’ Platform Definition OMBCREATE PLATFORM 'TERADATA' SET PROPERTIES (BUSINESS_NAME) VALUES (‘Teradata’) OMBALTER PLATFORM 'TERADATA' ADD PLATFORM_TYPE 'CHAR‘ OMBALTER PLATFORM 'TERADATA' MODIFY PLATFORM_TYPE 'CHAR' SET PROPERTIES (P1,P1MAX,P1DEFAULT,P1TYPE,SYNTAX) VALUES ('size','64000', '1','range', 'CHAR(%size)') …. OMBALTER PLATFORM 'TERADATA' ADD FROM_PLATFORM_TYPEMAP 'CHAR_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('CHAR', 'CHAR') … MIV Definition for custom import. OMBALTER PLATFORM ‘TERADATA’ SET REF CMI_DEFINITION ‘TERADATA_MIV’ Oracle Warehouse Builder 11g Release 2 – Beta One

Database Tree Gets Extended in UI Oracle Warehouse Builder 11g Release 2 – Beta One

Create Teradata Module Oracle Warehouse Builder 11g Release 2 – Beta One

Define Name and Access Method Native (eg. JDBC/ native load,unload) Gateway Oracle Warehouse Builder 11g Release 2 – Beta One

Oracle Warehouse Builder 11g Release 2 – Beta One Native Access Define JDBC Class JDBC URL Credentials Install JDBC driver Oracle Warehouse Builder 11g Release 2 – Beta One

Oracle Warehouse Builder 11g Release 2 – Beta One Native Access Details Properties used by KMs For controlling work schema for temporary tables, prefixes for objects. Data Server is used by various KMs, for example Teradata loader. Oracle Warehouse Builder 11g Release 2 – Beta One

Oracle Warehouse Builder 11g Release 2 – Beta One Import Changes Import via Oracle Data Dictionary (traditional OWB) Import via MIV (traditional OWB for connectors, now for extended platforms) Import via JDBC (new for 11gR2) Oracle Warehouse Builder 11g Release 2 – Beta One

Oracle Warehouse Builder 11g Release 2 – Beta One Module Overview Column data types are platform data types Reverse engineering will use JDBC DatabaseMetadata and set platform types for the columns. Reverse Engineering using MIV will set platform types for the columns. Import via JDBC will allow quick and easy import from JDBC sources without defining all the MIV queries and support API based JDBC providers (where there is no SQL catalog). Oracle Warehouse Builder 11g Release 2 – Beta One

Oracle Warehouse Builder 11g Release 2 – Beta One Mappings Mappings can be deployed to: Oracle Database/OWB Runtime (Traditional OWB mappings) J2EE (KM based maps) Oracle Warehouse Builder 11g Release 2 – Beta One

Oracle Warehouse Builder 11g Release 2 – Beta One J2EE Mappings Oracle Warehouse Builder 11g Release 2 – Beta One

Oracle Warehouse Builder 11g Release 2 – Beta One Knowledge Modules Metadata + KM => Code Metadata includes: Connection details Platform metadata Map metadata Oracle Warehouse Builder 11g Release 2 – Beta One

Oracle Warehouse Builder 11g Release 2 – Beta One KM Editor Series of steps Step X Step Y Step Z Oracle Warehouse Builder 11g Release 2 – Beta One

Review the components… Map Platform KM Connectivity JDBC/ODBC/Native Infrastructure Oracle Warehouse Builder 11g Release 2 – Beta One

Oracle Warehouse Builder 11g Release 2 – Beta One Define Map Oracle Warehouse Builder 11g Release 2 – Beta One

Configure Map Execution View Execution Units and KM assignments are per configuration Oracle Warehouse Builder 11g Release 2 – Beta One

Oracle Warehouse Builder 11g Release 2 – Beta One Preview Code Oracle Warehouse Builder 11g Release 2 – Beta One

Leverage Integration – Best of Both ODI Template Based Code Generation OWB Mapping Operators Oracle Warehouse Builder 11g Release 2 – Beta One

Transformation Set Available Leverage Integration OWB Transformation Set Available Map KM Oracle Warehouse Builder 11g Release 2 – Beta One

Oracle Warehouse Builder 11g Release 2 – Beta One Summary Unified OWB and ODI paradigms Extensibility of integration is via a platform Integration of technologies provides great capabilities for customers with immediate benefits. Oracle Warehouse Builder 11g Release 2 – Beta One

Oracle Warehouse Builder 11g Release 2 – Beta One Q&A Oracle Warehouse Builder 11g Release 2 – Beta One

Oracle Warehouse Builder 11g Release 2 – Beta One