enterprise professional expertise distilled

Size: px
Start display at page:

Download "enterprise professional expertise distilled"

Transcription

1 Oracle Information Integration, Migration, and Consolidation The definitive guide to information integration and migration in a heterogeneous world Use Oracle technologies and best practices to manage, maintain, migrate, and mobilize data Tom Laszewski Prakash Nauduri Jason Williamson [ enterprise professional expertise distilled PUBLISHING BIRMINGHAM - MUMBAI

2 Preface 1 Chapter 1: Getting Started with Information Integration 7 Why consider information integration? 8 Business challenges in data integration and migration 9 Technical challenges of information integration 10 General approaches to information integration and migration 10 Data integration 10 Data migration 11 Architectures: federated versus shared 13 Data sharing integration 14 Considerations when choosing an integration approach 14 Integration and SOA, bringing it together 16 Architected for the Internet 16 Scalability 17 Availability 17 Greater software options 17 On-demand reporting 18 Security 18 Overcoming barriers to change 18 Custom integration applications and utilities 19 Custom workflow 19 The real world: studies in integration 20 Banking case 20 Education case 21 High technology case 22 Summary 24

3 Chapter 2: Oracle Tools and Products 25 Database migration products and tools 27 SQL Loader 28 Oracle external tables 29 Oracle Warehouse Builder 30 SQL Developer Migration Workbench 31 Oracle Data Integrator 32 Oracle Enterprise Manager tuning and diagnostic packs 33 Physical federation products 35 Oracle Data Integrator 35 Oracle GoldenGate 36 Oracle CDC adapters 37 Oracle Master Data Management 38 Oracle Data Quality and Profiling 39 Virtual federation products 40 Oracle Gateways and Heterogeneous Services 41 Oracle Business Intelligence Suite 42 Oracle SOA adapters 43 Oracle Web Center and Portal 44 Oracle Business Activity Monitoring 45 Data services 45 Oracle Data Integration Suite 46 Data consolidation 47 Oracle Exadata 47 Data grid 49 Oracle Coherence 49 Oracle TimesTen 50 Oracle Exalogic 51 Information Lifecycle Management 52 Oracle Information Lifecycle Management 52 Oracle-to-Oracle 53 Oracle Streams 53 Oracle Data Pump 54 Oracle XStream 54 Application integration 55 Oracle SOA Suite 55 Oracle Advanced Queuing 56 Oracle Application Information Architecture 56 Products matrix summary 58 Products not covered 61 Summary 61

4 Chapter 3: Application and Data Integration Case Study 63 What is the POV? 64 Solving a business problem 67 Estimated level of effort 69 Software and hardware requirements 71 Software 71 Hardware and network 72 Original architecture nightly batch process 73 Batch cycle diagram technical architecture 74 Functional specifications 76 Functional design diagram 78 Technical specifications 79 Technical specifications diagram 81 Assumptions, out of scope, and success criteria 83 Assumptions 83 Out of scope 84 Success criteria 85 Technical implementation details 85 Reading from the Oracle Database 85 Writing to flat files 86 Executing the z/os COBOL module 87 Reading from VSAM files 88 Writing to IBM MQSeries 88 BPEL process 89 Security 89 Actual level of effort and outcome 90 Challenges and lessons learned 91 Cultural change in technology organizations 93 Next steps 94 Summary 95 Chapter 4: Oracle Database Migrations 97 Database migration scenarios 98 Migrating an Oracle database from one platform to another 99 Migrating relational databases to Oracle 103 Using Oracle SQL Developer Version 3.0 for migrations to Oracle 105 Prerequisites for using SQL Developer 106 Creating a migration repository 106 JDBC Drivers setup 106 Creating a connection for a privileged database user in Oracle using SQL Developer 108 Creating a directory for a migration project 111 Migration process using SQL Developer 111

5 Migration steps in SQL Developer 112 Selection of the database connection for the repository 112 Project creation 113 Gathering source database metadata 113 Online capture 114 Offline mode 114 Convert the captured database model to an Oracle model 119 Target Oracle schema generation 120 Data migration 123 Enabling a factory approach to database migrations using SQL Developer 127 Data migration using Oracle SQL*Loader/External tables 129 Using Oracle SQL*Loader 130 Using Oracle External Table 132 Using Oracle Data Integrator (ODI) for data migration 134 Production rollout using Oracle GoldenGate 135 Impact of database migrations on applications 137 Summary 138 Chapter 5: Database Migration Challenges and Solutions 139 Database schema migration challenges 140 Database object naming/definition issues 141 Use of special characters in object names 141 Use of reserved words in object names and their definitions 142 Use of case-sensitive object names 143 Length of object names 144 Data type conversion issues 145 Numeric data 145 Identity columns 146 Date/timestamp data 148 User-defined data types 149 Database feature mapping 149 Clustered indexes 149 Database schema layout 151 Empty strings and NULL value handling 152 Data case-sensitivity 152 EBCDIC/ASCII conversions 155 Globalization 158 Database migration case studies 160 Case Study #1: DB2/400 migration to Oracle using Oracle DRDA Gateway for DB2 160 Case Study #2: Sybase migration to Oracle 161 Case Study #3: Mainframe data migration/archiving from various databases such as DB2, IDMS, and VSAM 162 Summary 163

6 Chapter 6: Data Consolidation and Management 165 What is enterprise data? 166 Transactional data 167 Analytical data 167 Master data 168 Enterprise data hub 170 Oracle Master Data Management 170 Oracle Customer Hub 171 Oracle Product Hub 173 Oracle Supplier Hub 173 Oracle Supplier Hub capabilities 173 Oracle Site Hub 175 Oracle RAC 176 Data grids using Oracle caching 177 Database-centric TimesTen 179 Application-centric Coherence 179 Oracle as a service 179 Reasons to consider Consolidation 180 Information Lifecycle Management 182 Active data archiving 182 Passive data archiving 182 Oracle Exadata 182 Data management at IHOP, a case study 183 Summary 185 Chapter 7: Database-centric Data Integration 187 Oracle GoldenGate 191 Configuring GoldenGate for IBM DB2 to Oracle data replication 194 Prerequisites 195 Configuration overview 195 On the Oracle database server (target) 199 Oracle Database Gateways 200 Oracle heterogeneous connectivity solution architecture 201 Heterogeneous Services 203 Database Gateways (Heterogeneous Services agent) 204 Overview of Database Gateway installation and configuration 205 Oracle Data Integrator 208 ODI repositories 210 ODI Studio 210 ODI runtime agent 211 ODI console 211 Data management case study 214

7 Company overview 214 Company challenges 215 Overstock.com's value proposition 215 Integration framework 216 Summary 218 Chapter 8: Application and Process Integration 219 History of application integration 220 Point-to-Point API-based integration 221 EDI 223 Message and integration brokers 223 XML over HTTP or FTP 225 History of Oracle integration products 225 Oracle Interconnect 226 Oracle ProcessConnect 227 Oracle Enterprise Service Bus Oracle Workflow process integration 228 Oracle commercial off-the-shelf (COTS) application integration history 228 Oracle application and process integration software stack 230 Oracle Business Process Analysis 231 Oracle Business Process Management 232 SOA Adapters 233 Oracle Business Rules 237 Oracle BPEL 237 Oracle Service Bus 238 Oracle Complex Events Processing (CEP) 239 Oracle Business-to-Business (B2B) 240 Oracle Service Component Architecture (SCA) 240 Oracle Web Services Registry 241 Oracle Web Services Manager 241 Metadata Services (MDS) 241 AIA Going beyond the Oracle SOA Suite 242 AIA fundamentals 242 Enterprise Business Objects 243 Enterprise Business Messages 244 Enterprise Business Service 244 Enterprise Business Flow 244 Application Business Connector Service 245 Tools development environment 245 Oracle AIA Foundation and Process Integration Packs 247 Oracle JDeveloper 247 Eclipse 248 Oracle SOA Suite integration best practices 248

8 Tabic of Contents Oracle success stories 252 Success one Saleforce.com and Oracle E-Business Suite 252 Solution 253 Benefits 254 Success two cross-industry Oracle eam print solution 254 Solution 255 Benefits 255 Summary 256 Chapter 9: Information Lifecycle Management for Transactional Applications 259 Data growth challenges 260 How enterprises try to solve data growth issues 261 Hardware refresh 261 SQL/DB tuning 262 Delete historical data 262 What is Information Lifecycle Management? 263 What benefits can ILM offer? 264 Active Application Archiving 265 Application Retirement 271 Start with Application Portfolio Management 274 Application Retirement solution from Solix Technologies and Oracle partner 278 Summary 280 Appendix 281 Cloud integration 281 Implications of web services for all Integration 284 Data, process, and application integration convergence 286 Job scheduling, ETL/ELT and BPEL product convergence 287 Middle tier integration appliances 290 Security 290 Mobile data and collective intelligence 292 Summary 293 Index 295

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

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

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

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY" Tokyo. Koln Sebastopol. Cambridge Farnham.

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY Tokyo. Koln Sebastopol. Cambridge Farnham. FIFTH EDITION Oracle Essentials Rick Greenwald, Robert Stackowiak, and Jonathan Stern O'REILLY" Beijing Cambridge Farnham Koln Sebastopol Tokyo _ Table of Contents Preface xiii 1. Introducing Oracle 1

More information

Oracle Public Cloud. Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG

Oracle Public Cloud. Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG Oracle Public Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG The Promise Of Computing For Developers, IT Operations And Line of Business Developers Agility & Quality Latest Technology

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

ITG Software Engineering

ITG Software Engineering IBM WebSphere Administration 8.5 Course ID: Page 1 Last Updated 12/15/2014 WebSphere Administration 8.5 Course Overview: This 5 Day course will cover the administration and configuration of WebSphere 8.5.

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

Groot, Groter, Groots(t)

Groot, Groter, Groots(t) Groot, Groter, Groots(t) Evelyn Gerritsen FMW Sales Consultant Oasis of the Seas Oracle Fusion Middleware Applications Middleware Database Infrastructure & Management Oracle Fusion

More information

<Insert Picture Here> Move to Oracle Database with Oracle SQL Developer Migrations

<Insert Picture Here> Move to Oracle Database with Oracle SQL Developer Migrations Move to Oracle Database with Oracle SQL Developer Migrations The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

TÜRKIYE. Course Schedule. February June 2013. Oracle University Turkey Telephone: 0090 212 329 6779 Email: educations_tr@oracle.

TÜRKIYE. Course Schedule. February June 2013. Oracle University Turkey Telephone: 0090 212 329 6779 Email: educations_tr@oracle. Course Schedule February June 2013 TÜRKIYE Oracle University Turkey Telephone: 0090 212 329 6779 Email: educations_tr@oracle.com Course Schedule: Turkey February June 2013 Additional dates and courses

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

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

IBM Business Monitor Version 7.5.0. IBM Business Monitor Installation Guide

IBM Business Monitor Version 7.5.0. IBM Business Monitor Installation Guide IBM Business Monitor Version 7.5.0 IBM Business Monitor Installation Guide ii Installing Contents Chapter 1. Installing IBM Business Monitor............... 1 Chapter 2. Planning to install IBM Business

More information

Accelerate Data Loading for Big Data Analytics Attunity Click-2-Load for HP Vertica

Accelerate Data Loading for Big Data Analytics Attunity Click-2-Load for HP Vertica Accelerate Data Loading for Big Data Analytics Attunity Click-2-Load for HP Vertica Menachem Brouk, Regional Director - EMEA Agenda» Attunity update» Solutions for : 1. Big Data Analytics 2. Live Reporting

More information

Aplicações empresariais de elevada performance com Oracle WebLogic e Coherence. Alexandre Vieira Middleware Solutions Team Leader

Aplicações empresariais de elevada performance com Oracle WebLogic e Coherence. Alexandre Vieira Middleware Solutions Team Leader Aplicações empresariais de elevada performance com Oracle WebLogic e Coherence Alexandre Vieira Middleware Solutions Team Leader Which FOUNDATION? How to have CONTROL? How to run FASTER? Which FOUNDATION?

More information

ORACLE SOA SUITE. Product Overview

ORACLE SOA SUITE. Product Overview ORACLE SOA SUITE KEY FEATURES AND BENEFITS COMPLETE INTEGRATED OPEN BEST-OF-BREED FEATURES SOA Composite Editor Graphical editor to assemble heterogeneous components into composite applications Service

More information

Management. Oracle Fusion Middleware. 11 g Architecture and. Oracle Press ORACLE. Stephen Lee Gangadhar Konduri. Mc Grauu Hill.

Management. Oracle Fusion Middleware. 11 g Architecture and. Oracle Press ORACLE. Stephen Lee Gangadhar Konduri. Mc Grauu Hill. ORACLE Oracle Press Oracle Fusion Middleware 11 g Architecture and Management Reza Shafii Stephen Lee Gangadhar Konduri Mc Grauu Hill New York Chicago San Francisco Lisbon London Madrid Mexico City Milan

More information

Data Warehouse Center Administration Guide

Data Warehouse Center Administration Guide IBM DB2 Universal Database Data Warehouse Center Administration Guide Version 8 SC27-1123-00 IBM DB2 Universal Database Data Warehouse Center Administration Guide Version 8 SC27-1123-00 Before using this

More information

LISTE DES DOCUMENTS ORACLE

LISTE DES DOCUMENTS ORACLE REFERENCES SQL SQL Reference A58225 A67790 a96540 b14200-01 b28286 Oracle Database SQL Quick Reference b14195-01 b28285 GETTING STARTED Getting started with Oracle Management Pack for Oracle Application

More information

E-Business Suite Oracle SOA Suite Integration Options

E-Business Suite Oracle SOA Suite Integration Options Specialized. Recognized. Preferred. The right partner makes all the difference. E-Business Suite Oracle SOA Suite Integration Options By: Abhay Kumar AST Corporation March 17, 2014 Applications Software

More information

SAP Data Services and SAP Information Steward Document Version: 4.2 Support Package 7 (14.2.7.0) 2016-05-06 PUBLIC. Master Guide

SAP Data Services and SAP Information Steward Document Version: 4.2 Support Package 7 (14.2.7.0) 2016-05-06 PUBLIC. Master Guide SAP Data Services and SAP Information Steward Document Version: 4.2 Support Package 7 (14.2.7.0) 2016-05-06 PUBLIC Content 1 Getting Started....4 1.1 Products Overview.... 4 1.2 Components overview....4

More information

Clouds on the Horizon: What s the Best Oracle Fusion Strategy for Those Still on Oracle 11i or R12.0?

Clouds on the Horizon: What s the Best Oracle Fusion Strategy for Those Still on Oracle 11i or R12.0? Clouds on the Horizon: What s the Best Oracle Fusion Strategy for Those Still on Oracle 11i or R12.0? Gustavo Gonzalez -Oracle ACE at IT Convergence Abstract The general availability of Oracle Fusion,

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

UltraQuest Cloud Server. White Paper Version 1.0

UltraQuest Cloud Server. White Paper Version 1.0 Version 1.0 Disclaimer and Trademarks Select Business Solutions, Inc. 2015. All Rights Reserved. Information in this document is subject to change without notice and does not represent a commitment on

More information

Microsoft SQL Server 2012 Eğitimleri. Microsoft Windows Server 2012 Eğitimleri. Virtualization Eğitimleri. Forefront Eğitimleri

Microsoft SQL Server 2012 Eğitimleri. Microsoft Windows Server 2012 Eğitimleri. Virtualization Eğitimleri. Forefront Eğitimleri Microsoft SQL Server 2012 Eğitimleri 10775 Administering Microsoft SQL Server 2012 Databases 10776 Developing Microsoft SQL Server 2012 Databases 10777 Implementing a Data Warehouse with Microsoft SQL

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

Reporting component for templates, reports and documents. Formerly XML Publisher.

Reporting component for templates, reports and documents. Formerly XML Publisher. Fusion Middleware Product TLA Description Comments Access Manager OAM Offers single-sign on, access policy creation and enforcement, self-service, delegated administration, password management, reporting

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 DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION KEY FEATURES AND BENEFITS STANDARD EDITION Java EE 7 full platform support Java SE 8 certification, support Choice of IDEs, development tools and frameworks Oracle Cloud compatibility Industry-leading

More information

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region 1977 Oracle Database 30 Years of Sustained Innovation Database Vault Transparent Data Encryption

More information

New Features in Oracle Application Express 4.1. Oracle Application Express Websheets. Oracle Database Cloud Service

New Features in Oracle Application Express 4.1. Oracle Application Express Websheets. Oracle Database Cloud Service Date and Time- Europe/Middle East/Africa Tuesday June 12, 2012 09:00 13:00 BST 10:00 14:00 CEST 12:00 16:00 GST Corresponding UTC (GMT) 08:00:00 Agenda Time Track and Keynote/Session Title 9:00 AM Keynote

More information

Applications Licensing Table

Applications Licensing Table Applications Licensing Table The Applications Licensing Table provides an overview of Oracle s licensing rules and restrictions for use of specific Oracle Applications with specific Oracle Technology.

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

<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

An Oracle White Paper February 2013. Schneider National Implements Next - Generation IT Infrastructure

An Oracle White Paper February 2013. Schneider National Implements Next - Generation IT Infrastructure An Oracle White Paper February 2013 Schneider National Implements Next - Generation IT Infrastructure Introduction Schneider National, Inc., a leading provider of truckload, logistics, and intermodal services,

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

IMS Application Retirement Think the Unthinkable

IMS Application Retirement Think the Unthinkable IMS Application Retirement Think the Unthinkable 1 December 2015 John B Boyle Senior Product Specialist Informatica Software Abstract Although IMS is (hopefully!) still central to the day-to-day running

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

Enterprise Data Solutions Product Strategy and Vision Process-driven IT Modernization, Natural and Adabas

Enterprise Data Solutions Product Strategy and Vision Process-driven IT Modernization, Natural and Adabas Enterprise Data Solutions Product Strategy and Vision Process-driven IT Modernization, Natural and Adabas Guido Falkenberg VP Enterprise Transaction Systems Software AG 8 June 2011 ProcessWorld 2011 2

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

Oracle Reference Architecture and Oracle Cloud

Oracle Reference Architecture and Oracle Cloud Oracle Reference Architecture and Oracle Cloud Anbu Krishnaswamy Anbarasu Enterprise Architect Social. Mobile. Complete. Global Enterprise Architecture Program Safe Harbor Statement The following is intended

More information

<Insert Picture Here> Infrastructure as a Service (IaaS) Cloud Computing for Enterprises

<Insert Picture Here> Infrastructure as a Service (IaaS) Cloud Computing for Enterprises Infrastructure as a Service (IaaS) Cloud Computing for Enterprises Speaker Title The following is intended to outline our general product direction. It is intended for information

More information

ORACLE Industries D85180 Oracle SBC Configuration and Administration 5 2.625,00 Applications D84502GC10 Oracle Commerce: Managing Your Site Using the Business Tools Rel 11 3 1.890,00 D79790GC10 Using Endeca

More information

Plán školení ČESKÁ REPUBLIKA. Prosinec 2013 Červen 2014

Plán školení ČESKÁ REPUBLIKA. Prosinec 2013 Červen 2014 Plán školení Prosinec 2013 Červen 2014 ČESKÁ REPUBLIKA ORACLE Czech Republic V Parku 2308/8 148 00 Prague Tel. +420 221 438 459 education_cz@oracle.com Plán školení: Prosinec 2013 Červen 2014 Oracle Database

More information

Management Packs for Database

Management Packs for Database Management Packs for Database Diagnostics Pack for Database Oracle Diagnostics Pack for Database offers a complete, cost-effective, and easy to use solution for managing the performance of Oracle Database

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 7 ORACLE PRODUCT LOGO 20 Oktorber 2011 Bratislava Dátová integrácia na

More information

Independent Software Vendor Catalog

Independent Software Vendor Catalog Independent Software Vendor Catalog V3 APPLICATIONS SUSE Linux Enterprise 1/A B C APPLICATIONS D E Get the most out of SUSE Linux Enterprise. With more than 6,000 applications from 1,500+ Independent Software

More information

Consolidate by Migrating Your Databases to Oracle Database 11g. Fred Louis Enterprise Architect

Consolidate by Migrating Your Databases to Oracle Database 11g. Fred Louis Enterprise Architect Consolidate by Migrating Your Databases to Oracle Database 11g Fred Louis Enterprise Architect Agenda Why migrate to Oracle What is migration? What can you migrate to Oracle? SQL Developer Migration Workbench

More information

JBoss Enterprise Data Services Platform in the Enterprise

JBoss Enterprise Data Services Platform in the Enterprise JBoss Enterprise Data Services Platform in the Enterprise Mani Subramanyam, Genentech Michael Walker, Red Hat 1 Agenda Introduction About Genentech Challenges Integration Services DSP Selection Criteria

More information

IBM SOA Foundation products overview

IBM SOA Foundation products overview IBM SOA Foundation products overview Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 4.0.3 4.0.3 Unit objectives After completing this unit, you

More information

CENTRO DE TECNOLOGIA DE INFORMAÇÃO E COMUNICAÇÃO DO ESTADO DO RIO DE JANEIRO COMISSÃO PERMANENTE DE LICITAÇÃO - CDL

CENTRO DE TECNOLOGIA DE INFORMAÇÃO E COMUNICAÇÃO DO ESTADO DO RIO DE JANEIRO COMISSÃO PERMANENTE DE LICITAÇÃO - CDL CENTRO DE TECNOLOGIA DE INFORMAÇÃO E COMUNICAÇÃO DO ESTADO DO RIO DE JANEIRO COMISSÃO PERMANENTE DE LICITAÇÃO - CDL PREGÃO ELETRÔNICO - PE-RP Nº 007/2014 PLANILHA DE ORÇAMENTO ESTIMADO - ANEXO VIII LOTE

More information

EBS SOA Integration Options

EBS SOA Integration Options SPECIALIZED. RECOGNIZED. PREFERRED. EBS SOA Integration Options Mathew Varughese - LA Metro Abhay Kumar - AST Corporation Thursday, October 2, 2014 AST Corporation Specialized. Recognized. Preferred. Our

More information

Enterprise Information Integration (EII) A Technical Ally of EAI and ETL Author Bipin Chandra Joshi Integration Architect Infosys Technologies Ltd

Enterprise Information Integration (EII) A Technical Ally of EAI and ETL Author Bipin Chandra Joshi Integration Architect Infosys Technologies Ltd Enterprise Information Integration (EII) A Technical Ally of EAI and ETL Author Bipin Chandra Joshi Integration Architect Infosys Technologies Ltd Page 1 of 8 TU1UT TUENTERPRISE TU2UT TUREFERENCESUT TABLE

More information

Migration guide for IBM WebSphere Message Broker on HP-UX

Migration guide for IBM WebSphere Message Broker on HP-UX Technical white paper Migration guide for IBM WebSphere Message Broker on HP-UX Migrating from WebSphere Message Broker on HP-UX for HP 9000 servers to WebSphere Message Broker on HP-UX for Integrity servers

More information

Oracle SOA Suite Then and Now:

Oracle SOA Suite Then and Now: Oracle SOA Suite Then and Now: The Evolution from 10g to 11g Shane Goss Impac Services Agenda SOA Suite 11g New Features Highlight new features of SOA 11g Some products have added features and functionality

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

Consolidate Your Middleware to the #1 Application Server: Oracle WebLogic Suite Chuk Munn Lee Oracle

Consolidate Your Middleware to the #1 Application Server: Oracle WebLogic Suite Chuk Munn Lee Oracle Consolidate Your Middleware to the #1 lication Server: Oracle WebLogic Suite Chuk Munn Lee Oracle Evolving From Silos to Grid 2 Combining Virtualization and Grid Better Together 3

More information

Integrating data in the Information System An Open Source approach

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

More information

Clustered Database Reporting Solution utilizing Tivoli

Clustered Database Reporting Solution utilizing Tivoli Clustered Database Reporting Solution utilizing Tivoli Clea Zolotow, Senior Technical Staff Member Transition and Transformation Specialty Service Area Global Technology Services Internet zolo@us.ibm.com

More information

<Insert Picture Here> Oracle Data Integration 11g Overview Tim Sawyer tim.sawyer@oracle.com

<Insert Picture Here> Oracle Data Integration 11g Overview Tim Sawyer tim.sawyer@oracle.com Oracle Data Integration 11g Overview Tim Sawyer tim.sawyer@oracle.com Safe Harbor Statement The following is intended to outline our general product direction. It is intended for

More information

MySQL for Beginners Ed 3

MySQL for Beginners Ed 3 Oracle University Contact Us: 1.800.529.0165 MySQL for Beginners Ed 3 Duration: 4 Days What you will learn The MySQL for Beginners course helps you learn about the world's most popular open source database.

More information

Oracle Public Cloud An Enterprise Cloud for Business Critical Applications Gerry Lim, Regional Program Director, Cloud Initiatives, ASEAN

Oracle Public Cloud An Enterprise Cloud for Business Critical Applications Gerry Lim, Regional Program Director, Cloud Initiatives, ASEAN Oracle Public Cloud An Enterprise Cloud for Business Critical Applications Gerry Lim, Regional Program Director, Cloud Initiatives, ASEAN Sponsored by 1 Copyright 2012, Oracle and/or its affiliates. All

More information

Attunity Integration Suite

Attunity Integration Suite Attunity Integration Suite A White Paper February 2009 1 of 17 Attunity Integration Suite Attunity Ltd. follows a policy of continuous development and reserves the right to alter, without prior notice,

More information

news Enterprise Manager Cloud Control oracle ... the smarter way of information

news Enterprise Manager Cloud Control oracle ... the smarter way of information Enterprise Manager Cloud Control... the smarter way of information Seite 2/6 Enterprise Manager Cloud Control 1 Executive Summary Cloud Control 12c - the latest version of Oracle Enterprise Manager - has

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

Services Catalog. Quebec Head Office : 825, Lebourgneuf blvd, suite 412 Quebec (Quebec) G2J 0B9 Tel. : 418 681-6363 Fax : 418 681-7720

Services Catalog. Quebec Head Office : 825, Lebourgneuf blvd, suite 412 Quebec (Quebec) G2J 0B9 Tel. : 418 681-6363 Fax : 418 681-7720 Services Catalog Quebec Head Office : 825, Lebourgneuf blvd, suite 412 Quebec (Quebec) G2J 0B9 Tel. : 418 681-6363 Fax : 418 681-7720 Our Services MOMENTUM TECHNOLOGIES services are divided into a number

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

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Licensing Information 11g Release 1 (11.1.1) E14860-47 April 2014 Oracle Fusion Middleware Licensing Information, 11g Release 1 (11.1.1) E14860-47 Copyright 2009, 2014, Oracle

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

Solution Brief ealliance EDI Solutions

Solution Brief ealliance EDI Solutions Solution Brief ealliance EDI Solutions ealliance Consulting Profile Type: System Integrator (SI) Location: Naperville, IL Public/Private: Private Geography: North America Key Verticals: Manufacturing Expertise:

More information

Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya

Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database - Engineered for Innovation Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database 11g Release 2 Shipping since September 2009 11.2.0.3 Patch Set now

More information

Klarna Tech Talk: Mind the Data! Jeff Pollock InfoSphere Information Integration & Governance

Klarna Tech Talk: Mind the Data! Jeff Pollock InfoSphere Information Integration & Governance Klarna Tech Talk: Mind the Data! Jeff Pollock InfoSphere Information Integration & Governance IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice

More information

A roadmap to enterprise data integration.

A roadmap to enterprise data integration. Information integration solutions February 2006 A roadmap to enterprise data integration. Colin White BI Research Page 1 Contents 1 Data integration in the enterprise 1 Characteristics of data integration

More information

TRANSFORM BIG DATA INTO ACTIONABLE INFORMATION

TRANSFORM BIG DATA INTO ACTIONABLE INFORMATION TRANSFORM BIG DATA INTO ACTIONABLE INFORMATION Make Big Available for Everyone Syed Rasheed Solution Marketing Manager January 29 th, 2014 Agenda Demystifying Big Challenges Getting Bigger Red Hat Big

More information

The Application of BizTalk in Public Sector

The Application of BizTalk in Public Sector The Application of BizTalk in Public Sector with BizTalk Server 2006 Chris Axton Application Platform Specialist NSW Public Sector Rahul Garg National BizTalk Specialist Microsoft Australia Public Sector

More information

Qualogy 2014-08-29 M. Schildmeijer. Whitepaper Oracle Exalogic FMW Optimization

Qualogy 2014-08-29 M. Schildmeijer. Whitepaper Oracle Exalogic FMW Optimization Qualogy 2014-08-29 M. Schildmeijer Whitepaper Oracle Exalogic FMW Optimization 1 Inhoudsopgave 1. Preface... 3 2. WebLogic Domain Level... 4 2.1 Domain Enhancements... 4 2.2 JDBC SDP enhancement... 4 2.3

More information

IBM Cognos 8 Business Intelligence Reporting Meet all your reporting requirements

IBM Cognos 8 Business Intelligence Reporting Meet all your reporting requirements Data Sheet IBM Cognos 8 Business Intelligence Reporting Meet all your reporting requirements Overview Reporting requirements have changed dramatically in organizations. Organizations today are much more

More information

How To Use A Data Center With A Data Farm On A Microsoft Server On A Linux Server On An Ipad Or Ipad (Ortero) On A Cheap Computer (Orropera) On An Uniden (Orran)

How To Use A Data Center With A Data Farm On A Microsoft Server On A Linux Server On An Ipad Or Ipad (Ortero) On A Cheap Computer (Orropera) On An Uniden (Orran) Day with Development Master Class Big Data Management System DW & Big Data Global Leaders Program Jean-Pierre Dijcks Big Data Product Management Server Technologies Part 1 Part 2 Foundation and Architecture

More information

MOC 10964C: Cloud and Datacenter Monitoring with System Center Operations Manager

MOC 10964C: Cloud and Datacenter Monitoring with System Center Operations Manager MOC 10964C: Cloud and Datacenter Monitoring with System Center Operations Manager Course Overview This course provides students with the knowledge and skills to deploy and configure System Center 2012

More information

ATTACHMENT A ORACLE TECHNOLOGY GLOBAL PRICE LIST, DATED FEBRUARY 13, 2014

ATTACHMENT A ORACLE TECHNOLOGY GLOBAL PRICE LIST, DATED FEBRUARY 13, 2014 ATTACHMENT A ORACLE TECHNOLOGY GLOBAL PRICE LIST, DATED FEBRUARY 13, 2014 ORACLE BUSINESS INTELLIGENCE APPLICATIONS GLOBAL PRICE LIST, DATED MARCH 3, 2014 ORACLE E-BUSINESS SUITE APPLICATIONS GLOBAL PRICE

More information

Dedicated Real-time Reporting Instances for Oracle Applications using Oracle GoldenGate

Dedicated Real-time Reporting Instances for Oracle Applications using Oracle GoldenGate Dedicated Real-time Reporting Instances for Oracle Applications using Oracle GoldenGate Keywords: Karsten Stöhr ORACLE Deutschland B.V. & Co. KG Hamburg Operational Reporting, Query Off-Loading, Oracle

More information

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

More information

A Technical Roadmap for Oracle Fusion Middleware, E-Business Suite Release 12 and Oracle Fusion Applications

A Technical Roadmap for Oracle Fusion Middleware, E-Business Suite Release 12 and Oracle Fusion Applications A Technical Roadmap for Oracle Fusion Middleware, E-Business Suite Release 12 and Oracle Fusion Applications John Stouffer Oracle E-Business ACE Independent Consultant 214 535 6847 john.w.stouffer@gmail.com

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

Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise

Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise Planning, Provisioning and Deploying Enterprise Clouds with Oracle Enterprise Manager 12c Kevin Patterson, Principal Sales Consultant, Enterprise Manager Oracle NIST Definition of Cloud Computing Cloud

More information

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION ORACLE WEBLOGIC SERVER KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SERVER STANDARD EDITION Java EE 6 full platform support plus selected Java EE 7 APIs Java SE 6 and 7 certification Oracle Java SE Support

More information

Enterprise Service Bus

Enterprise Service Bus We tested: Talend ESB 5.2.1 Enterprise Service Bus Dr. Götz Güttich Talend Enterprise Service Bus 5.2.1 is an open source, modular solution that allows enterprises to integrate existing or new applications

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

Application Integration with Oracle SOA & Service Infrastructure

Application Integration with Oracle SOA & Service Infrastructure Application Integration with Oracle SOA & Service Infrastructure Eric Popowich Oracle DoD Principal Engineer Sean Hendricks Oracle USAF Account Manager Agenda USAF Integration Challenges Oracle SOA Suite

More information

Enterprise IT Architectures SOA Part 2

Enterprise IT Architectures SOA Part 2 Dr. Hans-Peter Hoidn Executive IT Architect, IBM Software Group Global Business Integration "Tiger" Team Enterprise IT Architectures SOA Part 2 SOA Reference Architecture 2 SOA Reference Model Strategy

More information

Real Application Testing. Fred Louis Oracle Enterprise Architect

Real Application Testing. Fred Louis Oracle Enterprise Architect Real Application Testing Fred Louis Oracle Enterprise Architect The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Prices in USA (Dollar) Oracle Engineered Systems Price List May 18, 2015

Prices in USA (Dollar) Oracle Engineered Systems Price List May 18, 2015 Engineered Price List May 18, 2015 This document is the property of Corporation. Any reproduction of this document in part or in whole is strictly prohibited. For educational purposes only. Subject to

More information

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved. Preview of Oracle Database 12c In-Memory Option 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

Oracle SQL Developer Migration. An Oracle White Paper September 2008

Oracle SQL Developer Migration. An Oracle White Paper September 2008 Oracle SQL Developer Migration An Oracle White Paper September 2008 Oracle SQL Developer Migration Overview... 3 Introduction... 3 Supported Databases... 4 Architecture... 4 Migration... 4 Standard Migrate...

More information