Oracle® Fusion Middleware Developer's Guide for Oracle Business Intelligence En

Oracle® Fusion Middleware Developer's Guide for Oracle Business Intelligence Enterprise Edition 11g Release 1 (11.1.1) E10545-04 February 2013 Explains how to incorporate Oracle Business Intelligence Enterprise Edition functionality into applications built using Oracle JDeveloper, Oracle Application Development Framework (ADF), and Oracle WebCenter. Oracle Fusion Middleware Developer's Guide for Oracle Business Intelligence Enterprise Edition, 11g Release 1 (11.1.1) E10545-04 Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved. Primary Author: Nick Fry Contributing Author: Stefanie Rhone Contributors: Oracle Business Intelligence development, product management, and quality assurance teams This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S. Government. This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group. This software or hardware and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. iii Contents Preface ................................................................................................................................................................ vii Audience...................................................................................................................................................... vii Documentation Accessibility.................................................................................................................... vii Related Documentation and Other Resources...................................................................................... viii System Requirements and Certification................................................................................................. viii Conventions ............................................................................................................................................... viii New Features for Oracle Business Intelligence Developers.............................................. ix New Features for Oracle BI 11g Release 1 (11.1.1.7)............................................................................... ix New Features for Oracle BI 11g Release 1 (11.1.1.6)............................................................................... ix New Features for Oracle BI EE 11g Release 1 (11.1.1.5)......................................................................... ix New Features for Oracle BI EE 11g Release 1 (11.1.1.3)......................................................................... x 1 Embedding Business Intelligence Objects in ADF Applications 1.1 Overview of Embedding Business Intelligence Objects in Applications ..........................1-1 1.2 Business Intelligence Objects That You Can Add to ADF Pages ......................................1-2 1.3 Embedded Business Intelligence Objects Use Cases .........................................................1-2 1.4 Preparing the ADF Project to Accept Business Intelligence Objects .................................1-2 1.4.1 How to Prepare the ADF Project ................................................................................1-3 1.4.1.1 Checking for Installed JDeveloper Extensions .....................................................1-3 1.4.1.2 Installing the Required JDeveloper Extensions ...................................................1-3 1.4.1.3 About Oracle BI EE Personalizations in ADF Applications .................................1-3 1.4.1.4 Adding the MDS Libraries and Enabling MDS Customizations .........................1-4 1.4.1.5 Adding the ADF Technology Scopes ...................................................................1-4 1.5 Creating an Oracle BI EE Presentation Services Connection ............................................1-4 1.5.1 How to Configure SSL and Create an Oracle BI EE Presentation Services Connection .................................................................................................................1-5 1.5.1.1 Configuring SSL ..................................................................................................1-5 1.5.1.2 Exporting and Importing the Client Certificate ...................................................1-5 1.5.1.3 Creating a connection ..........................................................................................1-6 1.6 Adding Oracle Business Intelligence Objects to ADF Pages .............................................1-8 1.6.1 How to Add Business Intelligence Objects to an ADF Page ......................................1-8 1.7 Passing Business Intelligence Content with the Oracle BI EE Contextual Event Action ...1-9 1.7.1 What Is the Definition of the QDR? .........................................................................1-10 1.7.2 What Is the Signature of the QDR? ..........................................................................1-12 iv 1.7.3 How to Detect the Oracle BI EE ADF Contextual Event .......................................... 1-12 1.7.3.1 Detecting the ADF Contextual Event ................................................................ 1-12 1.8 Adding or Modifying a Presentation Services Connection After Deployment .............. 1-12 1.8.1 How to Add or Modify a Presentation Services Connection ................................... 1-13 1.8.1.1 Adding or Modifying a Presentation Services Connection ............................... 1-13 1.9 Credentials for Connecting to the Oracle BI Presentation Catalog ................................. 1-13 1.9.1 How to Create and Use Impersonate User .............................................................. 1-14 1.9.1.1 Create the BIImpersonateUser .......................................................................... 1-14 1.9.1.2 Grant Permissions to BIImpersonateUser ......................................................... 1-14 1.9.1.3 Restart Servers ................................................................................................... 1-15 1.10 Deploying Credentials to a Standalone WebLogic Server .............................................. 1-15 1.10.1 Migrating Credentials .............................................................................................. 1-15 2 Improving The Performance of ADF Applications That Contain Oracle BI EE Objects 2.1 Setting an Oracle BI Server Timeout ................................................................................ 2-1 2.1.1 How to Set the Oracle BI Server Timeout .................................................................. 2-1 2.1.2 Examples of Timeout Settings .................................................................................... 2-1 2.2 Adding a Session Timeout ............................................................................................... 2-2 2.2.1 How to Add a Session Timeout ................................................................................. 2-2 2.3 Using Static Resources ..................................................................................................... 2-2 2.3.1 How to Set Static Resources Preferences .................................................................... 2-2 2.3.2 Testing The Static Resources Location ....................................................................... 2-3 3 Adding BI Composer to ADF Applications 3.1 Overview of Using BI Composer with ADF Application ................................................. 3-1 3.2 Adding BI Composer to an ADF Application .................................................................. 3-1 3.2.1 Checking for Installed JDeveloper Extensions ........................................................... 3-1 3.2.2 Installing the Required JDeveloper Extensions .......................................................... 3-2 3.2.3 How to Add the BI Composer Library Reference ...................................................... 3-2 3.2.4 How to Extend the Domain ....................................................................................... 3-2 3.2.5 How to Add the Task Flow Parameters and Events .................................................. 3-3 3.2.5.1 BI Composer Wizard Editor Task Flow .............................................................. 3-3 3.2.5.2 BI Composer Wizard Edit Events ........................................................................ 3-4 3.2.5.3 BI Composer Wizard Viewer Task Flow Parameters .......................................... 3-5 4 Using the Oracle BI EE Logical SQL View Object 4.1 Introduction to the Oracle BI EE Logical SQL View Object .............................................. 4-1 4.2 Oracle Business Intelligence Logical SQL View Object Use Cases ................................... 4-2 4.2.1 Displaying Data from Logical SQL in an ADF-Rich User Interface Component ....... 4-2 4.2.2 Displaying Data from Logical SQL and Passing in a Runtime Parameter ................. 4-2 4.2.3 Displaying Data from the Online Transaction Processing Schema and Logical SQL in an ADF-Rich Component ............................................................................... 4-3 4.2.4 Creating a Master-Detail Relationship Between an Oracle Business Intelligence View Object and an Online Transaction Processing View Object .............................. 4-4 4.3 Creating an Oracle Business Intelligence Logical SQL View Object ................................. 4-5 v 4.3.1 How to Create an Oracle Business Intelligence Logical SQL View Object ................4-5 4.3.1.1 Checking for Installed JDeveloper Extensions .....................................................4-5 4.3.1.2 Installing the Required Business Intelligence JDeveloper Extensions .................4-5 4.3.1.3 Creating a BI JDBC Connection ...........................................................................4-5 4.3.1.4 Initializing the ADF Project .................................................................................4-6 4.3.1.5 Creating the Business Intelligence View Object ...................................................4-7 4.3.1.6 Modifying the Oracle Business Intelligence Logical SQL View Object's Behavior ..............................................................................................................4-8 4.4 Creating a BI JDBC Data Source .......................................................................................4-9 4.4.1 How to Create a BI JDBC Data Source in Oracle WebLogic .......................................4-9 4.4.2 Configuring the BI JDBC Data Source for Impersonation ........................................4-10 4.5 Extending the Oracle Business Intelligence Logical SQL View Object ...........................4-11 4.5.1 How to Set Up a WebLogic Domain that Supports BI JDBC ...................................4-11 4.5.2 How to Prepare the Oracle Business Intelligence Logical SQL View Object and Deploy the Application ............................................................................................4-11 4.5.2.1 Creating a connection to the target application server ......................................4-12 4.5.2.2 Creating the deployment profile for the EAR file ..............................................4-12 4.5.2.3 Deploying the application .................................................................................4-12 5 Integrating Oracle Business Intelligence Presentation Services With an Oracle WebCenter Portal Application 5.1 Overview of the Oracle BI Presentation Services and WebCenter Portal Application Integration ........................................................................................................................5-1 5.2 Creating a WebCenter Portal Application that Integrates with Oracle BI Presentation Services .............................................................................................................................5-2 5.3 Can I Add BI Composer to a WebCenter Portal Application or to WebCenter Portal: Spaces? .............................................................................................................................5-2 5.4 Adding BI Composer to a WebCenter Portal Application or to WebCenter Portal: Spaces ...............................................................................................................................5-2 5.4.1 Checking for Installed JDeveloper Extensions ...........................................................5-2 5.4.2 Installing the Required JDeveloper Extensions ..........................................................5-3 5.4.3 How to extend the WebCenter Portal domain ...........................................................5-3 5.4.4 How to Add the BI Composer Library Reference ......................................................5-3 5.4.5 How to Add Task Flow uploads/Industriel/ developer-x27-s-guide.pdf

  • 33
  • 0
  • 0
Afficher les détails des licences
Licence et utilisation
Gratuit pour un usage personnel Attribution requise
Partager