<Insert Picture Here> Oracle Embeddable Databases: Providing a Wide Range of Options for High-Performance Data Management

Size: px
Start display at page:

Download "<Insert Picture Here> Oracle Embeddable Databases: Providing a Wide Range of Options for High-Performance Data Management"

Transcription

1

2 <Insert Picture Here> Oracle Embeddable Databases: Providing a Wide Range of Options for High-Performance Data Management Marie-Anne Neimat Vice President, Development

3 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle.

4 Oracle s Embeddable Databases Oracle s Embeddable Databases span the full range of customer needs Healthcare Equipment Industrial Systems Manufacturing Systems Telco Softswitches Telecom OSS/BSS Core Networking Systems Securities Trading Call Centers / CRM Reservations Gateways / Routers Storage & Systems Mgmt Security / Authentication Mobile Services Sftwr Appliances Field Force Automation Telematics Mobile Devices Asset Mgmt Mobile Applications Edge Applications Data Center Applications

5

6 Enterprise Mobile Requirements Mobile workers want an experience identical to their connected experience This implies continuous access to data unconstrained by: Bandwidth Coverage Reality is: Bandwidth is still limited Coverage is often poor

7 Embedded Requirements Small footprint Ease of administration Resilience to failures Centralized management of applications, users and devices Remote provisioning and deployment of applications Data security and prevention of unauthorized access Storage of multi-media data (e.g., audio, video)

8 Database Lite - More Than a Database Database Lite extends the enterprise environment with infrastructure and application services that enable the delivery and operation of secure, personalized applications on mobile and embedded devices. Embedded or Mobile Client Sync Layer Data and Applications Mobile Server Mobile Server Repository Oracle Lite Database Security Application Provisioning Data Synchronization Device Management Life Cycle management

9 Oracle Database Lite Customer Adoption DS Waters Satyaki Lodh Thu 11am Moscone South 236

10 What s in Database Lite 10g Product? Lite RDBMS Database Lite Product Mobile Server Mobile Development Kit Application ODBC / JDBC Oracle Lite Kernel Data and Applications MDW Web-to-Go Packaging Wizard Application Provisioning Data Synchronization Device Management Life Cycle Management Security Repository Oracle 10g

11 Mobile Server Complete Life Cycle Management Device Management Software management Remote diagnostics and command execution System Management Synchronization monitoring and scheduling Inspection and corrective action Application Management (Provisioning and Deployment) User (OID), Application and Data Management

12 Mobile Server Synchronization: Synchronizes everything Tables, Index, Synchronization Sequences, DDL, Constraints Bi-directional with Boris conflict Berdichevskiy detection and customizable resolution Tue 3:45pm Designed for One-to-Many Hilton, Yosemite Synchronization A Automatic continuous sync in the background Scalable Transport independent Secure & efficient: data encrypted & compressed Robust Resume after transport failure Network resilience over multiple protocols and networks

13 Lite RDBMS SQL92 & ACID compliant Small footprint Java/C++/.NET stored procedures & triggers Multi-user support Built-in change capture Zero administration Porting kit Platforms: Win32, WinCE, Linux, Symbian Up to 16 TB of BLOB data 128-bit AES encryption support Multiple data access APIs: JDBC, ODBC, ADO.NET Sync Layer Oracle Lite Database

14 Application Development Choice of development platform Web, Java, Native APIs ODBC, JDBC, ADO.NET, ADOCE Mobile Synchronization (msync) ADO.NET lines up with ODP.NET, Visual Studio Mobile Database Workbench Interactively design mobile schema Synchronize data to real device in real-time MDW Quickstart Packaging Wizard Deployment tool Mobile Server Repository Diagnostic Tool Verifies correctness of MobileAdmin and Consolidator schemas and configuration data

15 Advantages for Developers Enables the design and integration of robust embedded & mobile applications Survives system failures and requires zero administration. Provides centralized system management of applications, users and devices Supports the remote provisioning and deployment of applications and changes Secures data and prevents unauthorized access Supports complex data abstractions for data storage such as multi-media (audio, video, other large binaries & DRM) Enables sophisticated data synchronization

16 Oracle Database Lite 10g Summary Extends Your Enterprise Data Extends your enterprise environment to mobile and embedded devices Makes the enterprise mobile Secures data and prevents unauthorized access Survives system failures and requires zero administration Provides Complete Infrastructure Device Management System Management Application Management (Provisioning and Deployment)

17 <Insert Picture Here>

18 Berkeley DB Transactional storage manager Reliable, scalable, flexible, fast data management Library that links directly into your application Enterprise database functionality with: A fraction of the footprint Hands-off administration Programmatic configuration and management Ability to select which features you use Data management hidden within an application Open Source

19 Oracle Berkeley DB Customers Devices/ Appliances Telecom Apps/Infra Networking Security Enterprise Infra/EAI Storage & Sys Mgmt Content Mgmt Service Providers Financial Services

20 Oracle Berkeley DB in Open Source Operating Systems Infrastructure Applications Tools Programming Languages Apache Web Server, Directory, et al Productivity suite Mail server (MTA) Text editor Perl All versions of Linux LDAP Directory Mail server (MTA) Internet search Python Chandler /pim All versions of BSD UNIX LDAP Directory Kerberos Network Authentication Website traffic analysis Spam blocker SquidGuard spam blocker Red Hat Package Manager Subversion version control system PHP GNU C library

21 Product Family Oracle Berkeley DB Oracle Berkeley DB Java Edition Oracle Berkeley DB XML

22 Oracle Berkeley DB Product Family ❷ Berkeley DB extension providing XQuery-based access to XML documents ❶ The original transactional storage engine for applications developed with C, C++, Java, PHP, Perl, etc. ❸ Transactional storage engine written in Java and optimized for Java environments

23 Commonalities All three Berkeley DB Products: Libraries linked to your application Simple, direct, indexed data storage Key-value pairs with simple, get-put style API Programmatic administration API Low latency & high throughput ACID transactions and recovery Open source

24 Berkeley DB Fast indexed and sequential retrieval (Btree, Queue, Recno, Hash) Any mix of threads and processes Full ACID transactions High availability via replication Programmatic administration and management XA standard for distributed transactions AES encryption on disk Small footprint

25 Berkeley DB Key, data pairs Data is simple, opaque byte arrays Flexible structure, native encoding Indexed, ordered data structures btree, hash, queue, record 1:1, 1:M managed relationships key data

26 Berkeley DB Replication (HA) Every site hosts a copy of all data and transaction logs Master handles all writes, replicas handle reads Synchronous and asynchronous transmit Auto recovery when the master fails Failed node can rejoin as a replica and sync up Paxos compliant or user defined master election algorithm Protocol and transport agnostic

27 Berkeley DB Java Edition 100% pure Java for portability and ease of development Single JAR file easy to install, runs in the same JVM as the application Fast, indexed retrieval (Btree) Optimized for highly concurrent access Single process, multi-threading model Record level locking high concurrency ACID transactions and recovery Additional object-based storage APIs Java Collections API New persistence API, similar to EJB3 Programmatic administration and management Small footprint Supports J2SE & J2EE JVMs JCA, JTA & JMX support

28 Berkeley DB XML Built on Berkeley DB Native XML support via XQuery 1.0 and XPath 2.0 XML and non-xml data in same database Flexible indexing Cost-based query optimizer Flexible storage control nodes or whole document Partial document updates Schema support, including validation Naming and cross-container operations Document streaming from URI, memory or file DOM-like navigation of documents and result sets Languages: C++, Java, Perl, Python, PHP and several other scripting languages

29 Berkeley DB Interfaces APIs for C, C++, Java, Perl, Python, PHP, Ruby, Tcl, Eiffel, etc. C++ API Java API Berkeley DB XML Java Collections API C++ API C API Berkeley DB Java API Java API Berkeley DB Java Edition DS CDS TDS HA CDS TDS Runs on UNIX, Linux, MacOS X, Windows, VxWorks, QNX, etc.

30 Summary Berkeley DB products provide: High performance Berkeley DB Simple, direct, indexed Products data Overview storage Greg Burd Local, in-process storage, Thu 12:30pm not client/server High availability and Moscone fault tolerance South 236 Zero administration Increased productivity and flexibility to developers

31 <Insert Picture Here>

32 TimesTen In-Memory RDBMS that enables the Real-Time Enterprise TimesTen extends the Oracle database by caching real-time data in the middle-tier and integrating data management seamlessly between the middle tier and the database server. Application Application

33 Proven in Real-Time Deployments Over 1,500 companies use Oracle TimesTen Networks Real-time billing Voice over IP Mobile Networks Telecom Amdocs Omer Shani Tue 4:30pm Moscone South 236 Value-added Services Revenue Assurance Network and QOS Management Authentication Wall Street Order Matching Risk Management Real-time Analytics Customer-Facing Applications Call Centers Hosted CRM Dynamic personalization

34 Complete RDBMS in the Middle-Tier Application Client- Server Network Direct Linked... Application In-Memory Data Transaction Logs Checkpoint files In-memory RDBMS Standard ODBC/JDBC APIs SQL 92 Compatible with Oracle database Small footprint Exceptional performance Entire database is in main memory Instantaneous response time High throughput Persistence and durability Database backed to disk Transactions with ACID properties Real-time services On-line, non-blocking operations Light-weight tracking and notification of changes to database Near-zero administration Embeddable design

35 Lightning Fast Response 30 microseconds millionths of a second update a record 9 millionths read a record TimesTen In-Memory Database 6.0, 4-CPU, 3 GHz x86 Xeon, 32-bit RHLinux

36 Replication TimesTen to TimesTen Active - Standby Active - Active N Way Propagation Transactional replication Database or tables Configuration using SQL Active-standby, multi-master Asynchronous or synchronous transmits Auto recovery, master catch-up Conflict detection and resolution Replication is transparent to the application No application code changes High performance

37 Cache Connect to Oracle Network Application Directlinked TimesTen Libraries Cache Agent Cache Tables Client- Server Tx Logs Checkpoints Cache tables from Oracle database User configured cache groups Individual tables and related tables All or subset of rows and columns Read-only or updatable Access cached tables like regular tables Automatic data synchronization TimesTen to Oracle Oracle to TimesTen Static or dynamic cache content Dynamic through Load on Select and automatic aging High availability for cache data

38 Caching Data from Oracle Database Cache Group describes the Oracle data to be cached in the TimesTen in-memory database, via a SQL WHERE clause TimesTen Cache Groups Child Table Root Table Child Table Child Table Example: Caching name and address of premier customers who have had more than 500 purchase orders CREATE CACHE GROUP PremierUsers FROM CUSTOMER ( NAME VARCHAR(100) NOT NULL, ADDR VARCHAR(100) ) WHERE CUSTOMER.ORDER > 500;

39 Read-only Cache Groups C/S Applications Client/Server IMDB Updates Passthrough to Oracle Application Application Clients READONLY Cache Group Refresh updates to Cache Group Read-only Cache Groups Updates disallowed in TimesTen Updates optionally sent to Oracle via the Pass-through feature Updates in Oracle automatically refreshed to the TimesTen Cache Group Resilience to failures

40 Updatable Cache-Groups C/S Applications Client/Server IMDB Propagate changes to Oracle Application Application Clients Write-through Cache Group Load data from Oracle once Updatable Cache Groups Updates allowed in TimesTen Initial load of Cache Group content in TimesTen Updates in TimesTen automatically propagated to Oracle Synchronous or asynchronous write-through to Oracle Resilience to failures

41 On-Demand Caching C/S Applications Client/Server IMDB Age out when no longer needed Application Application Clients On Demand Cache Group Load data from Oracle upon SELECT On-demand loading of data from Oracle if data not found in TimesTen All updates to the cache writethrough to Oracle database Aging feature may be used to age out the data that s no longer needed

42 Dynamic Distributed Cache E.g., customer profiles Profiles are loaded on SELECT (loaded on demand). They remain in the cache for the duration of a user session. Least recently used profiles are aged out of the cache The content of the cache changes dynamically on each node based on usage.

43 TimesTen and SOA Middle-ware Store Active data and Infrastructure Data in TimesTen COMPOSITE APPLICATIONS NEW CUSTOMER SIGN-UP MOBILE DATA SERVICES WEB SELF-CARE MGMT DASHBOARD MIDDLE TIER WORKFLOW BUSINESS SERVICES DATA INTEGRATION BUSINESS PROCESS # 1 Premium Customers BUSINESS PROCESS MGMT BUSINESS PROCESS # 2 Recent Orders. Analytics BUSINESS PROCESS # N Reference Data Checkpoints Session State Cross-Ref Maps Event Capture Diagnostics & Metrics Transform Tables MANAGEMENT & MONITORING EXISTING SYSTEMS & DATABASES CUSTOMER SYSTEMS FINANCIAL SYSTEMS DATA WAREHOUSE PRODUCT SYSTEMS

44 Java Middleware Tested with TimesTen Oracle Application Server & Oracle BPEL Process Manager Oracle TopLink & Oracle JDeveloper JBoss Application Server 4 Hibernate 3 WebSphere Application Server 6 Weblogic Application Server 8 Sun Java System Application Server 8

45 Summary A new Data Management capability Real-time response Very high transaction rates TimesTen Overview Susan Cheung Real-time transaction Thu processing 9:30 am Moscone South 236 Middle-tier database cache Proven deployment success Real-time business intelligence Significant business impact Deliver compelling new services Improve customer satisfaction & loyalty Speed time-to-deployment Lower cost to develop & deploy

46 Oracle s Embeddable Databases Oracle s Embeddable Databases span the full range of customer needs Healthcare Equipment Industrial Systems Manufacturing Systems Telco Softswitches Telecom OSS/BSS Core Networking Systems Securities Trading Call Centers / CRM Reservations Gateways / Routers Storage & Systems Mgmt Security / Authentication Mobile Services Sftwr Appliances Field Force Automation Telematics Mobile Devices Asset Mgmt Mobile Applications Edge Applications Data Center Applications

47 For More Information Oracle Database Lite Berkeley DB TimesTen or

48 Remaining Presentations Title Time Location Oracle Database Lite Optimizing data dynchronization with Oracle Database Lite Extending the Oracle Grid with Oracle Database Lite mobile applications Tuesday 3:45 pm 4:45 pm Thursday 11:00 am 12:00 pm Hilton Hotel Yosemite Room A Moscone South 236 South Berkeley DB Overview of the Oracle Berkeley DB, Berkeley DB XML, and Berkeley DB Java Edition Thursday 12:30 pm 1:30 pm Moscone South 236 South TimesTen Amdocs: achieving high performance and high availability with Oracle TimesTen in-memory database Tuesday 4:30 pm 5:30 pm Moscone South 236 South Accelerating performance with TimesTen in-memory database Thursday 9:30 am 10:30 am Moscone South 236 South

49

<Insert Picture Here> Value of TimesTen Oracle TimesTen Product Overview

<Insert Picture Here> Value of TimesTen Oracle TimesTen Product Overview Value of TimesTen Oracle TimesTen Product Overview Shig Hiura Sales Consultant, Oracle Embedded Global Business Unit When You Think Database SQL RDBMS Results RDBMS + client/server

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Oracle Database Mobile Server, Version 12.2

Oracle Database Mobile Server, Version 12.2 O R A C L E D A T A S H E E T Oracle Database Mobile Server, Version 12.2 Oracle Database Mobile Server 12c (ODMS) is a highly optimized, robust and secure way to connect mobile and embedded Internet of

More information

Oracle TimesTen In-Memory Database 18.1

Oracle TimesTen In-Memory Database 18.1 Oracle TimesTen In-Memory Database 18.1 Scaleout Functionality, Architecture and Performance Chris Jenkins Senior Director, In-Memory Technology TimesTen Product Management Best In-Memory Databases: For

More information

Oracle Database Lite 10gR2 Technical White Paper. An Oracle White Paper June 2006

Oracle Database Lite 10gR2 Technical White Paper. An Oracle White Paper June 2006 Oracle Database Lite 10gR2 Technical White Paper An Oracle White Paper June 2006 Oracle Database Lite 10gR2 Technical White Paper ORACLE DATABASE LITE 10G OVERVIEW... 3 Introduction... 3 DATABASE LITE

More information

Oracle Buys Open Source Software Company Sleepycat Expands Embedded Database Product Line with Be

Oracle Buys Open Source Software Company Sleepycat Expands Embedded Database Product Line with Be Oracle Press Release Contact(s): Letty Ledbetter Oracle 1.650.506.8071 letty.ledbetter@oracle.com Bob Wynne Oracle 1.650.506.5834 bob.wynne@oracle.com Oracle Buys Open Source Software Company Sleepycat

More information

Best Practices for Performance Part 2.NET and Oracle Database

Best Practices for Performance Part 2.NET and Oracle Database Best Practices for Performance Part 2.NET and Oracle Database Alex Keh Christian Shay Product Managers Server Technologies September 19, 2016 Program Agenda 1 2 3 4 Caching SQL Tuning Advisor Oracle Performance

More information

Application-Tier In-Memory Analytics Best Practices and Use Cases

Application-Tier In-Memory Analytics Best Practices and Use Cases Application-Tier In-Memory Analytics Best Practices and Use Cases Susan Cheung Vice President Product Management Oracle, Server Technologies Oct 01, 2014 Guest Speaker: Kiran Tailor Senior Oracle DBA and

More information

Oracle TimesTen 7.0: IMDB, Cache Connect, and Replication Volume I Student Guide

Oracle TimesTen 7.0: IMDB, Cache Connect, and Replication Volume I Student Guide Oracle TimesTen 7.0: IMDB, Cache Connect, and Replication Volume I Student Guide D46789GC10 Edition 1.0 April 2007 D50237 Author Danny Lau Technical Contributors and Reviewers Rohan Aranha David Aspinwall

More information

<Insert Picture Here> Oracle NoSQL Database A Distributed Key-Value Store

<Insert Picture Here> Oracle NoSQL Database A Distributed Key-Value Store Oracle NoSQL Database A Distributed Key-Value Store Charles Lamb The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Oracle and Tangosol Acquisition Announcement

Oracle and Tangosol Acquisition Announcement Oracle and Tangosol Acquisition Announcement March 23, 2007 The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

Data-and-Compute Intensive Processing: Middle-tier or Database? Trade-Offs and Case Study. Kuassi Mensah Marcelo Ochoa Oracle

Data-and-Compute Intensive Processing: Middle-tier or Database? Trade-Offs and Case Study. Kuassi Mensah Marcelo Ochoa Oracle Data-and-Compute Intensive Processing: Middle-tier or Database? Trade-Offs and Case Study Kuassi Mensah Marcelo Ochoa Oracle The following is intended to outline our general product direction. It is intended

More information

Oracle Database Jdbc Developer's Guide And Reference 10g Release 2

Oracle Database Jdbc Developer's Guide And Reference 10g Release 2 Oracle Database Jdbc Developer's Guide And Reference 10g Release 2 Database Java Developer's Guide In releases prior to Oracle Database 10g release 2 (10.2), Java classes in the database cannot be audited

More information

Putting Oracle Database 11g to Work for Java. Kuassi Mensah Group Product Manager, Java Platform Group db360.blogspot.com

Putting Oracle Database 11g to Work for Java. Kuassi Mensah Group Product Manager, Java Platform Group db360.blogspot.com Putting Oracle Database 11g to Work for Java Kuassi Mensah Group Product Manager, Java Platform Group db360.blogspot.com The following is intended to outline our general product direction. It is intended

More information

Vlad Vinogradsky

Vlad Vinogradsky Vlad Vinogradsky vladvino@microsoft.com http://twitter.com/vladvino Commercially available cloud platform offering Billing starts on 02/01/2010 A set of cloud computing services Services can be used together

More information

Oracle NoSQL Database Enterprise Edition, Version 18.1

Oracle NoSQL Database Enterprise Edition, Version 18.1 Oracle NoSQL Database Enterprise Edition, Version 18.1 Oracle NoSQL Database is a scalable, distributed NoSQL database, designed to provide highly reliable, flexible and available data management across

More information

State of the Dolphin Developing new Apps in MySQL 8

State of the Dolphin Developing new Apps in MySQL 8 State of the Dolphin Developing new Apps in MySQL 8 Highlights of MySQL 8.0 technology updates Mark Swarbrick MySQL Principle Presales Consultant Jill Anolik MySQL Global Business Unit Israel Copyright

More information

Scott Meder Senior Regional Sales Manager

Scott Meder Senior Regional Sales Manager www.raima.com Scott Meder Senior Regional Sales Manager scott.meder@raima.com Short Introduction to Raima What is Data Management What are your requirements? How do I make the right decision? - Architecture

More information

<Insert Picture Here> MySQL Cluster What are we working on

<Insert Picture Here> MySQL Cluster What are we working on MySQL Cluster What are we working on Mario Beck Principal Consultant The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Oracle Exadata: Strategy and Roadmap

Oracle Exadata: Strategy and Roadmap Oracle Exadata: Strategy and Roadmap - New Technologies, Cloud, and On-Premises Juan Loaiza Senior Vice President, Database Systems Technologies, Oracle Safe Harbor Statement The following is intended

More information

IBM Tivoli Netcool Service Quality Manager V4.1.1

IBM Tivoli Netcool Service Quality Manager V4.1.1 000-430 IBM Tivoli Netcool Service Quality Manager V4.1.1 Version: 3.0 QUESTION NO: 1 During the IBM Tivoli Netcool Service Quality Manager planning stages, which two standard options are available to

More information

Introduction to MySQL InnoDB Cluster

Introduction to MySQL InnoDB Cluster 1 / 148 2 / 148 3 / 148 Introduction to MySQL InnoDB Cluster MySQL High Availability made easy Percona Live Europe - Dublin 2017 Frédéric Descamps - MySQL Community Manager - Oracle 4 / 148 Safe Harbor

More information

Oracle NoSQL Database Enterprise Edition, Version 18.1

Oracle NoSQL Database Enterprise Edition, Version 18.1 Oracle NoSQL Database Enterprise Edition, Version 18.1 Oracle NoSQL Database is a scalable, distributed NoSQL database, designed to provide highly reliable, flexible and available data management across

More information

Prices in Japan (Yen) Oracle Technology Global Price List December 8, 2017

Prices in Japan (Yen) Oracle Technology Global Price List December 8, 2017 Oracle Technology Global Price List December 8, 2017 This document is the property of Oracle Corporation. Any reproduction of this document in part or in whole is strictly prohibited. For educational purposes

More information

status Emmanuel Cecchet

status Emmanuel Cecchet status Emmanuel Cecchet c-jdbc@objectweb.org JOnAS developer workshop http://www.objectweb.org - c-jdbc@objectweb.org 1-23/02/2004 Outline Overview Advanced concepts Query caching Horizontal scalability

More information

Oracle TimesTen Scaleout: Revolutionizing In-Memory Transaction Processing

Oracle TimesTen Scaleout: Revolutionizing In-Memory Transaction Processing Oracle Scaleout: Revolutionizing In-Memory Transaction Processing Scaleout is a brand new, shared nothing scale-out in-memory database designed for next generation extreme OLTP workloads. Featuring elastic

More information

An Oracle Technical White Paper July Using Oracle In-Memory Database Cache to Accelerate the Oracle Database

An Oracle Technical White Paper July Using Oracle In-Memory Database Cache to Accelerate the Oracle Database An Oracle Technical White Paper July 2009 Using Oracle In-Memory Database Cache to Accelerate the Oracle Database 1. Introduction... 2 2. Application-Tier Caching... 4 3. The Oracle TimesTen In-Memory

More information

<Insert Picture Here> MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure

<Insert Picture Here> MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure Mario Beck (mario.beck@oracle.com) Principal Sales Consultant MySQL Session Agenda Requirements for

More information

<Insert Picture Here>

<Insert Picture Here> Oracle Forms Modernization with Oracle Application Express Marc Sewtz Software Development Manager Oracle Application Express Oracle USA Inc. 540 Madison Avenue,

More information

MySQL Cluster for Real Time, HA Services

MySQL Cluster for Real Time, HA Services MySQL Cluster for Real Time, HA Services Bill Papp (bill.papp@oracle.com) Principal MySQL Sales Consultant Oracle Agenda Overview of MySQL Cluster Design Goals, Evolution, Workloads,

More information

Pimp My Data Grid. Brian Oliver Senior Principal Solutions Architect <Insert Picture Here>

Pimp My Data Grid. Brian Oliver Senior Principal Solutions Architect <Insert Picture Here> Pimp My Data Grid Brian Oliver Senior Principal Solutions Architect (brian.oliver@oracle.com) Oracle Coherence Oracle Fusion Middleware Agenda An Architectural Challenge Enter the

More information

Oracle SOA Suite 12c: Build Composite Applications. About this course. Course type Essentials. Duration 5 Days

Oracle SOA Suite 12c: Build Composite Applications. About this course. Course type Essentials. Duration 5 Days Oracle SOA Suite 12c: Build Composite Applications About this course Course type Essentials Course code OC12GSOABCA Duration 5 Days This Oracle SOA Suite 12c: Build Composite Applications training teaches

More information

Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB O R A C L E W H I T E P A P E R J A N U A R Y

Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB O R A C L E W H I T E P A P E R J A N U A R Y Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB O R A C L E W H I T E P A P E R J A N U A R Y 2 0 1 7 Introduction The rapid spread of wireless voice and data networking teaches

More information

Oracle and.net: Best Practices for Performance. Christian Shay & Alex Keh Product Managers Oracle October 28, 2015

Oracle and.net: Best Practices for Performance. Christian Shay & Alex Keh Product Managers Oracle October 28, 2015 Oracle and.net: Best Practices for Performance Christian Shay & Alex Keh Product Managers Oracle October 28, 2015 Oracle Confidential Internal/Restricted/Highly Restricted Program Agenda 1 2 3 4 Optimization

More information

ebusiness Suite goes SOA

ebusiness Suite goes SOA ebusiness Suite goes SOA Ulrich Janke Oracle Consulting Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

Oracle SOA Suite 12c: Build Composite Applications

Oracle SOA Suite 12c: Build Composite Applications Oracle University Contact Us: Landline: +91 80 67863899 Toll Free: 0008004401672 Oracle SOA Suite 12c: Build Composite Applications Duration: 5 Days What you will learn This Oracle SOA Suite 12c: Build

More information

Key Features. High-performance data replication. Optimized for Oracle Cloud. High Performance Parallel Delivery for all targets

Key Features. High-performance data replication. Optimized for Oracle Cloud. High Performance Parallel Delivery for all targets To succeed in today s competitive environment, you need real-time information. This requires a platform that can unite information from disparate systems across your enterprise without compromising availability

More information

<Insert Picture Here> Oracle Coherence & Extreme Transaction Processing (XTP)

<Insert Picture Here> Oracle Coherence & Extreme Transaction Processing (XTP) Oracle Coherence & Extreme Transaction Processing (XTP) Gary Hawks Oracle Coherence Solution Specialist Extreme Transaction Processing What is XTP? Introduction to Oracle Coherence

More information

Oracle SOA Suite 12c : Build Composite Applications

Oracle SOA Suite 12c : Build Composite Applications Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle SOA Suite 12c : Build Composite Applications Duration: 5 Days What you will learn This course teaches you to design and develop

More information

Oracle TimesTen Application-Tier Database Cache

Oracle TimesTen Application-Tier Database Cache Oracle TimesTen Application-Tier Database Cache Introduction 11g Release 2 (11.2.2) E21631-06 June 2014 Oracle TimesTen Application-Tier Database Cache Introduction, 11g Release 2 (11.2.2) E21631-06 Copyright

More information

What s New for Oracle Database 11gR2 on Windows?

What s New for Oracle Database 11gR2 on Windows? 1 What s New for Oracle Database 11gR2 on Windows? Santanu Datta ` Alex Keh Dennis Ruane Sr. Director Principal Product Manager Senior Database Software Engineer Server Technologies

More information

Oracle 10g and IPv6 IPv6 Summit 11 December 2003

Oracle 10g and IPv6 IPv6 Summit 11 December 2003 Oracle 10g and IPv6 IPv6 Summit 11 December 2003 Marshal Presser Principal Enterprise Architect Oracle Corporation Agenda Oracle Distributed Computing Role of Networking IPv6 Support Plans Early IPv6 Implementations

More information

Oracle NoSQL Database Overview Marie-Anne Neimat, VP Development

Oracle NoSQL Database Overview Marie-Anne Neimat, VP Development Oracle NoSQL Database Overview Marie-Anne Neimat, VP Development June14, 2012 1 Copyright 2012, Oracle and/or its affiliates. All rights Agenda Big Data Overview Oracle NoSQL Database Architecture Technical

More information

Loosely coupled: asynchronous processing, decoupling of tiers/components Fan-out the application tiers to support the workload Use cache for data and content Reduce number of requests if possible Batch

More information

Provide Real-Time Data To Financial Applications

Provide Real-Time Data To Financial Applications Provide Real-Time Data To Financial Applications DATA SHEET Introduction Companies typically build numerous internal applications and complex APIs for enterprise data access. These APIs are often engineered

More information

<Insert Picture Here> WebLogic JMS Messaging Infrastructure WebLogic Server 11gR1 Labs

<Insert Picture Here> WebLogic JMS Messaging Infrastructure WebLogic Server 11gR1 Labs WebLogic JMS Messaging Infrastructure WebLogic Server 11gR1 Labs Messaging Basics Built-in Best-of-Breed Messaging (JMS) Engine Years of hardening. Strong performance.

More information

MySQL HA Solutions Selecting the best approach to protect access to your data

MySQL HA Solutions Selecting the best approach to protect access to your data MySQL HA Solutions Selecting the best approach to protect access to your data Sastry Vedantam sastry.vedantam@oracle.com February 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved

More information

Jitterbit is comprised of two components: Jitterbit Integration Environment

Jitterbit is comprised of two components: Jitterbit Integration Environment Technical Overview Integrating your data, applications, and other enterprise systems is critical to the success of your business but, until now, integration has been a complex and time-consuming process

More information

<Insert Picture Here> Forms Strategies: Modernizing Your Oracle Forms Investment

<Insert Picture Here> Forms Strategies: Modernizing Your Oracle Forms Investment Forms Strategies: Modernizing Your Oracle Forms Investment Desmond Chan Solution Architect Manager Oracle Consulting Services Agenda Oracle Forms Strategy Forms Modernisation Strategies

More information

InnoDB: Status, Architecture, and Latest Enhancements

InnoDB: Status, Architecture, and Latest Enhancements InnoDB: Status, Architecture, and Latest Enhancements O'Reilly MySQL Conference, April 14, 2011 Inaam Rana, Oracle John Russell, Oracle Bios Inaam Rana (InnoDB / MySQL / Oracle) Crash recovery speedup

More information

MarkLogic 8 Overview of Key Features COPYRIGHT 2014 MARKLOGIC CORPORATION. ALL RIGHTS RESERVED.

MarkLogic 8 Overview of Key Features COPYRIGHT 2014 MARKLOGIC CORPORATION. ALL RIGHTS RESERVED. MarkLogic 8 Overview of Key Features Enterprise NoSQL Database Platform Flexible Data Model Store and manage JSON, XML, RDF, and Geospatial data with a documentcentric, schemaagnostic database Search and

More information

What s New in MySQL 5.7 Geir Høydalsvik, Sr. Director, MySQL Engineering. Copyright 2015, Oracle and/or its affiliates. All rights reserved.

What s New in MySQL 5.7 Geir Høydalsvik, Sr. Director, MySQL Engineering. Copyright 2015, Oracle and/or its affiliates. All rights reserved. What s New in MySQL 5.7 Geir Høydalsvik, Sr. Director, MySQL Engineering Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

Bipul Sinha, Amit Ganesh, Lilian Hobbs, Oracle Corp. Dingbo Zhou, Basavaraj Hubli, Manohar Malayanur, Fannie Mae

Bipul Sinha, Amit Ganesh, Lilian Hobbs, Oracle Corp. Dingbo Zhou, Basavaraj Hubli, Manohar Malayanur, Fannie Mae ONE MILLION FINANCIAL TRANSACTIONS PER HOUR USING ORACLE DATABASE 10G AND XA Bipul Sinha, Amit Ganesh, Lilian Hobbs, Oracle Corp. Dingbo Zhou, Basavaraj Hubli, Manohar Malayanur, Fannie Mae INTRODUCTION

More information

Building Highly Available and Scalable Real- Time Services with MySQL Cluster

Building Highly Available and Scalable Real- Time Services with MySQL Cluster Building Highly Available and Scalable Real- Time Services with MySQL Cluster MySQL Sales Consulting Director Philip Antoniades April, 3rd, 2012 1 Copyright 2012, Oracle and/or its affiliates. All rights

More information

Understanding Oracle RAC ( ) Internals: The Cache Fusion Edition

Understanding Oracle RAC ( ) Internals: The Cache Fusion Edition Understanding (12.1.0.2) Internals: The Cache Fusion Edition Subtitle Markus Michalewicz Director of Product Management Oracle Real Application Clusters (RAC) November 19th, 2014 @OracleRACpm http://www.linkedin.com/in/markusmichalewicz

More information

Ed Lynch IBM. Monday, May 8, :00 p.m. 02:10 p.m. Platform: DB2 for z/os & LUW

Ed Lynch IBM. Monday, May 8, :00 p.m. 02:10 p.m. Platform: DB2 for z/os & LUW H02 WS Information Integrator Q vs SQL Replication: What, When & Where Ed Lynch IBM Monday, May 8, 2006 01:00 p.m. 02:10 p.m. Platform: DB2 for z/os & LUW Session H02 Session Title: WS Information Integrator

More information

System Description. System Architecture. System Architecture, page 1 Deployment Environment, page 4

System Description. System Architecture. System Architecture, page 1 Deployment Environment, page 4 System Architecture, page 1 Deployment Environment, page 4 System Architecture The diagram below illustrates the high-level architecture of a typical Prime Home deployment. Figure 1: High Level Architecture

More information

X100 ARCHITECTURE REFERENCES:

X100 ARCHITECTURE REFERENCES: UNION SYSTEMS GLOBAL This guide is designed to provide you with an highlevel overview of some of the key points of the Oracle Fusion Middleware Forms Services architecture, a component of the Oracle Fusion

More information

Contents at a Glance. vii

Contents at a Glance. vii Contents at a Glance 1 Installing WebLogic Server and Using the Management Tools... 1 2 Administering WebLogic Server Instances... 47 3 Creating and Configuring WebLogic Server Domains... 101 4 Configuring

More information

Database Binding Component User's Guide

Database Binding Component User's Guide Database Binding Component User's Guide Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 821 1069 05 December 2009 Copyright 2009 Sun Microsystems, Inc. 4150 Network Circle,

More information

WLS Neue Optionen braucht das Land

WLS Neue Optionen braucht das Land WLS Neue Optionen braucht das Land Sören Halter Principal Sales Consultant 2016-11-16 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

About Terracotta Ehcache. Version 10.1

About Terracotta Ehcache. Version 10.1 About Terracotta Ehcache Version 10.1 October 2017 This document applies to Terraco a Ehcache Version 10.1 and to all subsequent releases. Specifications contained herein are subject to change and these

More information

Everything You Need to Know About MySQL Group Replication

Everything You Need to Know About MySQL Group Replication Everything You Need to Know About MySQL Group Replication Luís Soares (luis.soares@oracle.com) Principal Software Engineer, MySQL Replication Lead Copyright 2017, Oracle and/or its affiliates. All rights

More information

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SUITE

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SUITE ORACLE WEBLOGIC SERVER KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SUITE Oracle WebLogic Server Enterprise Edition, plus Oracle Coherence Enterprise Edition Scale-out for data intensive applications Active

More information

ITTIA DB SQL Em bedded Dat abase and VxWorks

ITTIA DB SQL Em bedded Dat abase and VxWorks ITTIA DB SQL Em bedded Dat abase and VxWorks Copyright 2017 ITTIA L.L.C. An ITTIA White Paper, August 2017 ITTIA DB SQL TM is a small-footprint, high-performance relational database engine for embedded

More information

How In-memory Database Technology and IBM soliddb Complement IBM DB2 for Extreme Speed

How In-memory Database Technology and IBM soliddb Complement IBM DB2 for Extreme Speed soliddb How In-memory Database Technology and IBM soliddb Complement IBM DB2 for Extreme Speed December 2008 Joan Monera-Llorca IBM Software Group, Information Management soliddb Technical Sales - Americas

More information

EMC Documentum xdb. High-performance native XML database optimized for storing and querying large volumes of XML content

EMC Documentum xdb. High-performance native XML database optimized for storing and querying large volumes of XML content DATA SHEET EMC Documentum xdb High-performance native XML database optimized for storing and querying large volumes of XML content The Big Picture Ideal for content-oriented applications like dynamic publishing

More information

Scaling Out Tier Based Applications

Scaling Out Tier Based Applications Scaling Out Tier Based Applications Nati Shalom CTO GigaSpaces www.gigaspaces.com TS-1595 2006 JavaOne SM Conference Session TS-1595 Objectives Learn how to transform existing tier-based applications into

More information

What is it? What does it do?

What is it? What does it do? JBoss Enterprise Application Platform What is it? JBoss Enterprise Application Platform is the industryleading platform for next-generation enterprise Java applications. It provides a stable, open source

More information

How to Create Collaborative Communities Within Your Portal

How to Create Collaborative Communities Within Your Portal How to Create Collaborative Communities Within Your Portal Jim Powell Principal Product Manager Oracle Portal Oracle Corporation Agenda! Communities and their Collaboration Pains! Bringing it all together

More information

What every DBA needs to know about JDBC connection pools Bridging the language barrier between DBA and Middleware Administrators

What every DBA needs to know about JDBC connection pools Bridging the language barrier between DBA and Middleware Administrators Presented at What every DBA needs to know about JDBC connection pools Bridging the language barrier between DBA and Middleware Administrators Jacco H. Landlust Platform Architect Director Oracle Consulting

More information

The Fastest and Most Cost-Effective Backup for Oracle Database: What s New in Oracle Secure Backup 10.2

The Fastest and Most Cost-Effective Backup for Oracle Database: What s New in Oracle Secure Backup 10.2 1 The Fastest and Most Cost-Effective Backup for Oracle Database: What s New in Oracle Secure Backup 10.2 Donna Cooksey Principal Product Manager, Oracle Corporation Sean McKeown

More information

MySQL High Availability

MySQL High Availability MySQL High Availability InnoDB Cluster and NDB Cluster Ted Wennmark ted.wennmark@oracle.com Copyright 2016, Oracle and/or its its affiliates. All All rights reserved. Safe Harbor Statement The following

More information

Accelerate MySQL for Demanding OLAP and OLTP Use Cases with Apache Ignite. Peter Zaitsev, Denis Magda Santa Clara, California April 25th, 2017

Accelerate MySQL for Demanding OLAP and OLTP Use Cases with Apache Ignite. Peter Zaitsev, Denis Magda Santa Clara, California April 25th, 2017 Accelerate MySQL for Demanding OLAP and OLTP Use Cases with Apache Ignite Peter Zaitsev, Denis Magda Santa Clara, California April 25th, 2017 About the Presentation Problems Existing Solutions Denis Magda

More information

Agenda. Apache Ignite Project Apache Ignite Data Fabric: Data Grid HPC & Compute Streaming & CEP Hadoop & Spark Integration Use Cases Demo Q & A

Agenda. Apache Ignite Project Apache Ignite Data Fabric: Data Grid HPC & Compute Streaming & CEP Hadoop & Spark Integration Use Cases Demo Q & A Introduction 2015 The Apache Software Foundation. Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are trademarks of The Apache Software Foundation. Agenda Apache Ignite Project Apache

More information

Oracle Directory Services 11g: Administration

Oracle Directory Services 11g: Administration Oracle University Contact Us: 0180-2000-526 / +49 89-14301200 Oracle Directory Services 11g: Administration Duration: 5 Days What you will learn After completing this course, you should be able to perform

More information

<Insert Picture Here> Enterprise Data Management using Grid Technology

<Insert Picture Here> Enterprise Data Management using Grid Technology Enterprise Data using Grid Technology Kriangsak Tiawsirisup Sales Consulting Manager Oracle Corporation (Thailand) 3 Related Data Centre Trends. Service Oriented Architecture Flexibility

More information

2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE

2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE Co-Host Host 2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE Oracle Cloud Computing Strategy Han Wammes Public Sector Market Development Manager 1 Copyright 2012, Oracle and/or its

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. The following is intended to outline our general product direction. It is intended for information

More information

Oracle In-Memory Database Cache

Oracle In-Memory Database Cache Oracle In-Memory Database Cache Introduction Release 11.2.1 E14261-09 August 2011 Oracle In-Memory Database Cache Introduction, Release 11.2.1 E14261-09 Copyright 2011, Oracle and/or its affiliates. All

More information

<Insert Picture Here> Maximizing Database Performance: Performance Tuning with DB Time

<Insert Picture Here> Maximizing Database Performance: Performance Tuning with DB Time 1 Maximizing Database Performance: Performance Tuning with DB Time Kurt Engeleiter, John Beresniewicz, Cecilia Gervasio Oracle America The following is intended to outline our general

More information

Cisco Configuration Engine 2.0

Cisco Configuration Engine 2.0 Cisco Configuration Engine 2.0 The Cisco Configuration Engine provides a unified, secure solution for automating the deployment of Cisco customer premises equipment (CPE). This scalable product distributes

More information

MySQL & NoSQL: The Best of Both Worlds

MySQL & NoSQL: The Best of Both Worlds MySQL & NoSQL: The Best of Both Worlds Mario Beck Principal Sales Consultant MySQL mario.beck@oracle.com 1 Copyright 2012, Oracle and/or its affiliates. All rights Safe Harbour Statement The following

More information

1z0-479 oracle. Number: 1z0-479 Passing Score: 800 Time Limit: 120 min.

1z0-479 oracle. Number: 1z0-479 Passing Score: 800 Time Limit: 120 min. 1z0-479 oracle Number: 1z0-479 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 What is the role of a user data store in Oracle Identity Federation (OIF) 11g when it is configured as an Identity

More information

<Insert Picture Here> What's New for.net Developers for Oracle Database

<Insert Picture Here> What's New for.net Developers for Oracle Database 1 What's New for.net Developers for Oracle Database Alex Keh Principal Product Manager, Oracle Program Agenda Currently available Visual Studio 2010 and.net Framework 4 ODAC 11.2

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights Web Services and SOA Integration Options for Oracle E-Business Suite Rajesh Ghosh, Group Manager, Applications Technology Group Abhishek Verma,

More information

CIB Session 12th NoSQL Databases Structures

CIB Session 12th NoSQL Databases Structures CIB Session 12th NoSQL Databases Structures By: Shahab Safaee & Morteza Zahedi Software Engineering PhD Email: safaee.shx@gmail.com, morteza.zahedi.a@gmail.com cibtrc.ir cibtrc cibtrc 2 Agenda What is

More information

<Insert Picture Here> Scale your PHP Application to Tens of Thousands of Connections

<Insert Picture Here> Scale your PHP Application to Tens of Thousands of Connections Scale your PHP Application to Tens of Thousands of Connections Srinath Krishnaswamy Director, Data Access Development, Oracle Corp. Luxi Chidambaran Consulting Member of Technical

More information

Oracle WebLogic Server 12c: Administration I

Oracle WebLogic Server 12c: Administration I Oracle WebLogic Server 12c: Administration I Duration 5 Days What you will learn This Oracle WebLogic Server 12c: Administration I training teaches you how to install and configure Oracle WebLogic Server

More information

Mobile Application Development: Introducing ADF Mobile Native Client Framework

Mobile Application Development: Introducing ADF Mobile Native Client Framework Mobile Application Development: Introducing ADF Mobile Native Client Framework Denis Tyrell, Senior Director of Product Development, ADF/JDeveloper Joe Huang, Senior Principal Product Manager, ADF/JDeveloper

More information

SQL Azure. Abhay Parekh Microsoft Corporation

SQL Azure. Abhay Parekh Microsoft Corporation SQL Azure By Abhay Parekh Microsoft Corporation Leverage this Presented by : - Abhay S. Parekh MSP & MSP Voice Program Representative, Microsoft Corporation. Before i begin Demo Let s understand SQL Azure

More information

B. By not making any configuration changes because, by default, the adapter reads input files in ascending order of their lastmodifiedtime.

B. By not making any configuration changes because, by default, the adapter reads input files in ascending order of their lastmodifiedtime. Volume: 75 Questions Question No : 1 You have modeled a composite with a one-way Mediator component that is exposed via an inbound file adapter service. How do you configure the inbound file adapter to

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Oracle SOA Suite 11g: Build Composite Applications

Oracle SOA Suite 11g: Build Composite Applications Oracle University Contact Us: 1.800.529.0165 Oracle SOA Suite 11g: Build Composite Applications Duration: 5 Days What you will learn This course covers designing and developing SOA composite applications

More information

IBM Europe Announcement ZP , dated November 6, 2007

IBM Europe Announcement ZP , dated November 6, 2007 IBM Europe Announcement ZP07-0484, dated November 6, 2007 IBM WebSphere Front Office for Financial Markets V2.0 and IBM WebSphere MQ Low Latency Messaging V2.0 deliver high speed and high throughput market

More information

Oracle GoldenGate and Oracle Streams: The Future of Oracle Replication and Data Integration

Oracle GoldenGate and Oracle Streams: The Future of Oracle Replication and Data Integration Oracle GoldenGate and Oracle Streams: The Future of Oracle Replication and Data Integration Sachin Chawla, Ali Kutay, Juan Loaiza, Hasan Rizvi Oracle Corporation The following is intended to outline our

More information

Introduction to Oracle NoSQL Database

Introduction to Oracle NoSQL Database Introduction to Oracle NoSQL Database Anand Chandak Ashutosh Naik Agenda NoSQL Background Oracle NoSQL Database Overview Technical Features & Performance Use Cases 2 Why NoSQL? 1. The four V s of Big Data

More information

Enea Polyhedra Polyhedra Database Management Systems (DBMS)

Enea Polyhedra Polyhedra Database Management Systems (DBMS) Polyhedra Database Management Systems (DBMS) 1 Polyhedra is a family of compact, lightweight, SQL relational database management systems (RDBMS) optimized for embedded systems applications. Built on an

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into 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 contract. It is not a commitment to deliver any

More information

Oracle SOA Suite 11g: Build Composite Applications

Oracle SOA Suite 11g: Build Composite Applications Oracle University Contact Us: Landline: +91 80 67863899 Toll Free: 0008004401672 Oracle SOA Suite 11g: Build Composite Applications Duration: 5 Days What you will learn This course teaches you to design

More information