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

Size: px
Start display at page:

Download "Copyright 2013, Oracle and/or its affiliates. All rights reserved."

Transcription

1 1

2 CON9330 Oracle BI Publisher Best Practices: Be a Reporting Super Star Kevin McDermott Senior Principal Technical Support Engineer Nicholas Mann Senior Consultant, Peleton Group

3 THE FOLLOWING IS INTENDED TO OUTLINE OUR GENERAL PRODUCT DIRECTION. IT IS INTENDED FOR INFORMATION PURPOSES ONLY, AND MAY NOT BE INCORPORATED INTO ANY CONTRACT. IT IS NOT A COMMITMENT TO DELIVER ANY MATERIAL, CODE, OR FUNCTIONALITY, AND SHOULD NOT BE RELIED UPON IN MAKING PURCHASING DECISIONS. THE DEVELOPMENT, RELEASE, AND TIMING OF ANY FEATURES OR FUNCTIONALITY DESCRIBED FOR ORACLE'S PRODUCTS REMAINS AT THE SOLE DISCRETION OF ORACLE. 3

4 Program Agenda Oracle BI Publisher Enterprise Overview Deployment & System Requirements Report Design Best Practices Data Modeling & Template Design Guidelines BI Publisher & OBIEE Integration Best Practices Q & A 4

5 Oracle Business Intelligence Publisher Eliminates multiple-point solutions, Lowers TCO Invoices Checks One Environment Author Generate Deliver Benefits Eliminate complexity Simplify report development & maintenance Reduce costs Destinations Labels XML / EFT / EDI Reports 5

6 Oracle Business Intelligence Publisher Provides an end-to-end solution, from data to documents to delivery Interactive PDF HTML Layout Template Types Layout Editor MS Word MS Excel Adobe Flex XSL Layout Design Tools XSL Excel PPT Flash RTF CSV XML Printer Fax Repository OBI EE Semantic Layer EDI EFT e-commerce 6

7 Oracle Business Intelligence Publisher Enterprise class reporting application for all your document needs 7

8 Program Agenda Oracle BI Publisher Enterprise Overview Deployment & System Requirements Report Design Best Practices Data Modeling & Template Design Guidelines BI Publisher & OBIEE Integration Best Practices Q & A 8

9 Installation & System Requirements Installation requirements Oracle Fusion Middleware Installation Guide for Oracle Business Intelligence 11g Release 1 (11.1.1) JDK requirements Refer to the certification matrix for supported JDK versions for specific operating systems. There is one for and one for

10 Sizing Guidelines How Many servers? Concurrent Use Case Users viewing reports online Scheduled Jobs running at the same time Factors to consider Number of users viewing Small, Medium, Large, XLarge reports Number of CPUs /server Bursting Use Case Bursting reports Factors to consider Total Number of reports Time window % of Small, Medium, Large reports Number of CPUs/Server 10

11 Sizing Guidelines My Oracle Support Note

12 Enterprise Deployment Options Oracle BI Publisher Single Instance Architecture Oracle Fusion Middleware High Availability Guide 11g Release 1 (11.1.1) High Availability for Oracle Business Intelligence Publisher 12

13 Enterprise Deployment Options Oracle BI Publisher 11g High Availability Architecture Oracle Fusion Middleware High Availability Guide 11g Release 1 (11.1.1) High Availability for Oracle Business Intelligence Publisher Oracle BI Publisher supports an active-active high availability configuration. Each node acts as an independent server that shares a common repository and the scheduler database with the other Oracle BI Publisher nodes. 13

14 Enterprise Deployment Options Oracle BI 11g High Availability Architecture Oracle Fusion Middleware High Availability Guide 11g Release 1 (11.1.1) Configuring High Availability for Oracle Business Intelligence and EPM 14

15 Oracle BI Publisher 11g Scheduler Client Client Web server BI Publisher Web server BI Publisher Web server/jms Provider (Web Logic, Active MQ) Job Q Report Q FAX Q. Printer Q. Q. FTP Q. Fax Printer BIP System Topic WebDav Q. Repository JMS Resources File Q. File system BI Publisher Reports Repository Scheduler database 15

16 Program Agenda Oracle BI Publisher Enterprise Overview Deployment & System Requirements Report Design Best Practices Data Modeling & Template Design Guidelines BI Publisher & OBIEE Integration Best Practices Q & A 16

17 Oracle Business Intelligence Publisher Report Architecture Separate data logic, layout & translation benefits greater flexibility and reuse fewer reports and better report maintenance optimize data extraction and document generation process Data Logic Layout Translation BI Publisher Report output 17

18 Data Generation Data Sources Data Source Types File (XML) SQL Query MDX Query LDAP Query (11g only) Excel Spreadsheet (11g only) Endeca Query (11g only) CSV (11g only) View Object (11g only) HTTP (XML Feed) Web Service Oracle BI Analysis Oracle BI Discoverer (10g only) Data Template (10g only) 18

19 Data Generation Connection Types JDBC Vs JNDI (SQL Type) Both types of connection use the same JDBC driver With JNDI you can take advantage of connection pooling Better performance Connection already established to the source Best practice for reports with many parameters with SQL type LOVs attached to them Better RDBMS resource management BI Publisher 2 1 WebLogic Server 19

20 Data Generation Scalable Mode Enable for large reports Slower performance, but prevents out-of-memory errors Use with scheduled reports 20

21 Data Generation Enabling Scalable Mode for Data Engine (10g) Set scalable mode property to on in Data Template <properties> <property name="scalable_mode" value="on" /> </properties 21

22 Data Model Design Objectives Optimize data extraction Simplify layout design for report developers Reduce document generation time 22

23 Data Model Design Data Extraction Leverage back-end system resources (whenever possible) Join data Filter & group data Perform expensive calculations & data transformations Sort data Select t."office_dsc" as "Office" sum(f."revenue") as Sales Sum" From "BISAMPLE"."SAMP_REVENUE_F f "BISAMPLE"."SAMP_OFFICES_D t Where t."office_key"=f."office_key" group by t."office_dsc" 20 Vs 20,000 records 23

24 Data Model Design Data Extraction Parameters & LOVs Cache LOVS for better performance For large LOVs, pass NULL to the parameter when users select All & modify WHERE clause in Data Set query to use the NVL function. For example: Where order_id=nvl(:p_ordid, order_id) 24

25 Data Model Design Data Extraction Event triggers Before Data Triggers Generate dynamic SQL Populate TEMP tables Set user context After Data Triggers Insert rows to a target table Send notifications Clean or delete TEMP tables Select EMPLOYEE_ID, DEPARTMENT_ID, FIRST_NAME, LAST_NAME, , PHONE_NUMBER, HIRE_DATE, JOB_ID, SALARY from employees where &p_where_clause 25

26 Event Driven Jobs (11g Only) Enable users to set up flexible, conditional execution of scheduled jobs. Data Model Designer creates Data Model with schedule trigger Triggers can be created and shared from a single data model Users create scheduled jobs and determine window of time to check for condition Reports execute when condition is true or are skipped VALUE: Users can schedule reports to execute based on an event or condition over a window of time. 26

27 Data Model Design Best Practices for Faster Document Generation Structure data to match how data is displayed in the report Use short XML tag names they reduce the size of XML data file Use display names to simplify template design Create global & group-level aggregate functions for best performance, create them in data model instead of report layout Pre-sort data (preferably at the source) Note: Grouping data in data model automatically sorts data by the grouping element Bursting It also requires that data in the XML is sorted (or grouped) by the split-by key. 27

28 Template Design Guidelines Objectives Choose the right type of template Follow BI Publisher (XPT) template design best practices Do not overcomplicate RTF templates 28

29 Document Formatting and Layout What Template Type should I use? (1 of 2) BI Publisher Template 11g RTF Templates PDF Forms Web based Layout Editor no client installation required Best for Management Report WYSIWIG experience Support Interactive Output Wide range of output (PDF, HTML, Excel, PPT, RTF, MHTML) Easy to create w/ BI Publisher Template Builder Add-in to Word Greatest flexibility and functionality for highly formatted reports RTF marked up with XSL code or BI Publisher simplified XSL Wide range of output (PDF, HTML, Excel, PPT, RTF, MHTML) PDF forms with XML elements mapped to form fields. Great to use with government forms PDF output only Create in Acrobat Professional 29

30 Document Formatting and Layout What Template Type should I use? (2 of 2) Excel Templates e-text Templates Flash Templates XSL Style Sheets Excel Analyzer Templates Excel w/ data mapped to named cells & Excel and XSL formatting Great for formatted, true Excel output and burst over sheets Excel XLS output only Text output only for electronic communication Great for character delimited or fixed position docs (EFT & EDI) RTF with table of statements to place fields and separators SWF files with BI Publisher data for sophisticated interactivity Create in Adobe Flex Builder Allows for third party tools and legacy solutions Not recommended (deprecated) Excel output only. Can refresh data w/ parameters. 30

31 BI Publisher Template Best Practices Design Consideration Use Layout Grids to position components similar to tables in RTF Templates Layout Grids can be nested Layout Grid Cell can be joined The minimum height of rows can be fixed DO NOT put LARGE tables or pivot tables into Layout Grids (Performance!) 31

32 BI Publisher Template Best Practices Design Consideration The Interactive Viewer is one of BI Publisher s most promising new features Interactivity works best for flat tables or simple nested master-detail data sets Unrelated queries or groups can not interact Disable interactions for unrelated queries in the Configure Events Dialog BAD: Country on two branches Data G1 Country Revenue G2 Country Cost GOOD: Country in common parent Data G1 Country G2 Revenue G3 Cost 32

33 RTF Template Best Practices Use Word Tables Use tables to control precisely where field data will be placed in the report 33

34 RTF Template Best Practices Use Form Fields Keep the template clean Supported by the Template Builder Field Browser Can be colored or hidden to help understand the structure Caveat: Word header & footer don t allow form fields 34

35 RTF Template Best Practices Don t overcomplicate your template Keep it easy to understand, debug and maintain In general better to have different business documents in different templates Try to limit the logic in templates to simple if or loop statements Use sub templates to simplify documents if necessary Many calculations are better performed in the data model 35

36 RTF Template Best Practices Performance Considerations: XPATH Concepts BI Publisher uses XPATH to access data elements DEPARTMENT_NAME is inserted in the template as <?DEPARTMENT_NAME?> <?DEPARTMENT_NAME?> is translated to the XPATH.//DEPARTMENT_NAME.//DEPARTMENT_NAME searches for DEPARTMENT_NAME in the complete sub-tree starting from current context 36

37 RTF Template Best Practices Performance Considerations: XPATH Tuning Use the full relative path for large datasets Instead of <?for-each: DEPT?> use <?for-each:/dept_sals/dept?> Instead of <?DEPARTMENT_NAME?> use <?./DEPARTMENT_NAME?> For large documents that don t fit into memory the search requires disk access For small documents the search time is negligible 37

38 RTF Template Best Practices Performance Considerations: XPATH Tuning & Tables XPATH Tuning Start with the outer loops and outer most data access Reducing full tree searches will provide bigger improvements than optimizing access in a small subset of the data Fixing the XPATH in a single for-each loop may be all the performance tuning you need to do Tables LARGE tables that span hundreds of pages consume considerable server resources. If possible group the data and create a table inside each grouping. Do not nest LARGE tables into tables. 38

39 RTF Template Best Practices Performance Considerations: Grouping Better to Sort data in the data model Group By <?for-each-group?> will force the XSL engine to sort data Checking Data already sorted option in the Table Wizard will not re-sort data (good thing) 39

40 Template Best Practices Summary Don t overcomplicate your templates Use tables (layout grids) to place data fields precisely Use form fields and word styles for clarity Use sub templates for re-use and encapsulate complex code Optimize your data structure for interactivity if necessary Performance optimization Optimize the XPATH Focus optimization on outer loops Sort in the data base and use group-adjacent in the template 40

41 Program Agenda Oracle BI Publisher Enterprise Overview Deployment & System Requirements Report Design Best Practices Data Modeling & Template Design Guidelines BI Publisher & OBIEE Integration Best Practices Q & A 41

42 BI Publisher & OBI EE Integration Best Practices Nicho Mann p nmann@pelotongroup.com

43 Peloton Overview 43

44 Agenda BI Publisher and OBI EE Comparison BI Publisher and OBI EE Integration Best Practices Customer Success Story 44

45 BI Publisher and Oracle Business Intelligence Comparison BI Publisher (BIP) Pixel-Perfect Reporting Reporting Focused Layer of abstraction via the Data Model Sophisticated delivery capabilities User-friendly interface Oracle Business Intelligence (OBI) Interactive Dashboards and Analyses Analytics Focused Layer of abstraction via the Repository (RPD) Actionable Intelligence Ad-hoc capabilities 45

46 BI Publisher and Oracle Business Intelligence Comparison BI Publisher (BIP) Pixel-Perfect Reporting Reporting Focused Layer of abstraction via the Data Model Sophisticated delivery capabilities User-friendly interface Oracle Business Intelligence (OBI) Interactive Dashboards and Analyses Analytics Focused Layer of abstraction via the Repository (RPD) Actionable Intelligence Ad-hoc capabilities BI Publisher + OBIEE = Integrated, Scalable Reporting & Analytics Enterprise Application 46

47 BI Publisher Architecture Sources DW OLAP Cube BIP Data Model Flat File BI Publisher 47

48 Oracle Business Intelligence Architecture Sources DW OLAP Cube Flat File OBI RPD OBI EE Dashboards 48

49 BI Publisher & OBIEE Integration Architecture Sources DW BIP Data Model BI Publisher Reports OLAP Cube Flat File BI Server RPD OBI EE Dashboards 49

50 BI Publisher & OBI EE Integration Benefits Flexibility OBI RPD OBI Reports BIP Data Model BIP Reports Multiple Data Sources Create Calculations Apply Functions Change Column Names Use/Create Aggregates Custom Formulas Integration of BI Publisher & OBI EE allows for flexible solutions Solution is scalable as a result of flexibility in accepting multiple data sources 50

51 BI Publisher & OBI EE Integration Interactive Dashboards & Pixel-Perfect Reports OBI Dashboards Interactive Analyses Action Links & Guided Navigation Drillable Reports Extensive Visualizations BI Publisher Reports Pixel-Perfect Reports User-Friendly Interface Leverage Existing OBI Reports 51

52 Agenda BI Publisher and OBI EE Comparison BI Publisher and OBI EE Integration Best Practices Customer Success Story 52

53 BI Publisher & OBI EE Integration Keep It Simple Source Relational and OLAP data sources into OBI MDX and SQL will be dynamically generated by OBI Utilize a single OBI model instead of several data models 53

54 BI Publisher & OBI EE Integration Keep It Simple Push Logic As Far Back As Possible Data Source > RPD > Data Model > BIP Report Faster Calculations Less Maintenance Increased Query Performance Keep Datasets Under Control Be mindful of the amount of data being requested Use filters to limit data sets and increase performance 54

55 BI Publisher & OBI EE Integration Keep It Simple Using an existing OBI model means: Less coding Decrease turnaround time of requests Easier for developers to leverage Less training for end users Higher adoption by business users 55

56 BI Publisher & OBI EE Integration Maintain Consistency Utilize OBI Subject Areas when possible Cuts down on the number of data models Maintains logic in fewer locations Keep the number of BIP data models to a minimum Create data models that can be used across a range of reports 56

57 BI Publisher & OBI EE Integration Leverage Existing OBI EE Implementation Utilize Existing Applications Cut down costs Higher adoption Increased scalability Seamless Integration 57

58 Agenda BI Publisher and OBI EE Comparison BI Publisher and OBI EE Integration Best Practices Customer Success Story 58

59 BI Publisher Success Story Overview Infinity Pharmaceuticals In late stage trials beginning to prepare for the transition to commercial Purchased Oracle BI Foundation Suite to improve reporting and analytical capabilities Partnered with Peloton to implement a scalable, integrated solution to meet the needs of the growing organization 59

60 BI Publisher Success Story Challenges Difficult to access key information No consistent tool for financial reporting Limited transparency to Financial Investment Plans (FIPs) for department heads Challenging to quickly and easily access variance reports for functional heads 60

61 BI Publisher Success Story Solution - Overview Established New Data Warehouse Built Essbase Studio Cube Model Implemented Sophisticated Reporting Solution: OBI EE Hyperion Smart View BI Publisher 61

62 BI Publisher Success Story Solution BI Publisher Integrated BI Publisher with OBI EE Created POC leveraged existing OBI EE reports Developed BI Publisher Data Models using logical SQL Quickly generated pixel-perfect financial reports 62

63 BI Publisher Success Story Solution BI Publisher Leveraged OBI EE dashboards with BI Publisher reports Guided navigation and action links for sophisticated analysis BI Publisher reports for exporting purposes Cut down on development, system integration, & adoption time 63

64 Solution Options What if I only have Oracle Business Intelligence? Easily integrate BI Publisher Get more from your development dollars by leveraging your OBI EE implementation What if I only have BI Publisher? Consider the roadmap of your organization from an analytics perspective OBI EE offers much more structure for data sources and integrates well with BI Publisher What if I have neither? OBI EE is a great starting platform because of its flexibility Scalability is critical to any organization OBI EE is a highly scalable, enterprise application 64

65 A Charitable Donation to Support Children s Health 65

66 Q&A & 66

67 Stay Connected with BI Publisher 67

68 Graphic Section Divider 68

69 Appendix 69

70 Resources Certification matrix ( x) System Requirements and Supported Platforms for Oracle Business Intelligence Suite Enterprise Edition 11gR1 ( ) System Requirements and Supported Platforms for Oracle Business Intelligence Suite Enterprise Edition 11gR1 ( ) High availability white paper Sizing Spreadsheet for BI Publisher Enterprise 10g and 11g My Oracle Support Note Sub-templates white paper QUARTZ Scheduling - CPU Ratings

71 Install Requirements Oracle Business Intelligence 11g System Requirements Disk Space: 20GB or more Available Memory (RAM): 4GB or more Temp Space: 950MB or more Swap Space: 3GB or more CPU: dual-core Pentium, 1.5GHz or greater Database Requirements Oracle Fusion Middleware Installation Guide for Oracle Business Intelligence 11g Release 1 (11.1.1) Part Number E Disk space requirements for the database containing the Oracle Business Intelligence Scheduler database tables. 500MB on Oracle and Microsoft SQL Server databases for standalone and Business Intelligence applications and deployments. 500MB on IBM DB2 databases for standalone deployments. 71

72 Oracle Business Intelligence Publisher Recommended Configuration JVM settings & JDK version 64 bit JVM/JDK (on a 64 bit OS) JDK version 1.6 (update 2) or higher Memory (RAM for the JVM) 8 GB on 64 bit JVM is recommended for large, high volume use 2 GB on 32 bit OS suitable for small to mid volume deployments (2gb limitation for JDK on win OS) Storage Repository: Varies. 30 GB Hard disk space (must be shared for cluster) Temp Space: 20 GB (for document processing) not shared 72

73 Enterprise Deployment Options BI Publisher (10g) High availability Improve availability of the system Load balancing Increase throughput For more details on clustering BI Publisher standalone, please refer to our White Paper on High Availability. The link is available in the Appendix. 73

74 Enterprise Deployment Options BI Publisher Scheduler Configuration (v10g only) Enable clustering Client BIP servers cluster Scheduler database 74

75 Server Configuration Options Administration > Server Configuration Scalable threshold (in bytes) Cache expiration (in min) Cache size limit (# of datasets) Maximum cached reports Database Fetch Size Default values 75

76 Server Configuration Options Administration > Runtime Configuration > Properties Bursting (10g only) Enable multithreading Default: False* Thread count Default: 2* FO processing Use BI Publisher s XSLT processor Default: True Enable scalable feature of XSLT processor Default: False* Pages cached during processing Default: 50 Enable multithreading Default: False* FO Parsing Buffer Size Default: * Enable XSLT runtime optimization Default: True 76

77 Report-level Properties Edit Report > Properties > Formatting 77

78 Report-level Properties Viewing Reports Online Report Editor Report Viewer For long running reports Take advantage of scheduling and disable Run Report Online. 78

79 Report-level Properties Viewing Reports Online Report Editor Enable Data Caching Saves XML data for reuse up to the Cache Expiration threshold Improved performance with different template/output format Not recommended for real-time data Enable Document Caching Better performance Consumes more Temp storage space User Level (11g only) Disable for better performance if data can be shared across users Cache Duration (11g only) 79

80 Data Model Design Guidelines Element Naming Avoid re-using the same name for element names; it can cause confusion in template design. For example, CITY under SHIPPING_ADDRESS and BILLING_ADDRESS. But in many cases you are better off using different names e.g. S_CITY and B_CITY For reports that generate large data sets using 2 or 3 character names for elements can have a large impact on performance and size. Ex: a1, a2, 80

81 Data Model Design Guidelines NULL Elements & XML Attributes Avoid generating empty tags in the XML Aggregation over fields that contain empty tags will fail with a not a number exception Missing fields do not cause an issue with XSL for example a print statement will just return an empty string Avoid XML attributes They are supported in both RTF & Excel templates but they add an extra layer of complexity; they are not supported in the BI Publisher Layout Editor 81

82 Data Model Design Guidelines OBIEE Data Source If possible use SQL/JDBC against BI Server instead of using an Answers Request as a data source Tip: Copy the SQL in an Answers Request and paste into the Query Builder text area 82

83 Document Formatting and Layout Sub Templates: Introduction What is a sub template? A document that contains layout and or code that can be defined once and used multiple times Multiple functions (called templates in XSL) or text segments can be defined in a single sub template file Sub template types XSL sub templates for code re-use or separation RTF sub templates for layout re-use Caveat: Use of RTF sub templates makes it harder to understand the template structure 83

84 Document Formatting and Layout Sub Templates: Use Cases RTF sub templates Re-use common layouts such as terms and conditions Internationalized address block XSL sub templates Transformations for complex chart requirements Dynamically apply formatting to a portion of data (e.g. sub scripting / super scripting / chemical formula) Print formatted XHTML data convert to FO using sub template (as used in Oracle Contracts) ( supports HTML in data) Starting w/ we recommend using Style Templates for Header / Footer instead of RTF Sub Template 84

85 RTF Template Best Practices Use Word Styles Achieve consistency in the template and between templates In 11g use Style Templates to control the template styles 85

86 86

87 87

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle BI Publisher Best Practices: Be a Reporting Super Star Nikolas Psomas Principal Product Manager Klaus Fabian Sr. Manager, Product Development 2 CON9514 The following is intended to outline our

More information

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

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Session 16762: Oracle Business Intelligence Publisher Best Practices Klaus Fabian, Senior Development Manager Nikolas Psomas, Principal

More information

Detailed Course Modules for Oracle BI Publisher Online Training:

Detailed Course Modules for Oracle BI Publisher Online Training: Detailed Course Modules for Oracle BI Publisher Online Training: 1 Introduction to Oracle BI Publisher 11g Course Agenda Overview of Oracle BI Foundation Suite Overview of Oracle Fusion Middleware Overview

More information

Oracle BI Publisher 11g R1: Fundamentals

Oracle BI Publisher 11g R1: Fundamentals Oracle BI Publisher 11g R1: Fundamentals Volume I Student Guide D68420GC10 Edition 1.0 June 2011 D73304 Authors Lea Shaw Sindhu Rao Technical Contributors and Reviewers Timothy McGlue Nikos Psomas Pradeep

More information

Enterprise Reporting. 1 enterpri. Oracle Bl Publisher 11 g: A Practical Guide to. Enterprise data using Oracle Bl Publisher 11g

Enterprise Reporting. 1 enterpri. Oracle Bl Publisher 11 g: A Practical Guide to. Enterprise data using Oracle Bl Publisher 11g Oracle Bl Publisher 11 g: A Practical Guide to Enterprise Reporting Create and deliver improved snapshots in time of your Enterprise data using Oracle Bl Publisher 11g Daniela Bozdoc [ PUBLISHING 1 enterpri

More information

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals NEW Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-97 Oracle Database: SQL and PL/SQL Fundamentals NEW Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals

More information

1Z Oracle Business Intelligence (OBI) Foundation Suite 11g Essentials Exam Summary Syllabus Questions

1Z Oracle Business Intelligence (OBI) Foundation Suite 11g Essentials Exam Summary Syllabus Questions 1Z0-591 Oracle Business Intelligence (OBI) Foundation Suite 11g Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-591 Exam on Oracle Business Intelligence (OBI) Foundation

More information

Oracle BI Publisher 10g R3: Fundamentals

Oracle BI Publisher 10g R3: Fundamentals Oracle BI Publisher 10g R3: Fundamentals Student Guide D53147GC10 Edition 1.0 February 2008 D54122 Authors Padmaja Mitravinda Brian Pottle Technical Contributors and Reviewers Leta Davis Tim Dexter Mike

More information

Performance Benchmark and Capacity Planning. Version: 7.3

Performance Benchmark and Capacity Planning. Version: 7.3 Performance Benchmark and Capacity Planning Version: 7.3 Copyright 215 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied

More information

Hyperion Interactive Reporting Reports & Dashboards Essentials

Hyperion Interactive Reporting Reports & Dashboards Essentials Oracle University Contact Us: +27 (0)11 319-4111 Hyperion Interactive Reporting 11.1.1 Reports & Dashboards Essentials Duration: 5 Days What you will learn The first part of this course focuses on two

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Data Modeling Guide for Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E22258-02 April 2012 Explains how to retrieve and structure data from a variety of sources

More information

Interactive Reporting & Essbase. interrel Consulting

Interactive Reporting & Essbase. interrel Consulting Interactive Reporting & Essbase interrel Consulting interrel - Founded in 1997 2008 Oracle Titan Award winner for EPM Solution of the year 2008 Oracle Excellence Award winner with Pearson Education One

More information

Oracle XML Publisher Enterprise. An Oracle White Paper May 2006

Oracle XML Publisher Enterprise. An Oracle White Paper May 2006 Oracle XML Publisher Enterprise An Oracle White Paper May 2006 Oracle XML Publisher Enterprise BI Style Reports Financial Reports Checks Government Forms (W2) EXECUTIVE OVERVIEW Oracle XML Publisher Enterprise

More information

Beyond the Basics with nvision and Query for PeopleSoft 9.2

Beyond the Basics with nvision and Query for PeopleSoft 9.2 Beyond the Basics with nvision and Query for PeopleSoft 9.2 Session ID: 101180 Prepared by: Millie Babicz Managing Director SpearMC Consulting @SpearMC Welcome and Please: Silence Audible Devices Note

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Data Modeling Guide for Oracle Business Intelligence Publisher Release 11g (11.1.1) Part No. E18862-01 April 2011 Oracle Fusion Middleware Data Modeling Guide for Oracle Business

More information

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

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2013, Oracle and/or its affiliates. All rights Creating Custom PDF reports with APEX 4.2.2 Marc Sewtz Senior Software Development Manager Oracle USA Inc. New York, NY 2 Copyright 2013, Oracle

More information

Business Intelligence and Reporting Tools

Business Intelligence and Reporting Tools Business Intelligence and Reporting Tools Release 1.0 Requirements Document Version 1.0 November 8, 2004 Contents Eclipse Business Intelligence and Reporting Tools Project Requirements...2 Project Overview...2

More information

Intellicus Getting Started

Intellicus Getting Started Intellicus Getting Started Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com Copyright

More information

What s New for Oracle Database 11gR2 on Windows?

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

More information

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

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

More information

Performance Optimization for Informatica Data Services ( Hotfix 3)

Performance Optimization for Informatica Data Services ( Hotfix 3) Performance Optimization for Informatica Data Services (9.5.0-9.6.1 Hotfix 3) 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

Oracle 1Z0-591 Exam Questions and Answers (PDF) Oracle 1Z0-591 Exam Questions 1Z0-591 BrainDumps

Oracle 1Z0-591 Exam Questions and Answers (PDF) Oracle 1Z0-591 Exam Questions 1Z0-591 BrainDumps Oracle 1Z0-591 Dumps with Valid 1Z0-591 Exam Questions PDF [2018] The Oracle 1Z0-591 Oracle Business Intelligence Foundation Suite 11g Essentials exam is an ultimate source for professionals to retain

More information

HYPERION SYSTEM 9 PERFORMANCE SCORECARD

HYPERION SYSTEM 9 PERFORMANCE SCORECARD HYPERION SYSTEM 9 PERFORMANCE SCORECARD RELEASE 9.2 NEW FEATURES Welcome to Hyperion System 9 Performance Scorecard, Release 9.2. This document describes the new or modified features in this release. C

More information

Support for Oracle General Ledger Essbase applications in Calculation Manager

Support for Oracle General Ledger Essbase applications in Calculation Manager Oracle Hyperion Calculation Manager Release 11.1.2.0.000 Patch Set 1 (PS1): 11.1.2.1.000 Readme [Skip Navigation Links] Purpose... 1 New Features... 1 Release 11.1.2.1 New Features... 1 Release 11.1.2

More information

Oracle Reports 6.0 New Features. Technical White Paper November 1998

Oracle Reports 6.0 New Features. Technical White Paper November 1998 Oracle Reports 6.0 New Features Technical White Paper Oracle Reports 6.0 New Features PRODUCT SUMMARY In today's fast-moving, competitive business world up to date information is needed for the accurate,

More information

Oracle Essbase Database Administrator's Guide Pdf

Oracle Essbase Database Administrator's Guide Pdf Oracle Essbase Database Administrator's Guide 11.1.1.3 Pdf Essbase Administration Services 11.1.2.3 documentation about implementing and Installation and Configuration Guide, Upgrading EPM System Products.

More information

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

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

More information

SAP BW 3.5 Enhanced Reporting Capabilities SAP AG

SAP BW 3.5 Enhanced Reporting Capabilities SAP AG SAP BW 3.5 Enhanced Reporting Capabilities SAP AG Learning Objectives As a result of this lecture, you will: Be familiar with Business Explorer (BEx) suite 3.5 Know the available new features Understand

More information

What s New in Hyperion System 9 BI+ Financial Reporting and Hyperion System 9 BI+ Web Analysis?

What s New in Hyperion System 9 BI+ Financial Reporting and Hyperion System 9 BI+ Web Analysis? A Hyperion Product Update What s New in Hyperion System 9 BI+ Financial Reporting and Hyperion System 9 BI+ Web Analysis? Release summary Release 9.3 of Hyperion System 9 BI+ Financial Reporting (Financial

More information

<Insert Picture Here> Looking at Performance - What s new in MySQL Workbench 6.2

<Insert Picture Here> Looking at Performance - What s new in MySQL Workbench 6.2 Looking at Performance - What s new in MySQL Workbench 6.2 Mario Beck MySQL Sales Consulting Manager EMEA The following is intended to outline our general product direction. It is

More information

Welcome to the Gathering Intelligence from your Applications and Data: The case for Oracle BI eseminar

Welcome to the Gathering Intelligence from your Applications and Data: The case for Oracle BI eseminar Welcome to the Gathering Intelligence from your Applications and Data: The case for Oracle BI eseminar Agenda 1. PTS Organization 2. The case for Oracle BI by Matt Elumba 3. Additional Resources Milan

More information

PeopleSoft Query/BI Publisher Power Combo Rel 8.53

PeopleSoft Query/BI Publisher Power Combo Rel 8.53 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 PeopleSoft Query/BI Publisher Power Combo Rel 8.53 Duration: 5 Days What you will learn This PeopleSoft Query/BI Publisher Power

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Getting Started with Intellicus Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Getting Started with Intellicus i Copyright 2012 Intellicus

More information

Oracle Essbase XOLAP and Teradata

Oracle Essbase XOLAP and Teradata Oracle Essbase XOLAP and Teradata Steve Kamyszek, Partner Integration Lab, Teradata Corporation 09.14 EB5844 ALLIANCE PARTNER Table of Contents 2 Scope 2 Overview 3 XOLAP Functional Summary 4 XOLAP in

More information

ELIXIR REPERTOIRE. Integrated Business Intelligence Suite. Intelligence. On Demand. Elixir Repertoire 6 for DB2 White Paper. Intelligence On Demand

ELIXIR REPERTOIRE. Integrated Business Intelligence Suite. Intelligence. On Demand. Elixir Repertoire 6 for DB2 White Paper. Intelligence On Demand ELIXIR REPERTOIRE Integrated Business Intelligence Suite Intelligence On Demand Elixir Repertoire 6 for DB2 White Paper Intelligence On Demand Elixir Repertoire 6 for DB2 White Paper With the release of

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware User's Guide for Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E22257-03 February 2013 Explains how to view, schedule, deliver, publish, and share reports created

More information

#mstrworld. Analyzing Multiple Data Sources with Multisource Data Federation and In-Memory Data Blending. Presented by: Trishla Maru.

#mstrworld. Analyzing Multiple Data Sources with Multisource Data Federation and In-Memory Data Blending. Presented by: Trishla Maru. Analyzing Multiple Data Sources with Multisource Data Federation and In-Memory Data Blending Presented by: Trishla Maru Agenda Overview MultiSource Data Federation Use Cases Design Considerations Data

More information

<Insert Picture Here> Making the Most of PeopleSoft Query

<Insert Picture Here> Making the Most of PeopleSoft Query Making the Most of PeopleSoft Query Brent Mohl Applications Technology The following is intended to outline our general product direction. It is intended for information purposes

More information

Getting Started With Intellicus. Version: 7.3

Getting Started With Intellicus. Version: 7.3 Getting Started With Intellicus Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

C_TBI30_74

C_TBI30_74 C_TBI30_74 Passing Score: 800 Time Limit: 0 min Exam A QUESTION 1 Where can you save workbooks created with SAP BusinessObjects Analysis, edition for Microsoft Office? (Choose two) A. In an Analysis iview

More information

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

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. BI Publisher Anatomy of a Template (15010) Mike Donohue Director, BI Product Management 2 Copyright 2011, Oracle and/or its affiliates.

More information

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training OBIEE Oracle Business Intelligence Enterprise Edition Rensselaer Business Intelligence Finance Author Training TABLE OF CONTENTS INTRODUCTION... 1 USER INTERFACE... 1 HOW TO LAUNCH OBIEE... 1 TERMINOLOGY...

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware User's Guide for Oracle Business Intelligence Publisher Release 11g (11.1.1) Part No. E18861-01 April 2011 Oracle Fusion Middleware User's Guide for Oracle Business Intelligence

More information

Oracle Reports Developer 10g: Build Reports

Oracle Reports Developer 10g: Build Reports Oracle University Contact Us: +386 15888820 Oracle Reports Developer 10g: Build Reports Duration: 5 Days What you will learn In this course, students learn how to design and build a variety of standard

More information

Getting Started with Intellicus. Version: 16.0

Getting Started with Intellicus. Version: 16.0 Getting Started with Intellicus Version: 16.0 Copyright 2016 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Quality Gates User guide

Quality Gates User guide Quality Gates 3.3.5 User guide 06/2013 1 Table of Content 1 - Introduction... 4 2 - Navigation... 5 2.1 Navigation tool bar... 5 2.2 Navigation tree... 5 2.3 Folder Tree... 6 2.4 Test history... 7 3 -

More information

Oracle Reports Developer 10g: Build Reports

Oracle Reports Developer 10g: Build Reports Oracle University Contact Us: +603 2299 3600, 1 800 80 6277 Oracle Reports Developer 10g: Build Reports Duration: 5 Days What you will learn In this course, participants learn how to design and build a

More information

MicroStrategy Desktop Quick Start Guide

MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop Quick Start Guide Version: 10.4 10.4, December 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. Trademark Information The following are either trademarks or

More information

Microsoft End to End Business Intelligence Boot Camp

Microsoft End to End Business Intelligence Boot Camp Microsoft End to End Business Intelligence Boot Camp 55045; 5 Days, Instructor-led Course Description This course is a complete high-level tour of the Microsoft Business Intelligence stack. It introduces

More information

Release is a maintenance release for Release , , , or

Release is a maintenance release for Release , , , or Oracle Essbase Studio Release 11.1.1.4.00 Readme [Skip Navigation Links] Purpose... 1 New Features... 1 New Features in Release 11.1.1.1... 2 Supported Paths to this Release... 4 Supported Platforms...

More information

Oracle BI, Oracle OLAP, Essbase The Benefits and Cost of Openness. Collaborate 2008 paper 207. April 14, 2008

Oracle BI, Oracle OLAP, Essbase The Benefits and Cost of Openness. Collaborate 2008 paper 207. April 14, 2008 Oracle BI, Oracle OLAP, Essbase The Benefits and Cost of Openness Collaborate 2008 paper 207 April 14, 2008 Dan Vlamis, President, Vlamis Software Solutions, Inc. Agenda Introduction Perspective on Oracle

More information

OLAP Reporting with Crystal Reports 9

OLAP Reporting with Crystal Reports 9 Overview Crystal Reports has established itself as the reporting tool of choice for many companies and excels in providing high quality formatted information based on data stores throughout an organization.

More information

VPN Connection to HFM Server at Poltrona FrauSite Below it is described how to connect You to Poltronafrau.it domain through a VPN connection.

VPN Connection to HFM Server at Poltrona FrauSite Below it is described how to connect You to Poltronafrau.it domain through a VPN connection. IT Technical Documents Author HFM - User Guide Creation Date 24/11/2008 Revised by Revision 17/01/2008 ID Doc. VPN Connection to HFM Server at Poltrona FrauSite Below it is described how to connect You

More information

Adobe LiveCycle ES and the data-capture experience

Adobe LiveCycle ES and the data-capture experience Technical Guide Adobe LiveCycle ES and the data-capture experience Choosing the right solution depends on the needs of your users Table of contents 2 Rich application experience 3 Guided experience 5 Dynamic

More information

Oracle Education Partner, Oracle Testing Center Oracle Consultants

Oracle Education Partner, Oracle Testing Center Oracle Consultants Oracle Reports Developer 10g: Build Reports (40 hrs) What you will learn: In this course, students learn how to design and build a variety of standard and custom Web and paper reports using Oracle Reports

More information

MS-55045: Microsoft End to End Business Intelligence Boot Camp

MS-55045: Microsoft End to End Business Intelligence Boot Camp MS-55045: Microsoft End to End Business Intelligence Boot Camp Description This five-day instructor-led course is a complete high-level tour of the Microsoft Business Intelligence stack. It introduces

More information

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda Agenda Oracle9i Warehouse Review Dulcian, Inc. Oracle9i Server OLAP Server Analytical SQL Mining ETL Infrastructure 9i Warehouse Builder Oracle 9i Server Overview E-Business Intelligence Platform 9i Server:

More information

Oracle. Risk Management Cloud Creating Analytics and Reports. Release 13 (update 17D)

Oracle. Risk Management Cloud Creating Analytics and Reports. Release 13 (update 17D) Oracle Risk Management Cloud Release 13 (update 17D) Release 13 (update 17D) Part Number E89287-01 Copyright 2011-2017, Oracle and/or its affiliates. All rights reserved. Author: David Christie This software

More information

Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E

Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E51528-01 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related documents... 3 1.3 Conventions...

More information

Beyond Query/400: Leap into Business Intelligence with DB2 Web Query

Beyond Query/400: Leap into Business Intelligence with DB2 Web Query Beyond Query/400: Leap into Business Intelligence with DB2 Web Query Jarek Miszczyk ISV Solutions Enablement, IBM DB2 for i Team Rochester, MN USA 8 Copyright IBM Corporation, 2008. All Rights Reserved.

More information

SQL Server Reporting Services

SQL Server Reporting Services www.logicalimagination.com 800.657.1494 SQL Server Reporting Services Course #: SS-104 Duration: 3 days Prerequisites This course assumes no prior knowledge of SQL Server Reporting Services. This course

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

POWER BI COURSE CONTENT

POWER BI COURSE CONTENT POWER BI COURSE CONTENT Why Power BI Training? Power BI is one of the newest additions to Office 365. In this course you will learn Power BI from beginner to advance. Power BI Course enables you to perform

More information

REPORTING Copyright Framework Private Equity Investment Data Management Ltd

REPORTING Copyright Framework Private Equity Investment Data Management Ltd REPORTING Copyright Framework Private Equity Investment Data Management Ltd - 2016 Table of Contents Standard Reports... 3 Standard Report Pack... 4 General Data Protection and Framework... 7 Partner Bank

More information

MicroStrategy Analytics Desktop

MicroStrategy Analytics Desktop MicroStrategy Analytics Desktop Quick Start Guide MicroStrategy Analytics Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT.

More information

White Paper. Major Performance Tuning Considerations for Weblogic Server

White Paper. Major Performance Tuning Considerations for Weblogic Server White Paper Major Performance Tuning Considerations for Weblogic Server Table of Contents Introduction and Background Information... 2 Understanding the Performance Objectives... 3 Measuring your Performance

More information

Style Report Enterprise Edition

Style Report Enterprise Edition INTRODUCTION Style Report Enterprise Edition Welcome to Style Report Enterprise Edition! Style Report is a report design and interactive analysis package that allows you to explore, analyze, monitor, report,

More information

SAS Data Integration Studio 3.3. User s Guide

SAS Data Integration Studio 3.3. User s Guide SAS Data Integration Studio 3.3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Data Integration Studio 3.3: User s Guide. Cary, NC: SAS Institute

More information

Copyright 2010, Oracle. All rights reserved.

Copyright 2010, Oracle. All rights reserved. Agenda Interactive Dashboards Master-Detail Linking New Prompt Controls Pivot Table Interactions Enhanced Dashboard Builder Analysis Editor Overview Working with the analysis editor step by step Praxisteil

More information

QLIKVIEW ARCHITECTURAL OVERVIEW

QLIKVIEW ARCHITECTURAL OVERVIEW QLIKVIEW ARCHITECTURAL OVERVIEW A QlikView Technology White Paper Published: October, 2010 qlikview.com Table of Contents Making Sense of the QlikView Platform 3 Most BI Software Is Built on Old Technology

More information

IBM DB2 Web Query for System i

IBM DB2 Web Query for System i IBM DB2 Web Query for System i Tim Yang System i I/T Specialist Howard Pai Technical Support Center i want stress-free IT. i want control. 8 Copyright IBM Corporation, 2007. All Rights Reserved. This publication

More information

Oracle BI 11g R1: Build Repositories

Oracle BI 11g R1: Build Repositories Oracle University Contact Us: + 36 1224 1760 Oracle BI 11g R1: Build Repositories Duration: 5 Days What you will learn This Oracle BI 11g R1: Build Repositories training is based on OBI EE release 11.1.1.7.

More information

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Designer/Player 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 3 Who should read this manual... 3 What s included in this manual... 3 Symbols

More information

Oracle. Procurement Cloud Creating and Administering Analytics and Reports. Release 13 (update 18B)

Oracle. Procurement Cloud Creating and Administering Analytics and Reports. Release 13 (update 18B) Oracle Procurement Cloud Creating and Administering Analytics and Reports Release 13 (update 18B) Release 13 (update 18B) Part Number E94417-02 Copyright 2011-2018, Oracle and/or its affiliates. All rights

More information

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper April 2011

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

More information

COGNOS BI I) BI introduction Products Introduction Architecture Workflows

COGNOS BI I) BI introduction Products Introduction Architecture Workflows COGNOS BI I) BI introduction Products Architecture Workflows II) Working with Framework Manager (Modeling Tool): Architecture Flow charts Creating Project Creating Data Sources Preparing Relational Metadata

More information

Management Reports Centre. User Guide. Emmanuel Amekuedi

Management Reports Centre. User Guide. Emmanuel Amekuedi Management Reports Centre User Guide Emmanuel Amekuedi Table of Contents Introduction... 3 Overview... 3 Key features... 4 Authentication methods... 4 System requirements... 5 Deployment options... 5 Getting

More information

Oracle BI 11g R1: Build Repositories Course OR102; 5 Days, Instructor-led

Oracle BI 11g R1: Build Repositories Course OR102; 5 Days, Instructor-led Oracle BI 11g R1: Build Repositories Course OR102; 5 Days, Instructor-led Course Description This Oracle BI 11g R1: Build Repositories training is based on OBI EE release 11.1.1.7. Expert Oracle Instructors

More information

Best Practices for Choosing Content Reporting Tools and Datasources. Andrew Grohe Pentaho Director of Services Delivery, Hitachi Vantara

Best Practices for Choosing Content Reporting Tools and Datasources. Andrew Grohe Pentaho Director of Services Delivery, Hitachi Vantara Best Practices for Choosing Content Reporting Tools and Datasources Andrew Grohe Pentaho Director of Services Delivery, Hitachi Vantara Agenda Discuss best practices for choosing content with Pentaho Business

More information

COGNOS DYNAMIC CUBES: SET TO RETIRE TRANSFORMER? Update: Pros & Cons

COGNOS DYNAMIC CUBES: SET TO RETIRE TRANSFORMER? Update: Pros & Cons COGNOS DYNAMIC CUBES: SET TO RETIRE TRANSFORMER? 10.2.2 Update: Pros & Cons GoToWebinar Control Panel Submit questions here Click arrow to restore full control panel Copyright 2015 Senturus, Inc. All Rights

More information

BusinessObjects Frequently Asked Questions

BusinessObjects Frequently Asked Questions BusinessObjects Frequently Asked Questions Contents Is there a quick way of printing together several reports from the same document?... 2 Is there a way of controlling the text wrap of a cell?... 2 How

More information

<Insert Picture Here>

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

More information

Page 1. Oracle9i OLAP. Agenda. Mary Rehus Sales Consultant Patrick Larkin Vice President, Oracle Consulting. Oracle Corporation. Business Intelligence

Page 1. Oracle9i OLAP. Agenda. Mary Rehus Sales Consultant Patrick Larkin Vice President, Oracle Consulting. Oracle Corporation. Business Intelligence Oracle9i OLAP A Scalable Web-Base Business Intelligence Platform Mary Rehus Sales Consultant Patrick Larkin Vice President, Oracle Consulting Agenda Business Intelligence Market Oracle9i OLAP Business

More information

6+ years of experience in IT Industry, in analysis, design & development of data warehouses using traditional BI and self-service BI.

6+ years of experience in IT Industry, in analysis, design & development of data warehouses using traditional BI and self-service BI. SUMMARY OF EXPERIENCE 6+ years of experience in IT Industry, in analysis, design & development of data warehouses using traditional BI and self-service BI. 1.6 Years of experience in Self-Service BI using

More information

Griffin Training Manual Grif-WebI Introduction (For Analysts)

Griffin Training Manual Grif-WebI Introduction (For Analysts) Griffin Training Manual Grif-WebI Introduction (For Analysts) Alumni Relations and Development The University of Chicago Table of Contents Chapter 1: Defining WebIntelligence... 1 Chapter 2: Working with

More information

Publishing Concurrent Requests with XML Publisher. An Oracle White Paper January 2005

Publishing Concurrent Requests with XML Publisher. An Oracle White Paper January 2005 Publishing Concurrent Requests with XML Publisher An Oracle White Paper January 2005 Publishing Concurrent Requests with XML Publisher EXECUTIVE SUMMARY... 1 INTRODUCTION... 1 Process Overview... 2 Register

More information

Proceedings of the IE 2014 International Conference AGILE DATA MODELS

Proceedings of the IE 2014 International Conference  AGILE DATA MODELS AGILE DATA MODELS Mihaela MUNTEAN Academy of Economic Studies, Bucharest mun61mih@yahoo.co.uk, Mihaela.Muntean@ie.ase.ro Abstract. In last years, one of the most popular subjects related to the field of

More information

<Insert Picture Here> The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements

<Insert Picture Here> The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements 1 The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements Padmaprabodh Ambale, Gustavo Jimenez Applications Technology Group The following is intended to outline

More information

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

Performance Best Practices Paper for IBM Tivoli Directory Integrator v6.1 and v6.1.1

Performance Best Practices Paper for IBM Tivoli Directory Integrator v6.1 and v6.1.1 Performance Best Practices Paper for IBM Tivoli Directory Integrator v6.1 and v6.1.1 version 1.0 July, 2007 Table of Contents 1. Introduction...3 2. Best practices...3 2.1 Preparing the solution environment...3

More information

Obiee 11g Installation Guide Windows 7 Pdf >>>CLICK HERE<<<

Obiee 11g Installation Guide Windows 7 Pdf >>>CLICK HERE<<< Obiee 11g Installation Guide Windows 7 Pdf Installation & Architecture of OBIEE 11g on windows. -3 days Identifying the Informatica repository objects used to configure the Oracle Business Analytics. Since

More information

Key Differentiators. What sets Ideal Anaytics apart from traditional BI tools

Key Differentiators. What sets Ideal Anaytics apart from traditional BI tools Key Differentiators What sets Ideal Anaytics apart from traditional BI tools Ideal-Analytics is a suite of software tools to glean information and therefore knowledge, from raw data. Self-service, real-time,

More information

EG 4.1. PC-SAS users. for. I C T EG 4.1 for PC-SAS Users. Thursday - May 7 th, 2009

EG 4.1. PC-SAS users. for. I C T EG 4.1 for PC-SAS Users. Thursday - May 7 th, 2009 EG 4.1 for PC-SAS users Agenda What EG 4.1 is? EG 4.1 vs. PC-SAS. Why not to use EG 4.1? Why to use EG 4.1? What s next for EG? Conclusion. Questions. 2 What EG 4.1 is? SAS Enterprise SAS ships Guide Enterprise

More information

Oracle Essbase Studio. Readme. Purpose. New Features. Installation Information. Release Patch Set 1 (PS1):

Oracle Essbase Studio. Readme. Purpose. New Features. Installation Information. Release Patch Set 1 (PS1): Oracle Essbase Studio Release 11.1.2.0.000 Patch Set 1 (PS1): 11.1.2.1.000 Readme [Skip Navigation Links] Purpose... 1 New Features... 1 Installation Information... 1 Supported Platforms... 2 Supported

More information

<Insert Picture Here> Implementing Efficient Essbase ASO Application

<Insert Picture Here> Implementing Efficient Essbase ASO Application Implementing Efficient Essbase ASO Application Buland Chowdhury & Steve Liebermensch Senior Technical Director Agenda Basic Design Dimension settings and usage Partitioning Formulas

More information

C_HANAIMP142

C_HANAIMP142 C_HANAIMP142 Passing Score: 800 Time Limit: 4 min Exam A QUESTION 1 Where does SAP recommend you create calculated measures? A. In a column view B. In a business layer C. In an attribute view D. In an

More information

Data Integration and ETL with Oracle Warehouse Builder

Data Integration and ETL with Oracle Warehouse Builder Oracle University Contact Us: 1.800.529.0165 Data Integration and ETL with Oracle Warehouse Builder Duration: 5 Days What you will learn Participants learn to load data by executing the mappings or the

More information

Course Contents: 1 Business Objects Online Training

Course Contents: 1 Business Objects Online Training IQ Online training facility offers Business Objects online training by trainers who have expert knowledge in the Business Objects and proven record of training hundreds of students Our Business Objects

More information

6 SSIS Expressions SSIS Parameters Usage Control Flow Breakpoints Data Flow Data Viewers

6 SSIS Expressions SSIS Parameters Usage Control Flow Breakpoints Data Flow Data Viewers MSBI Training Program [SSIS SSAS SSRS] Duration : 60 Hrs SSIS 1 Introduction to SSIS SSIS Components Architecture & Installation SSIS Tools and DTS 2 SSIS Architecture Control Flow Tasks Data Flow Tasks

More information