Oracle Application Server 4.0: The Integration Platform for Oracle Products and the Internet. An Oracle White Paper August 1998

Size: px
Start display at page:

Download "Oracle Application Server 4.0: The Integration Platform for Oracle Products and the Internet. An Oracle White Paper August 1998"

Transcription

1 Oracle Application Server 4.0: The Integration Platform for Oracle Products and the Internet An Oracle White Paper August 1998

2 The Integration Platform for Oracle Products and the Internet INTRODUCTION Since the June 1997 introduction of Oracle s award winning Application Server, numerous other vendors have jumped into the market with announcements regarding new application server product offerings. While many vendors now claim to be committed to providing solutions in this space, no vendor is making a larger commitment than Oracle. This paper intends to describe and illustrate the level of commitment and ongoing investment that Oracle has made, and continues to make, to Oracle Application Server (OAS) V4.0 and beyond. In addition, this paper sketches a roadmap for other Oracle products adding OAS, together with Oracle8, to their server based application infrastructure. Indeed almost every product coming out of Oracle is leveraging OAS 4.0 to provide a unified application infrastructure across major IT problem areas such as thin-client Back-Office deployment, Data Warehousing, E- Commerce and enabling Front-Office applications. Another major challenge is the integration of legacy applications to the Internet. Application development is an area where Oracle tools are providing enhanced support. To wit, Oracle JDeveloper provides unique support for developing Java applications on both the middle (application) and data (database) tiers. Oracle s customers get several benefits from this integrated approach. First, they get a Java Integrated Development Environment (IDE) that is specifically designed for developing, de-bugging and deploying applications that are server based. Second, JDeveloper takes a comprehensive approach to server development by providing strong support for both the mid and data tiers of today s complex Internet applications. Additionally, JDeveloper supports both HTTP and IIOP types of Java applications (JWeb and JCORBA Cartridge models) from a single IDE. Last but not the least, since Oracle adheres to open standards, customers can confidently expect OAS based solutions to interoperate with existing homegrown and 3 rd party systems and advance to the brave new world of web and component-based application model at their own pace. In the systems management area, OAS4.0 now uses Oracle s Enterprise Manager (OEM) management console to provide common setup, configuration and management functions, thus providing the consistent experience Oracle customers are accustomed to with the database. In addition, OEM uses OAS as its distributed platform for managing distributed nodes, and OEM access via a 100% pure Java Browser interface. This integration should provide system and database administrators with immediate benefits in both ease of use and re-use of existing skills. In the following section are some specific examples of product integration with OAS, followed by an overview of upcoming Oracle products and how they are utilizing OAS to provide improved services to customers. DEVELOPING ON OAS: ORACLE TOOLS SUPPORT Oracle has three major tools (and more are in the pipeline) to enable application development on Oracle Application Server 4.0: 1

3 Oracle Designer Oracle Developer Oracle JDeveloper These tools are conveniently packaged as part of two suites 1 Enterprise Developer Suite which includes Oracle Designer, Oracle Developer, the Oracle8 database and Oracle Application Server 4.0 JDeveloper Suite which includes Oracle JDeveloper, the Oracle8 database and Oracle Application Server 4.0 Oracle Designer and Developer have been shipping for quite some time and have been enhanced to enable three-tier development using Oracle Application Server. Oracle Designer is primarily a modeling / generation tool for developing data driven applications. To develop webbased applications, developers use the tool the same way as they have traditionally. But at generation time, they may choose to generate the application for the middle-tier rather than for deployment on the client tier. Thus Designer developers can create an entirely new type of applications without doing anything significantly different. Oracle Developer is also a 4GL tool for developing enterprise class applications. Again for using this tool with OAS 4.0, developers do not have to incur any loss in productivity - developers use the tool as they have used earlier. At deployment time they can use the Forms cartridge or the Reports Cartridge or the Graphics cartridge to deploy the application on the OAS platform. Almost effortlessly, existing or new applications can be web enabled. And once deployed on the OAS, these applications obtain all the benefits of the OAS platform. JDeveloper is a 3GL tool for developing applications in Java. Programming in Java has numerous benefits which will not be enumerated here. Suffice it to say that at last count, the number of Java developers has swelled to over 700,000. Therefore JDeveloper is an important element of Oracle s tool offerings. Apart from providing the regular IDE support for Java development and database integration, JDeveloper has three specific integration hooks to facilitate development for OAS: JWEB Wizard: Enables interactive Java-based web applications which are deployed on OAS. JCORBA Wizard: Enables CORBA development in Java to be deployed on OAS. The JCORBA development model hides much of the complexity of CORBA and thus makes distributed application development much easier. Resulting applications can, of course, interoperate with other CORBA 2.0 compliant ORBs. PL2Java Wizard: Enables use of existing PL/SQL logic within Java applications. In the future, JDeveloper is planning to support the Enterprise JavaBean (EJB) model of development and deployment. In summary, Oracle Application Server is backed by comprehensive support for development from a range of Oracle Tools. MANAGEMENT TOOLS FOR OAS4.0: ENTERPRISE MANAGER 2.0 Many Oracle customers leverage Enterprise Manager (EM) to provide management for servers, and clients, across the enterprise. For several reasons, it is doing so by moving toward a three tier 1 There are other components in the suite. The list here covers only the main components. For details please see the datasheets for these offerings. 2

4 architecture. The middle tier is the management server itself with which the system administrator, through Java based thin clients, communicates to perform management and administrative activities. The management server in turn communicates with the managed targets via agents. The first reason for embracing this new model is that it is becoming quite common that the entities to be managed, potentially numbering in the tens of thousands, are widely distributed. The multi-tier approach, leveraging the infrastructure provided by OAS, allows Enterprise Manager to achieve the required scalability and implement an inherently distributed solution while removing complexity from client machines. Furthermore, Enterprise Manager wanted to provide extensibility so that products from third party vendors, as well as other Oracle products, could build application specific management tools that plug into Enterprise Manager and leverage the management framework and services it provides. This led the Enterprise Manager development team to adopt a java component-based development model and a CORBA based communication infrastructure to enable communication between different components. Rather than building the infrastructure from the ground up, they chose to deploy EM s management server on top of OAS 4.0. The component model paradigm is enabling the Enterprise Manager team to design and develop complicated software solutions in a short amount of time. Moreover, the application thus developed automatically gains from the scalability and reliability features of the OAS platform. ORACLE APPLICATIONS ON OAS4.0: ORACLE APPLICATIONS (R10.7 & R11.0 NCA ) For the 10.7 NCA release, the Oracle Applications developers had two goals: Lower cost of ownership through browser-based deployment Increase end user access via deployment over wide area networks 3

5 To achieve the first objective, Oracle Applications decided to embrace thin-client environments which required moving the complexity from the countless client machines back to the more manageable middle tier. Shifting from the two-tier paradigm to the three-tier paradigm would have been unimaginably difficult if Oracle Applications had not been built using Oracle s own development tools. This quantum leap by Oracle Applications was made possible simply by extending the toolset to allow an existing application the choice of two or three-tier deployment. Oracle Developer introduced the Forms cartridge that runs on OAS and executes the Forms logic. This way Oracle Applications customers do not have to worry about ongoing maintenance on any client machines. The Forms cartridge relies on the cartridge architecture of OAS 4.0 to provide deployment via a distributed site ensuring seamless scalability. With this approach only a few machines on the middle tier have to be managed. Here too, the failure recovery and management features of OAS are leveraged to provide value to higher level applications. Furthermore OAS s remote management console makes managing the mid-tier platform even easier and less costly. To further increase accessibility and enable more distributed deployments over low-cost wide area networks, Oracle Applications also provided HTML-based access to back-end applications as part of self-service applications. These use a combination of PL/SQL cartridges and Java web cartridges. PL/SQL cartridge makes it exceedingly easy to web-enable existing logic in the database thus improving customers time-to-market. Using this cartridge, Oracle Applications was able to come up with a number of modules (e.g. Web Customers, Web Suppliers etc.) in a very short amount of time. A new capability appearing in the upcoming R11 release of Oracle Applications, Oracle is adding two new modules based on the OAS Java cartridge to enable a self-service web requisition and procurement system. This will link procurement and requisition processes and provide end-users the ability to order products from a pre-approved list of vendors through a web interface. The system will let the vendors maintain product descriptions on their own web site and let these third party web sites cooperatively participate in the requisition and procurement processes of their customer s organization. As a self-service application, the number of users could easily be of the order of tens of thousands. 4

6 The system is going to be implemented in the form of several Java cartridges. The system achieves overall scalability for two reasons - taking the application intensive workload out of the database and also scaling through the multithreaded and distributed architecture of OAS itself. This system is an excellent example of how the OAS componentbased development model can be leveraged to develop and deploy scaleable applications. ORACLE PRODUCT SUMMARY FOR OAS 4.0 The following table illustrates a complete list of Oracle products that use OAS 4.0. Product Oracle Applications Oracle Developer Tool and Server Oracle Designer Tool JDeveloper Tool Product Description Back-office applications for the enterprise 4GL development tool and deployment cartridge Modeling tool, repository, and both 3GL and 4GL code generation tool Java development tool Value-add to customer using OAS Thin-client, wide area network (WAN) deployment & self service apps Develop once, deploy thick client/server or thin-client applications Design and generate front-office web applications Single IDE for client, middle & data tier development Release (shipping or expected to ship in next 6 months) R11.0, R11.5 Key OAS Features Used Configuration, loadbalancing, failover & management capabilities. Applications utilize a mix of C, PL/SQL and Java cartridges V6.0 Runs as a cartridge. Configuration, loadbalancing, failover & management capabilities. 2.x, 6.0 Java & PL/SQL cartridge generation 1.0, 1.1, 2.0 Wizards for developing JWeb, JCORBA, and EJB cartridges. Includes utilities for generating Java wrappers to existing PL/SQL procedures. Enterprise Manager UI Kit Enterprise Manager (Base Platform) Consistent UI for managing EM, Oracle8 and OAS System management product for the enterprise Ease of use, re-use of existing DBA skillsets for OAS DBA & system admins can now manage distributed DBMS and OAS instances from a single browser EM2.0, OAS4 EM Java UI Tool Kit 2.0 EM uses OAS core ORB server to run in distributed mode and provide browser access. 5

7 Enterprise Manager (Agents), OAS (MIB-Agent) Internet Commerce Server Oracle Payment Server Management of OAS and applications deployed on it through EM Electronic Commerce on the Internet Facilitate business to business commerce Integrated management for middle-tier components Thin client access and platform for running the business logic Thin client access and platform for running the business logic Data Mart Suite Data warehousing Web access to analysis tools Express OLAP OLAP Web access to server analysis plus distributed platform for running Express Discoverer Oracle Video Server Tool for data analysis For storing and playing multimedia data and capturing end-user interactions, hooks into service provider s billing systems agents Thin client access to analysis plus distributed platform for running engine Set top box access for video download and HTTP backchannel. Distributed platfrom for running engine and application hosting. Integration platform for complete services around video delivery Monitoring and management of applications deployed on OAS & OAS itself 1.0, 1.1 Java & PL/SQLcartridges, Session management, scalability and manageability. 1.0, 1.1 Java cartridge, session management scalability and manageability. 1.x, 2.0 PL/SQLCartridges. 6.3 Thin client access, C++ cartridge, IIOP for communication, load balancing. 3.1.x Thin client access, C- Web cartridge, CORBA technology, scalability and manageability 3.x Web access, ORB for communication. Scalability and manageability. CONCLUSION The examples above make it clear that OAS 4.0 is backed by a comprehensive offering from Oracle. Apart from this impressive line up of OAS-enabled products, Oracle s customers can expect to obtain the same support and consulting services that has made Oracle a successful partner with every major enterprise. Moreover customers get proven and end-to-end solutions. Since Oracle s product stack is built on open standards, these solutions can interoperate with customers existing systems and avoid single vendor lock-in. Moreover as the above product integration examples show, OAS provides rich mechanisms for deploying enterprise applications. Customers can choose to fully embrace the component based route for their applications; as Enterprise Manager has done. Alternatively, customers can gradually move their applications to the multi-tier model by first enabling thin clients; as Oracle Applications is doing. In either case, OAS 4.0 offers the least cost path to web and component-based applications, improving time-to-market and gaining competitive advantage. 6

8 Many vendors can claim Application Server product offerings, but no vendor other than Oracle, can claim such a commitment to the platform. Customers evaluating mid-tier decisions have a wide and confusing choice of products and vendors to choose from. In choosing Oracle s Application Server, customers can be confident that the platform they choose is a strategic one to the vendor, as well as to the customers themselves. Oracle Application Server 4.0 The Intertegration Platform for Oracle Products and the Internet August 1998 Copyright Oracle Corporation 1998 All Rights Reserved Printed in the U.S.A. This document is provided for informational purposes only and the information herein is subject to change without notice. Please report any errors herein to Oracle Corporation. Oracle Corporation does not provide any warranties covering and specifically disclaims any liability in connection with this document. Oracle is a registered trademark, Enabling the Information Age, and Oracle8 are trademarks of Oracle Corporation. All other company and product names mentioned are used for identification purposes onlyandmaybetrademarksoftheirrespectiveowners. Oracle Corporation World Headquarters 500 Oracle Parkway Redwood Shores, CA U.S.A. Worldwide Inquiries: Fax Copyright Oracle Corporation 1998 All Rights Reserved 7

Oracle Application Development Framework Overview

Oracle Application Development Framework Overview An Oracle White Paper June 2011 Oracle Application Development Framework Overview Introduction... 1 Oracle ADF Making Java EE Development Simpler... 2 THE ORACLE ADF ARCHITECTURE... 3 The Business Services

More information

Oracle Applications Release 10.7 NCA Network Performance for the Enterprise. An Oracle White Paper January 1998

Oracle Applications Release 10.7 NCA Network Performance for the Enterprise. An Oracle White Paper January 1998 Oracle Applications Release 10.7 NCA Network Performance for the Enterprise An Oracle White Paper January 1998 INTRODUCTION Oracle has quickly integrated web technologies into business applications, becoming

More information

INFORMATION CONNECTED

INFORMATION CONNECTED INFORMATION CONNECTED Cover Your Lending and Leasing Business from All Angles Oracle FLEXCUBE Lending and Leasing Define. Comply. Collect. Adapt. A Comprehensive Solution for All Your Lending Needs The

More information

An Oracle White Paper May 2011. Oracle Tuxedo: An Enterprise Platform for Dynamic Languages

An Oracle White Paper May 2011. Oracle Tuxedo: An Enterprise Platform for Dynamic Languages An Oracle White Paper May 2011 Oracle Tuxedo: An Enterprise Platform for Dynamic Languages Introduction Dynamic languages, also sometimes known as scripting languages, have been in existence for a long

More information

Ensuring Web Service Quality for Service-Oriented Architectures. An Oracle White Paper June 2008

Ensuring Web Service Quality for Service-Oriented Architectures. An Oracle White Paper June 2008 Ensuring Web Service Quality for Service-Oriented Architectures An Oracle White Paper June 2008 Ensuring Web Service Quality for Service-Oriented Architectures WEB SERVICES OFFER NEW OPPORTUNITIES AND

More information

Oracle Identity Management Concepts and Architecture. An Oracle White Paper December 2003

Oracle Identity Management Concepts and Architecture. An Oracle White Paper December 2003 Oracle Identity Management Concepts and Architecture An Oracle White Paper December 2003 Oracle Identity Management Concepts and Architecture Introduction... 3 Identity management... 3 What is Identity

More information

Using Oracle9i SCM for Software Configuration Management. An Oracle Technical White Paper July 2002

Using Oracle9i SCM for Software Configuration Management. An Oracle Technical White Paper July 2002 Using Oracle9i SCM for Software Configuration Management An Oracle Technical White Paper July 2002 INTRODUCTION As organizations strive to build larger, more complex, fully integrated software applications

More information

Oracle Forms and SOA: Software development approach for advanced flexibility An Oracle Forms Community White Paper

Oracle Forms and SOA: Software development approach for advanced flexibility An Oracle Forms Community White Paper Oracle Forms and SOA: Software development approach for advanced flexibility An Oracle Forms Community White Paper Malcolm Smith Atos Origin April 2008 Oracle Forms and SOA: Software development approach

More information

What Is the Java TM 2 Platform, Enterprise Edition?

What Is the Java TM 2 Platform, Enterprise Edition? Page 1 de 9 What Is the Java TM 2 Platform, Enterprise Edition? This document provides an introduction to the features and benefits of the Java 2 platform, Enterprise Edition. Overview Enterprises today

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

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

An Oracle White Paper June 2009. Integration Technologies for Primavera Solutions

An Oracle White Paper June 2009. Integration Technologies for Primavera Solutions An Oracle White Paper June 2009 Integration Technologies for Primavera Solutions Introduction... 1 The Integration Challenge... 2 Integration Methods for Primavera Solutions... 2 Integration Application

More information

An Oracle White Paper May 2011. Distributed Development Using Oracle Secure Global Desktop

An Oracle White Paper May 2011. Distributed Development Using Oracle Secure Global Desktop An Oracle White Paper May 2011 Distributed Development Using Oracle Secure Global Desktop Introduction One of the biggest challenges software development organizations face today is how to provide software

More information

Oracle Net Services for Oracle10g. An Oracle White Paper May 2005

Oracle Net Services for Oracle10g. An Oracle White Paper May 2005 Oracle Net Services for Oracle10g An Oracle White Paper May 2005 Oracle Net Services INTRODUCTION Oracle Database 10g is the first database designed for enterprise grid computing, the most flexible and

More information

Oracle Enterprise Single Sign-on Technical Guide An Oracle White Paper June 2009

Oracle Enterprise Single Sign-on Technical Guide An Oracle White Paper June 2009 Oracle Enterprise Single Sign-on Technical Guide An Oracle White Paper June 2009 EXECUTIVE OVERVIEW Enterprises these days generally have Microsoft Windows desktop users accessing diverse enterprise applications

More information

Oracle9i Application Server: Options for Running Active Server Pages. An Oracle White Paper July 2001

Oracle9i Application Server: Options for Running Active Server Pages. An Oracle White Paper July 2001 Oracle9i Application Server: Options for Running Active Server Pages An Oracle White Paper July 2001 Oracle9i Application Server: Options for Running Active Server Pages PROBLEM SUMMARY...3 INTRODUCTION...3

More information

An Oracle White Paper July 2011. Oracle Desktop Virtualization Simplified Client Access for Oracle Applications

An Oracle White Paper July 2011. Oracle Desktop Virtualization Simplified Client Access for Oracle Applications An Oracle White Paper July 2011 Oracle Desktop Virtualization Simplified Client Access for Oracle Applications Overview Oracle has the world s most comprehensive portfolio of industry-specific applications

More information

NetBeans IDE Field Guide

NetBeans IDE Field Guide NetBeans IDE Field Guide Copyright 2005 Sun Microsystems, Inc. All rights reserved. Table of Contents Introduction to J2EE Development in NetBeans IDE...1 Configuring the IDE for J2EE Development...2 Getting

More information

Enabling the Information Age

Enabling the Information Age Enabling the Information Age Web Application Server 4.0 Agenda Architecture Overview Features 2 1 (OAS) 4.0 Strategy Provide High Enterprise Quality of Service Scalable: Multithreaded, Distributed Server

More information

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010 Oracle Identity Analytics Architecture An Oracle White Paper July 2010 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

Oracle Data Integrator and Oracle Warehouse Builder Statement of Direction

Oracle Data Integrator and Oracle Warehouse Builder Statement of Direction First Published January 2010 Updated October 2013 Oracle Data Integrator and Oracle Warehouse Builder Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary

More information

An Oracle White Paper June 2013. Oracle Linux Management with Oracle Enterprise Manager 12c

An Oracle White Paper June 2013. Oracle Linux Management with Oracle Enterprise Manager 12c An Oracle White Paper June 2013 Oracle Linux Management with Oracle Enterprise Manager 12c Introduction... 1 Oracle Enterprise Manager 12c Overview... 3 Managing Oracle Linux with Oracle Enterprise Manager

More information

Migrating from Unix to Oracle on Linux. Sponsored by Red Hat. An Oracle and Red Hat White Paper September 2003

Migrating from Unix to Oracle on Linux. Sponsored by Red Hat. An Oracle and Red Hat White Paper September 2003 Migrating from Unix to Oracle on Linux Sponsored by Red Hat An Oracle and Red Hat White Paper September 2003 Migrating from Unix to Oracle on Linux Executive Overview... 3 Unbreakable Linux and Low-Cost

More information

An Oracle White Paper May 2012. Oracle Database Cloud Service

An Oracle White Paper May 2012. Oracle Database Cloud Service An Oracle White Paper May 2012 Oracle Database Cloud Service Executive Overview The Oracle Database Cloud Service provides a unique combination of the simplicity and ease of use promised by Cloud computing

More information

ADF Mobile Overview and Frequently Asked Questions

ADF Mobile Overview and Frequently Asked Questions ADF Mobile Overview and Frequently Asked Questions Oracle ADF Mobile Overview Oracle ADF Mobile is a Java and HTML5-based mobile application development framework that enables developers to build and extend

More information

The Case for a Stand-alone Rating Engine for Insurance. An Oracle Brief April 2009

The Case for a Stand-alone Rating Engine for Insurance. An Oracle Brief April 2009 The Case for a Stand-alone Rating Engine for Insurance An Oracle Brief April 2009 The Case for a Stand-alone Rating Engine for Insurance Stand-alone rating engines provide the opportunity to modernize

More information

zen Platform technical white paper

zen Platform technical white paper zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant

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

Enabling Technologies for Web-Based Legacy System Integration

Enabling Technologies for Web-Based Legacy System Integration Enabling Technologies for Web-Based Legacy System Integration Ying Zou Kostas Kontogiannis University of Waterloo Dept. of Electrical & Computer Engineering Waterloo, ON, N2L 3G1 Canada Abstract With the

More information

Oracle Service Cloud and Oracle WebRTC Session Controller ORACLE WHITE PAPER FEBRUARY 2015

Oracle Service Cloud and Oracle WebRTC Session Controller ORACLE WHITE PAPER FEBRUARY 2015 Oracle Service Cloud and Oracle WebRTC Session Controller ORACLE WHITE PAPER FEBRUARY 2015 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Highmark Unifies Identity Data With Oracle Virtual Directory. An Oracle White Paper January 2009

Highmark Unifies Identity Data With Oracle Virtual Directory. An Oracle White Paper January 2009 Highmark Unifies Identity Data With Oracle Virtual Directory An Oracle White Paper January 2009 Highmark Unifies Identity Data With Oracle Virtual Directory Executive Summary... 3 The Challenge: A Single

More information

Oracle Identity Management: Integration with Windows. An Oracle White Paper December. 2004

Oracle Identity Management: Integration with Windows. An Oracle White Paper December. 2004 Oracle Identity Management: Integration with Windows An Oracle White Paper December. 2004 Oracle Identity Management: Integration with Windows Introduction... 3 Goals for Windows Integration... 4 Directory

More information

Architectural Overview

Architectural Overview Architectural Overview Version 7 Part Number 817-2167-10 March 2003 A Sun ONE Application Server 7 deployment consists of a number of application server instances, an administrative server and, optionally,

More information

Understanding Application Servers

Understanding Application Servers Understanding Application Servers Author: Ajay Srivastava & Anant Bhargava TCS, Jan 03 Background Application servers, whatever their function, occupies a large chunk of computing territory between database

More information

Extend your business reach

Extend your business reach Extend your business reach With the world s fastest, smartest business application platform. Make your business applications available anytime, anywhere. The Power of Choice unipaas business benefits Eliminates

More information

Avaya Aura Orchestration Designer

Avaya Aura Orchestration Designer Avaya Aura Orchestration Designer Avaya Aura Orchestration Designer is a unified service creation environment for faster, lower cost design and deployment of voice and multimedia applications and agent

More information

Instituto Politécnico Nacional Escuela Superior de Cómputo. THEMATIC UNIT: I Introduction to Web Applications

Instituto Politécnico Nacional Escuela Superior de Cómputo. THEMATIC UNIT: I Introduction to Web Applications Instituto Politécnico Nacional Escuela Superior de Cómputo THEMATIC UNIT: I Introduction to Web Applications M. en C. asuncionez@gmail.com Introduction to Web Applications UNIT OF COMPETENCE The student

More information

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper October 2010

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper October 2010 Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide An Oracle White Paper October 2010 Disclaimer The following is intended to outline our general product direction.

More information

Configuring Oracle SDN Virtual Network Services on Netra Modular System ORACLE WHITE PAPER SEPTEMBER 2015

Configuring Oracle SDN Virtual Network Services on Netra Modular System ORACLE WHITE PAPER SEPTEMBER 2015 Configuring Oracle SDN Virtual Network Services on Netra Modular System ORACLE WHITE PAPER SEPTEMBER 2015 Introduction 1 Netra Modular System 2 Oracle SDN Virtual Network Services 3 Configuration Details

More information

VMware Hybrid Cloud. Accelerate Your Time to Value

VMware Hybrid Cloud. Accelerate Your Time to Value VMware Hybrid Cloud Accelerate Your Time to Value Fulfilling the Promise of Hybrid Cloud Computing Through 2020, the most common use of cloud services will be a hybrid model combining on-premises and external

More information

An Overview of Oracle Forms Server Architecture. An Oracle Technical White Paper April 2000

An Overview of Oracle Forms Server Architecture. An Oracle Technical White Paper April 2000 An Oracle Technical White Paper INTRODUCTION This paper is designed to provide you with an overview of some of the key points of the Oracle Forms Server architecture and the processes involved when forms

More information

ORACLE MOBILE SUITE. Complete Mobile Development Solution. Cross Device Solution. Shared Services Infrastructure for Mobility

ORACLE MOBILE SUITE. Complete Mobile Development Solution. Cross Device Solution. Shared Services Infrastructure for Mobility ORACLE MOBILE SUITE COMPLETE MOBILE DEVELOPMENT AND DEPLOYMENT PLATFORM KEY FEATURES Productivity boosting mobile development framework Cross device/os deployment Lightweight and robust enterprise service

More information

Oracle Database Backup Service. Secure Backup in the Oracle Cloud

Oracle Database Backup Service. Secure Backup in the Oracle Cloud Oracle Database Backup Service Secure Backup in the Oracle Cloud Today s organizations are increasingly adopting cloud-based IT solutions and migrating on-premises workloads to public clouds. The motivation

More information

An Oracle White Paper September 2012. Oracle Database and the Oracle Database Cloud

An Oracle White Paper September 2012. Oracle Database and the Oracle Database Cloud An Oracle White Paper September 2012 Oracle Database and the Oracle Database Cloud 1 Table of Contents Overview... 3 Cloud taxonomy... 4 The Cloud stack... 4 Differences between Cloud computing categories...

More information

Client/server is a network architecture that divides functions into client and server

Client/server is a network architecture that divides functions into client and server Page 1 A. Title Client/Server Technology B. Introduction Client/server is a network architecture that divides functions into client and server subsystems, with standard communication methods to facilitate

More information

An Oracle White Paper March 2012. Managing Metadata with Oracle Data Integrator

An Oracle White Paper March 2012. Managing Metadata with Oracle Data Integrator An Oracle White Paper March 2012 Managing Metadata with Oracle Data Integrator Introduction Metadata information that describes data is the foundation of all information management initiatives aimed at

More information

An Oracle White Paper August 2010. Higher Security, Greater Access with Oracle Desktop Virtualization

An Oracle White Paper August 2010. Higher Security, Greater Access with Oracle Desktop Virtualization An Oracle White Paper August 2010 Higher Security, Greater Access with Oracle Desktop Virtualization Introduction... 1 Desktop Infrastructure Challenges... 2 Oracle s Desktop Virtualization Solutions Beyond

More information

i-flow Architecture White Paper

i-flow Architecture White Paper i-flow Architecture White Paper FUJITSU SOFTWARE CORPORATION 3055 Orchard Drive, San Jose CA 95134 Telephone: 888-248-9273 Facsimile: 408-456-7821 Web site: http://www.i-flow.com E-mail: info@i-flow.com

More information

The Benefits of a Unified Enterprise Content Management Platform

The Benefits of a Unified Enterprise Content Management Platform An Oracle White Paper July 2011 The Benefits of a Unified Enterprise Content Management Platform Executive Overview Documents, emails, spreadsheets and presentations are created faster than we can count

More information

2012 LABVANTAGE Solutions, Inc. All Rights Reserved.

2012 LABVANTAGE Solutions, Inc. All Rights Reserved. LABVANTAGE Architecture 2012 LABVANTAGE Solutions, Inc. All Rights Reserved. DOCUMENT PURPOSE AND SCOPE This document provides an overview of the LABVANTAGE hardware and software architecture. It is written

More information

IBM Systems Director Navigator for i5/os New Web console for i5, Fast, Easy, Ready

IBM Systems Director Navigator for i5/os New Web console for i5, Fast, Easy, Ready Agenda Key: Session Number: 35CA 540195 IBM Systems Director Navigator for i5/os New Web console for i5, Fast, Easy, Ready 8 Copyright IBM Corporation, 2008. All Rights Reserved. This publication may refer

More information

Cronacle. Introduction

Cronacle. Introduction Cronacle An event-driven job scheduling solution, enabling systems administrators and operators to easily manage distributed and heterogeneous business systems. Cronacle Making complex processes easy to

More information

IBM PureApplication System for IBM WebSphere Application Server workloads

IBM PureApplication System for IBM WebSphere Application Server workloads IBM PureApplication System for IBM WebSphere Application Server workloads Use IBM PureApplication System with its built-in IBM WebSphere Application Server to optimally deploy and run critical applications

More information

Oracle BI Publisher Enterprise Cluster Deployment. An Oracle White Paper August 2007

Oracle BI Publisher Enterprise Cluster Deployment. An Oracle White Paper August 2007 Oracle BI Publisher Enterprise Cluster Deployment An Oracle White Paper August 2007 Oracle BI Publisher Enterprise INTRODUCTION This paper covers Oracle BI Publisher cluster and high availability deployment.

More information

1 What Are Web Services?

1 What Are Web Services? Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1) E14294-04 January 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include: What

More information

March 2014. Oracle Business Intelligence Discoverer Statement of Direction

March 2014. Oracle Business Intelligence Discoverer Statement of Direction March 2014 Oracle Business Intelligence Discoverer Statement of Direction Oracle Statement of Direction Oracle Business Intelligence Discoverer Disclaimer This document in any form, software or printed

More information

Distributed Systems Architectures

Distributed Systems Architectures Software Engineering Distributed Systems Architectures Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To explain the advantages and disadvantages of different distributed systems

More information

IAF Business Intelligence Solutions Make the Most of Your Business Intelligence. White Paper November 2002

IAF Business Intelligence Solutions Make the Most of Your Business Intelligence. White Paper November 2002 IAF Business Intelligence Solutions Make the Most of Your Business Intelligence White Paper INTRODUCTION In recent years, the amount of data in companies has increased dramatically as enterprise resource

More information

E-Commerce Supply Chain Management Domain Research and Standard Architectures Kunal Chopra, Jeff Elrod, Bill Glenn, Barry Jones.

E-Commerce Supply Chain Management Domain Research and Standard Architectures Kunal Chopra, Jeff Elrod, Bill Glenn, Barry Jones. E-Commerce Supply Chain Management Domain Research and Standard Architectures Kunal Chopra, Jeff Elrod, Bill Glenn, Barry Jones Introduction E-Commerce Supply Chain Management involves the co-ordination

More information

Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization

Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization Guide to Database as a Service (DBaaS) Part 2 Delivering Database as a Service to Your Organization Introduction There are often situations in which you need to spin up a new database. But in a traditional

More information

Oracle Access Manager. An Oracle White Paper

Oracle Access Manager. An Oracle White Paper Oracle Access Manager An Oracle White Paper NOTE: 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

Making the Most of Your Enterprise Reporting Investment 10 Tips to Avoid Costly Mistakes

Making the Most of Your Enterprise Reporting Investment 10 Tips to Avoid Costly Mistakes Making the Most of Your Enterprise Reporting Investment 10 Tips to Avoid Costly Mistakes Making the Most of Your Enterprise Reporting Investment 10 Tips to Avoid Costly Mistakes Charts, graphs, tables,

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Active Directory Release 12.1.0.1.0 E28548-04 February 2014 Microsoft Active Directory, which is included with Microsoft

More information

An Oracle White Paper September 2013. Oracle WebLogic Server 12c on Microsoft Windows Azure

An Oracle White Paper September 2013. Oracle WebLogic Server 12c on Microsoft Windows Azure An Oracle White Paper September 2013 Oracle WebLogic Server 12c on Microsoft Windows Azure Table of Contents Introduction... 1 Getting Started: Creating a Single Virtual Machine... 2 Before You Begin...

More information

ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK

ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK KEY FEATURES LIFECYCLE MANAGEMENT OF VIRTUALIZATION TECHNOLOGIES MADE SIMPLE Automation of lifecycle management reduces costs and errors while improving

More information

Introducing. Markus Erlacher Technical Solution Professional Microsoft Switzerland

Introducing. Markus Erlacher Technical Solution Professional Microsoft Switzerland Introducing Markus Erlacher Technical Solution Professional Microsoft Switzerland Overarching Release Principles Strong emphasis on hardware, driver and application compatibility Goal to support Windows

More information

JReport Server Deployment Scenarios

JReport Server Deployment Scenarios JReport Server Deployment Scenarios Contents Introduction... 3 JReport Architecture... 4 JReport Server Integrated with a Web Application... 5 Scenario 1: Single Java EE Server with a Single Instance of

More information

ORACLE FORMS APPLICATIONS?

ORACLE FORMS APPLICATIONS? WHY UPGRADE/MIGRATE ORACLE FORMS APPLICATIONS? A WHITEPAPER The information provided in this white paper is for general information only. It is not a specific guide to any particular upgrade/migration.

More information

Digital Asset Management. An Oracle White Paper Updated April 2007

Digital Asset Management. An Oracle White Paper Updated April 2007 Digital Asset Management An Oracle White Paper Updated April 2007 Digital Asset Management Oracle s digital asset management solution allows organizations to quickly and easily access, manage, share, optimize,

More information

Oracle FLEXCUBE Direct Banking Android Tab Client Installation Guide Release 12.0.3.0.0

Oracle FLEXCUBE Direct Banking Android Tab Client Installation Guide Release 12.0.3.0.0 Oracle FLEXCUBE Direct Banking Android Tab Client Installation Guide Release 12.0.3.0.0 Part No. E52543-01 April 2014 Oracle Financial Services Software Limited Oracle Park Off Western Express Highway

More information

Evolution from the Traditional Data Center to Exalogic: An Operational Perspective

Evolution from the Traditional Data Center to Exalogic: An Operational Perspective An Oracle White Paper July, 2012 Evolution from the Traditional Data Center to Exalogic: 1 Disclaimer The following is intended to outline our general product capabilities. It is intended for information

More information

Technical Upgrade Considerations for JD Edwards World Customers. An Oracle White Paper February 2013

Technical Upgrade Considerations for JD Edwards World Customers. An Oracle White Paper February 2013 Technical Upgrade Considerations for JD Edwards World Customers An Oracle White Paper February 2013 PURPOSE STATEMENT THIS DOCUMENT PROVIDES AN OVERVIEW OF CUSTOMER OPTIONS FOR GETTING TO THE MOST CURRENT

More information

1 What Are Web Services?

1 What Are Web Services? Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1.6) E14294-06 November 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include:

More information

Oracle Data Integrator 12c (ODI12c) - Powering Big Data and Real-Time Business Analytics. An Oracle White Paper October 2013

Oracle Data Integrator 12c (ODI12c) - Powering Big Data and Real-Time Business Analytics. An Oracle White Paper October 2013 An Oracle White Paper October 2013 Oracle Data Integrator 12c (ODI12c) - Powering Big Data and Real-Time Business Analytics Introduction: The value of analytics is so widely recognized today that all mid

More information

Run your own Oracle Database Benchmarks with Hammerora

Run your own Oracle Database Benchmarks with Hammerora Run your own Oracle Database Benchmarks with Hammerora Steve Shaw Intel Corporation UK Keywords: Database, Benchmark Performance, TPC-C, TPC-H, Hammerora Introduction The pace of change in database infrastructure

More information

Five Things to Consider in an Enterprise CRM Evaluation. An Oracle White Paper July 2010

Five Things to Consider in an Enterprise CRM Evaluation. An Oracle White Paper July 2010 Five Things to Consider in an Enterprise CRM Evaluation An Oracle White Paper July 2010 Five Things to Consider in an Enterprise CRM Evaluation EXECUTIVE OVERVIEW When it comes to Customer Relationship

More information

A Comprehensive Solution for API Management

A Comprehensive Solution for API Management An Oracle White Paper March 2015 A Comprehensive Solution for API Management Executive Summary... 3 What is API Management?... 4 Defining an API Management Strategy... 5 API Management Solutions from Oracle...

More information

Information Technology Policy

Information Technology Policy Information Technology Policy Web Server/Application Server Standards ITP Number ITP-APP002 Category Recommended Policy Contact RA-itcentral@pa.gov Effective Date October 26, 2005 Supersedes Scheduled

More information

How To Develop A Mobile Application On An Android Device

How To Develop A Mobile Application On An Android Device Disclaimer: 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

More information

ORACLE APPLICATION EXPRESS 5.0

ORACLE APPLICATION EXPRESS 5.0 ORACLE APPLICATION EXPRESS 5.0 Key Features Fully supported nocost feature of the Oracle Database Simple 2-Tier Architecture Develop desktop and mobile applications 100% Browserbased Development and Runtime

More information

ORACLE FINANCIAL SERVICES ANALYTICAL APPLICATIONS INFRASTRUCTURE

ORACLE FINANCIAL SERVICES ANALYTICAL APPLICATIONS INFRASTRUCTURE ORACLE FINANCIAL SERVICES ANALYTICAL APPLICATIONS INFRASTRUCTURE KEY FEATURES Rich and comprehensive business metadata allows business users to interact with financial services data model to configure

More information

An Oracle White Paper October 2010. Siebel Financial Services Customer Relationship Management for Banking

An Oracle White Paper October 2010. Siebel Financial Services Customer Relationship Management for Banking An Oracle White Paper October 2010 Siebel Financial Services Customer Relationship Management for Banking Executive Overview Banks are in constant interaction with customers. A winning and proven strategy

More information

Realize the Full Potential of Virtualized Java Applications

Realize the Full Potential of Virtualized Java Applications An Oracle White Paper April, 2010 Realize the Full Potential of Virtualized Java Applications Oracle WebLogic Server on Oracle JRockit Virtual Edition Oracle Virtual Assembly Builder The performance of

More information

Oracle Provides Cost Effective Oracle8 Scalable Technology on Microsoft* Windows NT* for Small and Medium-sized Businesses

Oracle Provides Cost Effective Oracle8 Scalable Technology on Microsoft* Windows NT* for Small and Medium-sized Businesses Oracle Provides Cost Effective Oracle8 Scalable Technology on Microsoft* Windows NT* for Small and Medium-sized Businesses This document describes the procedure for installing the Oracle8 databases onto

More information

Oracle Sales and Marketing

Oracle Sales and Marketing Oracle Sales and Marketing Oracle Sales and Marketing (OSM) brings the Information Age to field sales and internal marketing organizations. OSM is a fully integrated, scaleable solution for companies looking

More information

How To Manage An Orgs Server 10G (Operating System)

How To Manage An Orgs Server 10G (Operating System) Oracle University Contact Us: 1.800.529.0165 Oracle Application Server 10g R2: Administration II Duration: 5 Days What you will learn The focus of this class is to introduce how to distribute Oracle Application

More information

WebSphere Application Server - Introduction, Monitoring Tools, & Administration

WebSphere Application Server - Introduction, Monitoring Tools, & Administration WebSphere Application Server - Introduction, Monitoring Tools, & Administration presented by: Michael S. Pallos, MBA Senior Solution Architect IBM Certified Systems Expert: WebSphere MQ 5.2 e-business

More information

CA XOsoft Content Distribution v4

CA XOsoft Content Distribution v4 PRODUCT BRIEF: CA XOSOFT CONTENT DISTRIBUTION CA XOsoft Content Distribution v4 CA XOSOFT CONTENT DISTRIBUTION (FORMERLY CA XOSOFT WANSYNC CD) IS A SIMPLE, HIGHLY FLEXIBLE AND COST-EFFECTIVE CONTENT DELIVERY,

More information

Enterprise Manager 10g Backup, Recovery and Disaster Recovery Considerations. An Oracle White Paper March 2004

Enterprise Manager 10g Backup, Recovery and Disaster Recovery Considerations. An Oracle White Paper March 2004 Enterprise Manager 10g Backup, Recovery and Disaster Recovery Considerations An Oracle White Paper March 2004 Enterprise Manager 10g Backup, Recovery and Disaster Recovery Considerations Introduction...

More information

Driving Down the High Cost of Storage. Pillar Axiom 600

Driving Down the High Cost of Storage. Pillar Axiom 600 Driving Down the High Cost of Storage Pillar Axiom 600 Accelerate Initial Time to Value, and Control Costs over the Long Term Make a storage investment that will pay off in rapid time to value and low

More information

Maximizing Profitability with Cloud Collaboration for your Business

Maximizing Profitability with Cloud Collaboration for your Business Maximizing Profitability with Cloud Collaboration for your Business Oracle Communications Unified Communications Suite O R A C L E W H I T E P A P E R J U L Y 2 0 1 5 Executive Overview The fabric of communications

More information

User-Centric Client Management with System Center 2012 Configuration Manager in Microsoft IT

User-Centric Client Management with System Center 2012 Configuration Manager in Microsoft IT Situation Microsoft IT needed to evolve their Configuration Manager 2007-based environment that used homegrown application distribution services to meet the self-service needs of Microsoft personnel. Solution

More information

Oracle Time and Labor

Oracle Time and Labor Oracle Time and Labor Oracle Time & Labor is an enterprise-wide time management application that efficiently automates time and attendance record keeping for an everchanging work force. Oracle Time & Labor

More information

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development A RapidValue Solutions Whitepaper Contents Executive Summary... 03 Oracle Mobile Application Framework (MAF): The Complete Development

More information

Running Oracle s PeopleSoft Human Capital Management on Oracle SuperCluster T5-8 O R A C L E W H I T E P A P E R L A S T U P D A T E D J U N E 2 0 15

Running Oracle s PeopleSoft Human Capital Management on Oracle SuperCluster T5-8 O R A C L E W H I T E P A P E R L A S T U P D A T E D J U N E 2 0 15 Running Oracle s PeopleSoft Human Capital Management on Oracle SuperCluster T5-8 O R A C L E W H I T E P A P E R L A S T U P D A T E D J U N E 2 0 15 Table of Contents Fully Integrated Hardware and Software

More information

Compiere Technical Architecture Modern, configurable, extendible

Compiere Technical Architecture Modern, configurable, extendible Compiere Technical Architecture Modern, configurable, extendible Problems with Traditional ERP Complex Bloated with features you ll never use Complicated and time consuming to implement Inflexible Force

More information

Reduce Trial Costs While Increasing Study Speed and Data Quality with Oracle Siebel CTMS Cloud Service

Reduce Trial Costs While Increasing Study Speed and Data Quality with Oracle Siebel CTMS Cloud Service Reduce Trial Costs While Increasing Study Speed and Data Quality with Oracle Siebel CTMS Cloud Service Comprehensive Enterprise Trial Management in the Cloud Oracle Siebel CTMS Cloud Service lets you effectively

More information

An Oracle White Paper September 2012. Integrated Technology Solutions: Driving the AEC Revolution

An Oracle White Paper September 2012. Integrated Technology Solutions: Driving the AEC Revolution An Oracle White Paper September 2012 Integrated Technology Solutions: Driving the AEC Revolution Introduction The Architecture, Engineering and Construction (AEC) industry remains fragmented prohibiting

More information

How To Manage Content Management With A Single System

How To Manage Content Management With A Single System The Benefits of a Unified Enterprise Content Management Platform An Oracle White Paper June 2010 The Benefits of a Unified Enterprise Content Management Platform A unified enterprise content management

More information

Oracle WebLogic Server 11g: Administration Essentials

Oracle WebLogic Server 11g: Administration Essentials Oracle University Contact Us: 1.800.529.0165 Oracle WebLogic Server 11g: Administration Essentials Duration: 5 Days What you will learn This Oracle WebLogic Server 11g: Administration Essentials training

More information