Oracle Business Intelligence ADF Custom Visualizations and Integration. An Oracle White Paper November 2012

Size: px
Start display at page:

Download "Oracle Business Intelligence ADF Custom Visualizations and Integration. An Oracle White Paper November 2012"

Transcription

1 Oracle Business Intelligence ADF Custom Visualizations and Integration An Oracle White Paper November 2012

2 Oracle Business Intelligence ADF Custom Visualizations and Integration OVERVIEW Business users often want to consume information in a unified environment that facilitates information sharing across boundaries. This unified environment could be a custom application, a portal or business intelligence dashboard. Several times, there is need for custom visualizations fulfilling a particular use-case for specialized data representation and discovery. Oracle Business Intelligence (Oracle BI) is the leading BI suite supporting open standards for information delivery and consumption. This document outlines several examples illustrating custom visualizations and integration with Oracle BI. Oracle BI offers multiple methods for custom visualizations and integration for meeting specific functional need. INTRODUCTION Oracle BI provides a range of techniques to integrate with external applications. URL-based approaches are the most direct and easy approaches to integrate Oracle BI EE into custom applications and portal. Other approaches including SOAP APIs, RSS and BI ADF (Application Data Framework) component can be leveraged as integration points with Oracle BI. This whitepaper is not intended to provide the detailed mechanics of each. Please refer to Oracle BI documentation 1 to know more about these approaches. This whitepaper illustrates various examples and use-cases for the integration leveraging above approaches. Oracle BI also supports embedding of external content and custom visualizations into Oracle BI dashboards. This can be done via URL, iframe or ADF integration. Some of these approaches are captured in this white paper as examples. ORACLE BI ADF CUSTOM VISUALIZATIONS AND INTEGRATION - EXAMPLES These examples are not the complete list of all possible integration with Oracle BI. These are some representative samples and are intended for guidance only. You may need to modify to fit your use-case and technology. Oracle BI along with custom ADF visualization in an ADF application Oracle BI supports native integration with Application Data Framework (ADF). This allows easy drag and drop of BI content into an ADF application in JDeveloper. The detail of this approach is documented here. This integration can Oracle BIEE - ADF Custom Visualizations and Integration Page 2

3 be used for consuming OBI content along with non-obi ADF based rich visualization in an ADF application. OBI raw data can also be fetched in ADF View Object by making direct connection to BI Server. See product documentation here for detail. This approach is useful for visualizing BI data in ADF visualizations or in-line with other data coming from various data-sources. This allows consumption of BI data in ADF view along with other data elements. ADF Application ADF Visualization (e.g. Treemap/Merimekko chart) Oracle BI Content Oracle BI Content Oracle BI Content Example: Markimekko chart along with BI content in an ADF application Architecture: Oracle BIEE - ADF Custom Visualizations and Integration Page 3

4 Step 1. Create BI SQL View Object (JDeveloper ) a. New > Applications >Fusion Web Application b. Right mouse click on Model c. Click on Business Intelligence, select View Object d. Click on + next to Connection to create a database connection Oracle BIEE - ADF Custom Visualizations and Integration Page 4

5 e. Enter a connection Name f. Choose Connection Type as Oracle(JDBC) g. Provide Host Name and SID h. Provide Username and Password i. Click on Test Connection to test the connection j. After successful database connection, Click OK in the dialog k. Click Next in the subsequent dialog Oracle BIEE - ADF Custom Visualizations and Integration Page 5

6 l. Click on + next to Connection to create a BI Server connection m. Enter a Connection Name n. Select BI (JDBC) as Connection Type o. Enter Host Name and Port for BI Server p. Click on Test Connection to test the connection q. After successful connection, click OK r. Click Next on subsequent dialog s. Enter logical SQL statement in the Logical SQL wizard e.g. SELECT "A - Sample Sales"."Products"."P4 Brand" Brand, "A - Sample Sales"."Products"."P1 Product" Product, "A - Sample Sales"."Base Facts"."1- Revenue" Revenue FROM "A - Sample Sales" Oracle BIEE - ADF Custom Visualizations and Integration Page 6

7 t. Keep clicking Next until Application Module wizard u. Check Application Module v. Click Next until finish w. Confirm that View Object is created under Data Controls > AppModuleDataControl Oracle BIEE - ADF Custom Visualizations and Integration Page 7

8 Step 2. Create Treemap using BI SQL View Object a. Under ViewController, right mouse click to bring up New menu b. Create a new JSF page c. Give a file name. Make sure to check the Create as XML Document (*.jspx) Oracle BIEE - ADF Custom Visualizations and Integration Page 8

9 d. Drag view object to the jspx page e. Pick Treemap from the pop-up menu f. Use Treemap dialog to configure the value, grouping and labels Step 3. Customize Treemap properties for Marimekko chart a. ADF Treemap can be customized to marimekko chart if the data contains layer or hierarchy. Hierarchy can be created using ADF ViewLink between BI Logical SQL View objects (e.g. Brand - >Product). b. Create two BI Logical SQL View objects (see step-1) : one for the parent and the other for the child in the hierarchy. Example: Parent Node SELECT "A - Sample Sales"."Products"."P4 Brand" Brand, "A - Sample Sales"."Base Facts"."1- Revenue" Revenue FROM "A - Sample Sales" Child Node SELECT "A - Sample Sales"."Products"."P4 Brand" Brand, "A - Sample Sales"."Products"."P1 Product" Product, "A - Sample Sales"."Base Facts"."1- Revenue" Revenue FROM "A - Sample Sales" Oracle BIEE - ADF Custom Visualizations and Integration Page 9

10 c. Right click on Model > New. d. Choose Business Tier > ADF Business Components > View Link e. Provide a name for the view link. Click Next Oracle BIEE - ADF Custom Visualizations and Integration Page 10

11 f. Select the source (parent node) and destination attribute (child node) for the hierarchy. g. Keep clicking Next until Application Module. Check Application Module. h. Click Finish. i. Use this View Link object for creating treemap (see step -2). Oracle BIEE - ADF Custom Visualizations and Integration Page 11

12 j. In treemap properties, check the parent and child node. Specify value, label and grouping rules for both nodes. k. Click OK Oracle BIEE - ADF Custom Visualizations and Integration Page 12

13 l. Go to Treemap Properties dialog. Change the Layout to SliceAndDice for marimekko chart Step 4. Embed Other BI Content in the jspx page a. Use Fusion BI View Component for embedding other BI Content (Analysis or Dashboard) in the same jspx page. ding_adf.htm#bgbgcfjg b. ADF contextual event can be used for wiring up ADF and BI Visualizations. Step 5. Deploy and Run the application a. Follow the fusion documentation for deployment oyment_topics.htm#adffd1806 Note: Extend BIVO domain extension with WLS b. Run the jspx page that contains marimekko chart Oracle BIEE - ADF Custom Visualizations and Integration Page 13

14 ADF visualization embedded in Oracle BI Dashboard Oracle BI dashboard consolidates BI analyses and reports and allows interaction for further exploration. An external content including ADF visualization can be embedded as an URL or within an iframe on a BI dashboard. This will also support SSO if it is enabled between Oracle BI and ADF application. BI Dashboard ADF Visualization (e.g. Treemap/Merimekko chart) Oracle BI Content Oracle BI Content Oracle BI Content Oracle BIEE - ADF Custom Visualizations and Integration Page 14

15 Example: Marimekko chart embedded in BI Dashboard Architecture: Note: This approach will not allow passing the context and filter to ADF visualization on the dashboard. Step 1. Create BI SQL View Object (JDeveloper ) Step 2. Create Treemap using BI SQL View Object Step 3. Customize Treemap properties for Marimekko chart Step 4. Deploy and Run the application Step 5. Embed the marimekko chart in BI Dashboard a. Add Embedded Content to the dashboard b. Provide the URL of the ADF application Oracle BIEE - ADF Custom Visualizations and Integration Page 15

16 Note: Configure SSO between OBI and ADF application to avoid login for ADF application in the BI dashboard. c. Save and run the dashboard. CONCLUSION Oracle BI offers multiple methods for integration and custom visualization to meet specific functional need. The approaches and examples mentioned above can be used for achieving use-cases which are not supported out of the box. REFERENCES 1. Oracle BI Enterprise Edition Documentation Oracle BI Enterprise Edition Integrator s Guide Oracle BI Enterprise Edition User s Guide - Oracle BIEE - ADF Custom Visualizations and Integration Page 16

17 Oracle Business Intelligence Enterprise Edition Custom Visualizations and Integration December 2012 Author: Rashmi Raj Oracle Corporation World Headquarters 500 Oracle Parkway Redwood Shores, CA U.S.A. Worldwide Inquiries: Phone: Fax: oracle.com Copyright 2012, Oracle and/or its affiliates. All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. We specifically disclaim any liability with respect to this document and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Business Intelligence Enterprise Edition Plus and Microsoft Office SharePoint Server. An Oracle White Paper October 2008

Oracle Business Intelligence Enterprise Edition Plus and Microsoft Office SharePoint Server. An Oracle White Paper October 2008 Oracle Business Intelligence Enterprise Edition Plus and Microsoft Office SharePoint Server An Oracle White Paper October 2008 Oracle Business Intelligence Enterprise Edition Plus and Microsoft Office

More information

An Oracle White Paper July 2013. Introducing the Oracle Home User in Oracle Database 12c for Microsoft Windows

An Oracle White Paper July 2013. Introducing the Oracle Home User in Oracle Database 12c for Microsoft Windows An Oracle White Paper July 2013 Introducing the Oracle Home User Introduction Starting with Oracle Database 12c Release 1 (12.1), Oracle Database on Microsoft Windows supports the use of an Oracle Home

More information

How To Customize An Org Bee 11G With A Custom Skin On A Windows 7.5 (Oracle) 11G (Orca) 11Ge (Orora) 11Gh (Orroboro) 11E (Ororro

How To Customize An Org Bee 11G With A Custom Skin On A Windows 7.5 (Oracle) 11G (Orca) 11Ge (Orora) 11Gh (Orroboro) 11E (Ororro Customizing Oracle Business Intelligence Enterprise Edition 11g An Oracle White Paper August, 2010 Customizing Oracle Business Intelligence Enterprise Edition 11g OVERVIEW In order to best deliver an intuitive

More information

Deliver Oracle BI Publisher documents to Microsoft Office SharePoint Server 2007. An Oracle White Paper July 2008

Deliver Oracle BI Publisher documents to Microsoft Office SharePoint Server 2007. An Oracle White Paper July 2008 Deliver Oracle BI Publisher documents to Microsoft Office SharePoint Server 2007 An Oracle White Paper July 2008 Deliver Oracle BI Publisher documents to Microsoft Office SharePoint Server 2007 To create

More information

An Oracle White Paper November 2010. Oracle Business Intelligence Standard Edition One 11g

An Oracle White Paper November 2010. Oracle Business Intelligence Standard Edition One 11g An Oracle White Paper November 2010 Oracle Business Intelligence Standard Edition One 11g Introduction Oracle Business Intelligence Standard Edition One is a complete, integrated BI system designed for

More information

How To Load Data Into An Org Database Cloud Service - Multitenant Edition

How To Load Data Into An Org Database Cloud Service - Multitenant Edition An Oracle White Paper June 2014 Data Movement and the Oracle Database Cloud Service Multitenant Edition 1 Table of Contents Introduction to data loading... 3 Data loading options... 4 Application Express...

More information

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

An Oracle White Paper September 2011. Oracle Team Productivity Center

An Oracle White Paper September 2011. Oracle Team Productivity Center Oracle Team Productivity Center Overview An Oracle White Paper September 2011 Oracle Team Productivity Center Overview Oracle Team Productivity Center Overview Introduction... 1 Installation... 2 Architecture...

More information

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider An Oracle White Paper October 2011 BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

An Oracle White Paper March 2009. Integrating Microsoft SharePoint Server With Oracle Virtual Directory

An Oracle White Paper March 2009. Integrating Microsoft SharePoint Server With Oracle Virtual Directory An Oracle White Paper March 2009 Integrating Microsoft SharePoint Server With Oracle Virtual Directory Oracle White Paper Integrating Microsoft SharePoint Server With Oracle Virtual Directory Disclaimer

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

New 11g Features in Oracle Developer Tools for Visual Studio. An Oracle White Paper January 2008

New 11g Features in Oracle Developer Tools for Visual Studio. An Oracle White Paper January 2008 New 11g Features in Oracle Developer Tools for Visual Studio An Oracle White Paper January 2008 New 11g Features in Oracle Developer Tools for Visual Studio Introduction... 3 Integration with Visual Studio

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

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

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

An Oracle White Paper February 2013. Integration with Oracle Fusion Financials Cloud Service

An Oracle White Paper February 2013. Integration with Oracle Fusion Financials Cloud Service An Oracle White Paper February 2013 Integration with Oracle Fusion Financials Cloud Service Executive Overview Cloud computing is a vision that is increasingly turning to reality for many companies. Enterprises,

More information

Oracle Web Service Manager 11g Field level Encryption (in SOA, WLS) March, 2012

Oracle Web Service Manager 11g Field level Encryption (in SOA, WLS) March, 2012 Oracle Web Service Manager 11g Field level Encryption (in SOA, WLS) March, 2012 Step-by-Step Instruction Guide Author: Prakash Yamuna Senior Development Manager Oracle Corporation Table of Contents Use

More information

OpenLDAP Oracle Enterprise Gateway Integration Guide

OpenLDAP Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 OpenLDAP Oracle Enterprise Gateway Integration Guide 1 / 29 Disclaimer The following is intended to outline our general product direction. It is intended for information

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

An Oracle White Paper June, 2012. Provisioning & Patching Oracle Database using Enterprise Manager 12c.

An Oracle White Paper June, 2012. Provisioning & Patching Oracle Database using Enterprise Manager 12c. An Oracle White Paper June, 2012 Provisioning & Patching Oracle Database using Enterprise Manager 12c. Table of Contents Executive Overview... 2 Introduction... 2 EM Readiness:... 3 Installing Agent...

More information

One View Report Samples Warehouse Management

One View Report Samples Warehouse Management One View Report Samples Warehouse Management Introduction... 1 Application: One View Warehouse Request Inquiry P46270... 2 Report: Warehouse Pick Request Analysis... 2 Report: Warehouse Putaway Request

More information

One View Report Samples Financials

One View Report Samples Financials One View Report Samples Financials Introduction... 1 Application: One View Customer Ledger Inquiry Accounts Receivable P03B2022... 2 Report: Open Invoices... 2 Report: Customer Balance... 4 Report: Open

More information

Oracle Easy Connect Naming. An Oracle White Paper October 2007

Oracle Easy Connect Naming. An Oracle White Paper October 2007 Oracle Easy Connect Naming An Oracle White Paper October 2007 NOTE: The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

An Oracle White Paper June 2014. Security and the Oracle Database Cloud Service

An Oracle White Paper June 2014. Security and the Oracle Database Cloud Service An Oracle White Paper June 2014 Security and the Oracle Database Cloud Service 1 Table of Contents Overview... 3 Security architecture... 4 User areas... 4 Accounts... 4 Identity Domains... 4 Database

More information

Get More from Microsoft SharePoint with Oracle Fusion Middleware. An Oracle White Paper January 2008

Get More from Microsoft SharePoint with Oracle Fusion Middleware. An Oracle White Paper January 2008 Get More from Microsoft SharePoint with Oracle Fusion Middleware An Oracle White Paper January 2008 NOTE The following is intended to outline our general product direction. It is intended for information

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

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 May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener

An Oracle White Paper May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener An Oracle White Paper May 2013 Creating Custom PDF Reports with Oracle Application Express and the APEX Listener Disclaimer The following is intended to outline our general product direction. It is intended

More information

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

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

More information

An Oracle White Paper October 2009. Frequently Asked Questions for Oracle Forms 11g

An Oracle White Paper October 2009. Frequently Asked Questions for Oracle Forms 11g An Oracle White Paper October 2009 Frequently Asked Questions for Oracle Forms 11g Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

Oracle Communications Network Discovery Overview. Updated June 2007

Oracle Communications Network Discovery Overview. Updated June 2007 Oracle Communications Network Discovery Overview Updated June 2007 Oracle Communications Network Discovery Overview Oracle Communications Network Discovery provides automated discovery of the network including

More information

Load Testing Hyperion Applications Using Oracle Load Testing 9.1

Load Testing Hyperion Applications Using Oracle Load Testing 9.1 Oracle White Paper Load Testing Hyperion System 9 HFM An Oracle White Paper May 2010 Load Testing Hyperion Applications Using Oracle Load Testing 9.1 Oracle White Paper Load Testing Hyperion System 9 HFM

More information

Oracle Primavera Gateway

Oracle Primavera Gateway Oracle Primavera Gateway 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

More information

Next Generation Siebel Monitoring: A Real World Customer Experience. An Oracle White Paper June 2010

Next Generation Siebel Monitoring: A Real World Customer Experience. An Oracle White Paper June 2010 Next Generation Siebel Monitoring: A Real World Customer Experience An Oracle White Paper June 2010 Next Generation Siebel Monitoring: A Real World Customer Experience Table of Contents Introduction...

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

Manage Oracle Database Users and Roles Centrally in Active Directory or Sun Directory. Overview August 2008

Manage Oracle Database Users and Roles Centrally in Active Directory or Sun Directory. Overview August 2008 Manage Oracle Database Users and Roles Centrally in Active Directory or Sun Directory Overview August 2008 Introduction... 3 Centralizing DataBase Account Management using Existing Directories with OVD...

More information

WebSphere MQ Oracle Enterprise Gateway Integration Guide

WebSphere MQ Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 WebSphere MQ Oracle Enterprise Gateway Integration Guide 1 / 30 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

An Oracle Communications White Paper December 2014. Serialized Asset Lifecycle Management and Property Accountability

An Oracle Communications White Paper December 2014. Serialized Asset Lifecycle Management and Property Accountability An Oracle Communications White Paper December 2014 Serialized Asset Lifecycle Management and Property Accountability Disclaimer The following is intended to outline our general product direction. It is

More information

Siebel CRM On Demand Single Sign-On. An Oracle White Paper December 2006

Siebel CRM On Demand Single Sign-On. An Oracle White Paper December 2006 Siebel CRM On Demand Single Sign-On An Oracle White Paper December 2006 Siebel CRM On Demand Single Sign-On Introduction... 3 Single Sign-On with Siebel CRM On Demand... 4 Customer Requirements... 4 SSO

More information

An Oracle White Paper May 2011 BETTER INSIGHTS AND ALIGNMENT WITH BUSINESS INTELLIGENCE AND SCORECARDS

An Oracle White Paper May 2011 BETTER INSIGHTS AND ALIGNMENT WITH BUSINESS INTELLIGENCE AND SCORECARDS An Oracle White Paper May 2011 BETTER INSIGHTS AND ALIGNMENT WITH BUSINESS INTELLIGENCE AND SCORECARDS 1 Introduction Business Intelligence systems have been helping organizations improve performance by

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

Oracle FLEXCUBE Direct Banking Release 12.0.0 Retail Credit Card User Manual. Part No. E52305-01

Oracle FLEXCUBE Direct Banking Release 12.0.0 Retail Credit Card User Manual. Part No. E52305-01 Oracle FLEXCUBE Direct Banking Release 12.0.0 Retail Credit Card User Manual Part No. E52305-01 Retails Credit Card User Manual Table of Contents 1. Transaction Host Integration Matrix... 3 2. Credit Card

More information

Long User ID and Password Support In JD Edwards EnterpriseOne

Long User ID and Password Support In JD Edwards EnterpriseOne Long User ID and Password Support In JD Edwards EnterpriseOne An Oracle JD Edwards EnterpriseOne Red Paper November 2007 PURPOSE STATEMENT This document outlines the steps that existing JD Edwards EnterpriseOne

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Getting Started with Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E28374-02 September 2013 Welcome to Getting Started with Oracle Business Intelligence Publisher.

More information

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide An Oracle White Paper May 2011 Microsoft Active Directory Oracle Enterprise Gateway Integration Guide 1/33 Disclaimer The following is intended to outline our general product direction. It is intended

More information

An Oracle White Paper Dec 2013. Oracle Access Management Security Token Service

An Oracle White Paper Dec 2013. Oracle Access Management Security Token Service An Oracle White Paper Dec 2013 Oracle Access Management Security Token Service Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only,

More information

An Oracle Best Practice Guide April 2012. Best Practices for Designing Contact Center Experiences with Oracle RightNow CX Cloud Service

An Oracle Best Practice Guide April 2012. Best Practices for Designing Contact Center Experiences with Oracle RightNow CX Cloud Service An Oracle Best Practice Guide April 2012 Best Practices for Designing Contact Center Experiences with Oracle RightNow CX Cloud Service Introduction... 1 Understanding the Problem... 2 Addressing the Problem

More information

ORACLE ADF MOBILE DATA SHEET

ORACLE ADF MOBILE DATA SHEET ORACLE ADF MOBILE DATA SHEET PRODUCTIVE ENTERPRISE MOBILE APPLICATIONS DEVELOPMENT KEY FEATURES Visual and declarative development Java technology enables cross-platform business logic Mobile optimized

More information

Monitoring and Diagnosing Production Applications Using Oracle Application Diagnostics for Java. An Oracle White Paper December 2007

Monitoring and Diagnosing Production Applications Using Oracle Application Diagnostics for Java. An Oracle White Paper December 2007 Monitoring and Diagnosing Production Applications Using Oracle Application Diagnostics for Java An Oracle White Paper December 2007 Monitoring and Diagnosing Production Applications Using Oracle Application

More information

An Oracle White Paper October 2013. Oracle Data Integrator 12c New Features Overview

An Oracle White Paper October 2013. Oracle Data Integrator 12c New Features Overview An Oracle White Paper October 2013 Oracle Data Integrator 12c Disclaimer This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should

More information

Oracle 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

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

Oracle Insurance General Agent Hardware and Software Requirements. Version 8.0

Oracle Insurance General Agent Hardware and Software Requirements. Version 8.0 Oracle Insurance General Agent Hardware and Software Requirements Version 8.0 April 2009 Table of Contents OIGA Hardware and Software Requirements... 3 OIGA Installation Configurations... 3 Oracle Insurance

More information

Oracle Financial Management Analytics

Oracle Financial Management Analytics Oracle Financial Management Analytics Oracle Financial Management Analytics provides finance executives with visibility and insight into the status of their financial close process and their financial

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

PLSAP CONNECTOR FOR TALEND USER MANUAL

PLSAP CONNECTOR FOR TALEND USER MANUAL PLSAP CONNECTOR FOR TALEND USER MANUAL www.starschema.net 2 Contents 1. Overview... 3 1.1 Architecture... 3 2. PLSC GUI... 4 2.1 Connection wizard... 4 2.2 Table wizard... 5 3. Components... 6 3.1 tplsapsimpleinput...

More information

Setting up the integration between Oracle Social Engagement & Monitoring Cloud Service and Oracle RightNow Cloud Service

Setting up the integration between Oracle Social Engagement & Monitoring Cloud Service and Oracle RightNow Cloud Service An Oracle Best Practice Guide November 2013 Setting up the integration between Oracle Social Engagement & Monitoring Cloud Service and Oracle RightNow Cloud Service Introduction Creation of the custom

More information

MANAGING A SMOOTH MARKETING AUTOMATION SOFTWARE IMPLEMENTATION

MANAGING A SMOOTH MARKETING AUTOMATION SOFTWARE IMPLEMENTATION MANAGING A SMOOTH MARKETING AUTOMATION SOFTWARE IMPLEMENTATION If you ve neglected the advantages of marketing automation software because you think implementation will be complex, read on... MANAGING

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Getting Started with Oracle Data Integrator 12c Virtual Machine Installation Guide December 2014 Oracle Fusion Middleware Getting Started with Oracle Data Integrator, 12c Copyright

More information

Oracle Sales Cloud Configuration, Customization and Integrations

Oracle Sales Cloud Configuration, Customization and Integrations WINTER 15 Oracle Sales Cloud Configuration, Customization and Integrations Oracle's standards-based, open and flexible platform makes it easy to rapidly build and deploy rich applications or integrate

More information

ORACLE WEBCENTER PORTAL

ORACLE WEBCENTER PORTAL ORACLE WEBCENTER PORTAL A MODERN ENTERPRISE PORTAL WITH INTUITIVE TOOLS FOR COMPOSING CONTENT-RICH SELF- SERVICE PORTALS WITH INTEGRATED SOCIAL AND COLLABORATION SERVICES KEY FEATURES Enterprise-Grade

More information

Managed Storage Services

Managed Storage Services An Oracle White Paper January 2014 Managed Storage Services Designed to Meet Your Custom Needs for Availability, Reliability and Security A complete Storage Solution Oracle Managed Cloud Services (OMCS)

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

Oracle FLEXCUBE Direct Banking Release 12.0.0 Corporate E-Factoring User Manual. Part No. E52305-01

Oracle FLEXCUBE Direct Banking Release 12.0.0 Corporate E-Factoring User Manual. Part No. E52305-01 Oracle FLEXCUBE Direct Banking Release 12.0.0 Corporate E-Factoring User Manual Part No. E52305-01 Corporate E-Factoring User Manual Table of Contents 1. Transaction Host Integration Matrix... 4 2. Assignment

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

One View Report Samples Health and Safety Incident Management

One View Report Samples Health and Safety Incident Management One View Report Samples Health and Safety Incident Management Introduction... 1 Application: One View Incident Summary Inquiry P54HS220... 2 Report: Incident Attributes... 2 Report: Incident Costs... 9

More information

An Oracle White Paper August 2010. Oracle OpenSSO Fedlet

An Oracle White Paper August 2010. Oracle OpenSSO Fedlet An Oracle White Paper August 2010 Oracle OpenSSO Fedlet Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide

An Oracle White Paper July 2011. Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide Oracle Primavera Contract Management, Business Intelligence Publisher Edition-Sizing Guide An Oracle White Paper July 2011 1 Disclaimer The following is intended to outline our general product direction.

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

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

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

Express Implementation for Electric Utilities

Express Implementation for Electric Utilities ORACLE UTILITIES Customer Care and Billing Express Implementation for Electric Utilities An Professional Services Offering The Electricity Business Is Changing Today s electric utility finds it almost

More information

Configuring Microsoft Active Directory for Oracle Net Naming. An Oracle White Paper April 2014

Configuring Microsoft Active Directory for Oracle Net Naming. An Oracle White Paper April 2014 Configuring Microsoft Active Directory for Oracle Net Naming An Oracle White Paper April 2014 Configuring Microsoft Active Directory for Oracle Net Naming Introduction... 3 Steps to Configure Active Directory...

More information

FAQ: How to create Effective Messages

FAQ: How to create Effective Messages User Experience Direct (UX Direct) FAQ: How to create Effective Messages Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

Integrating Tutor and UPK Content: A Complete User Documentation Solution. An Oracle White Paper April 2008

Integrating Tutor and UPK Content: A Complete User Documentation Solution. An Oracle White Paper April 2008 Integrating Tutor and UPK Content: A Complete User Documentation Solution An Oracle White Paper April 2008 Integrating Tutor and UPK Content: A Complete User Documentation Solution TUTOR OR UPK? Oracle

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

An Oracle White Paper February 2009. Real-time Data Warehousing with ODI-EE Changed Data Capture

An Oracle White Paper February 2009. Real-time Data Warehousing with ODI-EE Changed Data Capture An Oracle White Paper February 2009 Real-time Data Warehousing with ODI-EE Changed Data Capture Executive Overview Today s integration project teams face the daunting challenge of deploying integrations

More information

An Oracle White Paper April 2013. Reporting Tools in Oracle Fusion Financials

An Oracle White Paper April 2013. Reporting Tools in Oracle Fusion Financials An Oracle White Paper April 2013 Reporting Tools in Oracle Fusion Financials Executive Overview We are living in an Information Age, where the success of an organization depends largely on how effectively

More information

An Oracle White Paper June 2014. RESTful Web Services for the Oracle Database Cloud - Multitenant Edition

An Oracle White Paper June 2014. RESTful Web Services for the Oracle Database Cloud - Multitenant Edition An Oracle White Paper June 2014 RESTful Web Services for the Oracle Database Cloud - Multitenant Edition 1 Table of Contents Introduction to RESTful Web Services... 3 Architecture of Oracle Database Cloud

More information

Virtual Contact Center. Release Notes. Version 7.0.0.18. Revision 1.0

Virtual Contact Center. Release Notes. Version 7.0.0.18. Revision 1.0 Virtual Contact Center Release Notes Version 7.0.0.18 Revision 1.0 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the contents hereof are subject

More information

Oracle Database 10g: Building GIS Applications Using the Oracle Spatial Network Data Model. An Oracle Technical White Paper May 2005

Oracle Database 10g: Building GIS Applications Using the Oracle Spatial Network Data Model. An Oracle Technical White Paper May 2005 Oracle Database 10g: Building GIS Applications Using the Oracle Spatial Network Data Model An Oracle Technical White Paper May 2005 Building GIS Applications Using the Oracle Spatial Network Data Model

More information

A Joint Oracle Teradata White Paper March 2012. Configuring Oracle Business Intelligence Enterprise Edition for Teradata Temporal Tables

A Joint Oracle Teradata White Paper March 2012. Configuring Oracle Business Intelligence Enterprise Edition for Teradata Temporal Tables A Joint Oracle Teradata White Paper March 2012 Configuring Oracle Business Intelligence Enterprise Edition for Teradata Temporal Tables Executive Overview... 2 Introduction... 2 As-is and As-was Example...

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

Business Intelligence for IT

Business Intelligence for IT DATA SHEET KEY FEATURES: In built static and drill down reports based on good practices (ITIL, COBIT, ISO 20000). Ability to build Ad-hoc reports easily Dashboard for higher level executives Built-in Integration

More information

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS PRODUCT FACTS & FEATURES KEY FEATURES Comprehensive, best-of-breed capabilities 100 percent thin client interface Intelligence across multiple

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center Zendesk Integration Configuration Guide Version 7.1 Revision 1.0 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the contents

More information

An Oracle White Paper June, 2013. Enterprise Manager 12c Cloud Control Application Performance Management

An Oracle White Paper June, 2013. Enterprise Manager 12c Cloud Control Application Performance Management An Oracle White Paper June, 2013 Enterprise Manager 12c Cloud Control Executive Overview... 2 Introduction... 2 Business Application Performance Monitoring... 3 Business Application... 4 User Experience

More information

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS Oracle Fusion editions of Oracle's Hyperion performance management products are currently available only on Microsoft Windows server platforms. The following is intended to outline our general product

More information

An Oracle White Paper January 2011. Using Oracle's StorageTek Search Accelerator

An Oracle White Paper January 2011. Using Oracle's StorageTek Search Accelerator An Oracle White Paper January 2011 Using Oracle's StorageTek Search Accelerator Executive Summary...2 Introduction...2 The Problem with Searching Large Data Sets...3 The StorageTek Search Accelerator Solution...3

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 Whitepaper April 2015. Security and the Oracle Database Cloud Service

Oracle Whitepaper April 2015. Security and the Oracle Database Cloud Service Oracle Whitepaper April 2015 Security and the Oracle Database Cloud Service Table of Contents Overview... 3 Security architecture... 4 User areas... 4 Accounts... 4 Identity Domains... 4 Database Cloud

More information

Oracle FLEXCUBE Direct Banking Release 12.0.0 Corporate Foreign Exchange User Manual. Part No. E52305-01

Oracle FLEXCUBE Direct Banking Release 12.0.0 Corporate Foreign Exchange User Manual. Part No. E52305-01 Oracle FLEXCUBE Direct Banking Release 12.0.0 Corporate Foreign Exchange User Manual Part No. E52305-01 Corporate Foreign Exchange User Manual Table of Contents 1. Transaction Host Integration Matrix...

More information

An Oracle White Paper March 2011. Integrating the SharePoint 2007 Adapter with WebCenter Spaces (11.1.1.3.0 & 11.1.1.4.0)

An Oracle White Paper March 2011. Integrating the SharePoint 2007 Adapter with WebCenter Spaces (11.1.1.3.0 & 11.1.1.4.0) An Oracle White Paper March 2011 Integrating the SharePoint 2007 Adapter with WebCenter Spaces (11.1.1.3.0 & 11.1.1.4.0) Table of Contents Introduction... 2 Overview... 2 Adding WebCenter Adapter for

More information

Achieving Sarbanes-Oxley Compliance with Oracle Identity Management. An Oracle White Paper September 2005

Achieving Sarbanes-Oxley Compliance with Oracle Identity Management. An Oracle White Paper September 2005 Achieving Sarbanes-Oxley Compliance with Oracle Identity Management An Oracle White Paper September 2005 Achieving Sarbanes-Oxley Compliance with Oracle Identity Management INTRODUCTION The Sarbanes-Oxley

More information

Primavera Unifier Integration Overview: A Web Services Integration Approach O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 6

Primavera Unifier Integration Overview: A Web Services Integration Approach O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 6 Primavera Unifier Integration Overview: A Web Services Integration Approach O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 6 Introduction Oracle s Primavera Unifier offers an extensible interface

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

ORACLE PROJECT MANAGEMENT ORACLE PROJECT MANAGEMENT KEY FEATURES Oracle Project Management provides project managers the WORK MANAGEMENT Define the workplan and associated resources; publish and maintain versions View your schedule,

More information

An Oracle White Paper August 2013. Oracle Service Cloud Integration with Oracle Siebel Service

An Oracle White Paper August 2013. Oracle Service Cloud Integration with Oracle Siebel Service An Oracle White Paper August 2013 Oracle Service Cloud Integration with Oracle Siebel Service Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

An Oracle White Paper June 2012. Creating an Oracle BI Presentation Layer from Imported Oracle OLAP Cubes

An Oracle White Paper June 2012. Creating an Oracle BI Presentation Layer from Imported Oracle OLAP Cubes An Oracle White Paper June 2012 Creating an Oracle BI Presentation Layer from Imported Oracle OLAP Cubes Introduction Oracle Business Intelligence Enterprise Edition version 11.1.1.5 and later has the

More information