Top 10 Tips and Tricks for Oracle Business Intelligence

Size: px
Start display at page:

Download "Top 10 Tips and Tricks for Oracle Business Intelligence"

Transcription

1 Specialized. Recognized. Preferred. The right partner makes all the difference. Top 10 Tips and Tricks for Oracle Business Intelligence By: Patrick Callahan Practice Director AST Corporation April 11, 2014 Applications Software Technology Corporation 1755 Park Street, Suite 100 Naperville, Illinois

2 Contents INTRODUCTION... 1 TIP #1 DIG INTO WHAT S NEW IN 11G... 1 TIP #2 LEARN THE ARCHITECTURE AND TERMINOLOGY... 2 TIP #3 DON T IGNORE YOUR DATA WAREHOUSE DESIGN... 4 TIP #4 ALLOCATE ENOUGH TIME FOR ORACLE BI REPOSITORY DESIGN... 5 TIP #5 TAKE FULL ADVANTAGE OF USER EXPERIENCE ENHANCEMENTS... 7 TIP #6 MAKE BI INTERACTIVE... 7 TIP #7 IMPROVE THE PRESENTATION... 8 TIP #8 CONSIDER ALL OF YOUR USERS... 9 TIP #9 UTILIZE METRICS FOR SYSTEM PERFORMANCE TIP #10 BE ITERATIVE! CONCLUSION Page ii

3 Introduction Sometimes you just want to cut to the chase, side-step all of the new product jargon and find out what works best. It helps to pick up tips and tricks from the experts and that is exactly what this paper delivers for Oracle s Business Intelligence Enterprise Edition (OBIEE). It enlightens users to our Top 10 Tips for implementing OBIEE 11g. Each tip provides context, highlights the value around the related product features and capabilities then quickly dives into examples. Tip #1 Dig into What s New in 11g Whenever we re asked what s new in OBIEE 11g, we respond What isn t new? that s truly the case. OBIEE 11g was a substantial release and each dot release even further tweaks the capabilities and quietly offers new features. The new look and feel is great, but the enhanced interactions and animations on top of the new features really provide a slick package. We recommend jumping in and using the basic Sample App offered as part of the installation or grabbing the expanded one. You ll quickly realize the high-fidelity charting across the powerful user interfaces with interactive analytics that include animated transitions and master-detail linking, more to come on those topics. Additionally, BI Publisher has a brand new online layout builder which finally brings development into the OBIEE environment. BI Publisher is a strategic solution for Oracle and will continue to be enhanced. The new editor is page-oriented, interactive Page 1

4 with instant preview capabilities all well-received features of the editor. Another new component is Oracle Scorecard and Strategy Management (OSSM), Oracle s strategic solution for performance score-carding (replacing Hyperion Performance Scorecard). Its integration into OBIEE is a big plus, with all of your BI metadata (metrics, etc.) available to feed into and enrich your scorecards. The standard methodologies are supported (e.g. Balanced, Six Sigma and Baldridge). Overall, the solution offers strategy visualization with strategy maps and trees, cause and effects, watch-lists and annotations. Also exciting, is that writeback and mobile support are coming soon for OSSM. Tip #2 Learn the Architecture and Terminology Much of the OBIEE 11g architecture has changed and with it, comes new terminology that must be understood. A key differentiation is that OBIEE now resides or is deployed within WebLogic Server (WLS) as a WLS domain. The following terms are key to understanding how the 11g BI system functions are managed. In general, they apply to Oracle s architecture schematic that follows. Oracle BI Domain The overall Oracle BI EE system. WebLogic Domain The set of WebLogic instances servicing one or more Java 2 Platform, Enterprise Edition (J2EE) applications. Admin Server (WebLogic) Provides management of both the WebLogic and BI Domain. Only one (1) per WebLogic Domain. Managed Server (WebLogic) Contains deployed J2EE BI application. Node Manager (WebLogic) Daemon process that provides remote server start, stop and restart capabilities in addition to monitoring. Oracle BI System Components This includes the BI Server, BI Scheduler, BI Presentation Server, BI Java Host and Cluster Controller. Oracle BI J2EE Components This includes BI Publisher, BI Office, Action Framework Service, BI SAW Bridge Plug-in, Security and Web Services for SOA. Page 2

5 The above architecture applies to the installation. No longer just an option, repositories must be created before installation using the Repository Creation Utility (RCU); minimally, the MDS and BIPLATFORM schemas are needed. From there, you have a few installation options: Simple For development machines/laptops only. This installation option combines Admin and Managed Servers so it cannot be scaled out. Enterprise Includes configuration steps; generally used when doing primary server installs. Software Only Configuration is separate; generally used when scaling out or adding component If you are simply trying out OBIEE 11g, go with the Simple install. For recommendations on sizing and capacity planning, refer to Doc ID available online from Oracle. Another key element of the architecture and installation is the resulting Oracle BI directory structure we will quickly share how it will look and explain the major components. The screenshot to the right shows the resulting structure. Some highlights are: Middleware Home (FMW_Home) Top level location for the installation. Page 3

6 BI Oracle Home (FMW_Home\Oracle_BI1) Contains core Oracle BI components and template files used by the configuration phase of the install process Common Oracle Home (FMW_Home\oracle_common) Contains general Oracle files. WebLogic Server (FMW_Home\wlserver_10.3) Contains the Oracle WebLogic Server binaries. Related to installation, there are a couple of additional configuration tidbits. First, a separate web server (Oracle HTTP Server, etc.) is recommended for HTTP compression and caching. WebLogic s embedded web server is not optimal; installing and configuring OHS X is an option and you can enable compression / caching by editing the httpd.conf file. Oracle did provide an Upgrade Assistant (UA) in 11g to help users migrate from 10g. This upgrades the repository (RPD) and presentation catalog and actually deploys everything, so you need a working BI 11g environment for this to work. This is necessary because the UA ports users from the RPD into WebLogic, as users are no longer in the RPD. As a result, whenever migrating environments, one must migrate the Identity Store, Credential Store and Policy Store. Tip #3 Don t Ignore Your Data Warehouse Design Yes, OBIEE 11g is a great BI solution offering robust features, even including federated data sources. We consider federated configurations as early stage solutions since sophisticated analytics solutions often require data quality applications and well-architected models at the physical layer to produce the desired results. We generally architect a data mart (warehouse) underlying OBIEE to support analytics requirements. Going into this activity, it is best to follow some core data warehousing and BI modeling principles gleaned from experts Kimball and Inmon: 1. Target a business process or subject area. 2. Solidify the level of detail or grain. By default, capture lowest level of detail which promotes drill-down capabilities and makes BI operational. Summarized for special cases only instead, utilize aggregates. 3. Identify the dimensions by which data needs to be analyzed. Primarily; How to slice and dice the data? 4. Identify the metrics to be included for analysis. Basically; What numbers and calculations are desired? Page 4

7 For the basis of modeling, target snowflake (dimensions in multiple tables) and star (dimensions in single table) schemas, since such models are well-supported by every BI solution (not just Oracle) and eventually translate well into multi-dimensional implementations within Essbase or otherwise. When you are modeling, also adhere to data modeling standards. If you don t currently have defined data modeling standards, the Oracle Business Analytics Warehouse Data Model Reference (Version 7.9.6) is a good start. Finally, the physical implementation of a data warehouse model is important as every RDBMS has many options to choose from. First and foremost, all dimension tables need primary keys and, with few exceptions, these should be surrogate keys. Natural keys must still exist as attributes and be used by ETL and a dummy (blank/zero/placeholder) record is recommended for each dimension. All fact tables must have foreign keys to dimensions and these should have indexes. In Oracle, choose from standard, bitmap or bitmap-join indexes (stores rowid for primary key as well uses more storage). If bitmap or bitmapjoin indexes are implemented and STAR_TRANSFORMATION _ENABLED=TRUE, the Oracle database will force sub-queries against the dimensions before the fact. Partitioning will almost always help in a BI environment and materialized views are often a good choice for generating aggregates. For larger implementations, consider Oracle Exalytics for its optimized BI connectivity, advanced data visualization capabilities and its plug-and-play architecture. Tip #4 Allocate Enough Time for Oracle BI Repository Design With very little change from 10g, the OBIEE repository is the nuts and bolts of an Oracle BI implementation. The connections to data sources, analytics modeling, definition of presentation subject areas, and all related metadata are managed here. These areas are summarized in the schematic below: Page 5

8 Moving from right-to-left, the Physical Models define components for physical queries, aligning with data source structures, and encapsulating source dependencies for portability and federation purposes. The most important aspect of the BI repository is the Business Model in the center. Here, analytic behavior is defined, abstraction of sources occurs, mappings for each logical column (e.g. decision rules, etc.) are implemented, and dimensions along with their related hierarchies are confirmed. Finally, the Presentation Catalog offers a structured view of the dimensional business model and general organization of objects, with desired names and descriptive overrides. Within Oracle s BI Administration tool, the facility where the RPD is created and modified, there are some very helpful utilities, as seen in the window above. For the bulk of the work associated with building and maintaining models and subject areas, the Replace Columns or Table in Logical Table Sources, Rename Wizard, Update Physical Layer and Remove Unused Physical Objects options are great. In particular, the Rename Wizard is great for initial model cleanup of names such as making them more discernible for business users and less like physical database names. For metadata documentation, the Repository Documentation (delimited output) and Generate Metadata Dictionary (requires configuration of online access) options are great. For deploying change, the Generate Deployment File option works well. Not necessarily an RPD utility, but a new option in 11g is the Creating Subject Areas for Logical Stars, Snowflakes facility that s available when you select a business model and right mouse-click for a pop-up menu. The facility simply creates a subject area for every fact in the selected business model, including all necessary metrics and dimensions. This is a creative way to quickly kick off design and POC development efforts. Finally, you may want to further look into the externalizing metadata objects for localization requirements and the use of new lookup tables in 11g for translations of dimension. Page 6

9 Tip #5 Take Full Advantage of User Experience Enhancements We ve seen users fully embrace the use of sliders in lieu of standard prompts. Slider-type dashboard and page prompts are less attractive here, we mean sliders used within analysis objects (charts). Within the layout editor of the Results tab for an analysis definition, go ahead and move a report element into the section area, below the graph prompts also ensure the Display as slider checkbox is checked. It s that easy to do and sure to be well-received by your users. Another neat, new feature of 11g is Chart Zooming. This is a simple enhancement to the UI. First, on the graph properties page (on the Canvas tab), one can selectively enable Zoom and Scroll for the vertical and horizontal axes. With that set, the zip option (seen as a magnifying glass icon), is available along the lower left side of the chart. When selected, the zooming occurs in-line and the scrolling window can be adjusted by sizing the bar within the scrolling widget itself. Occasionally, we encounter flaky behavior with this feature, but all in all it s a nice facility. Tip #6 Make BI Interactive We re big proponents of the interactive features of OBIEE 11g, the wow factor they often has on users, and the overall role they have in making BI actionable are great. In OBIEE, the key component of this is the Action Framework which include agents and actions. In many respects, agents are the new generation of ibots from 10g and earlier; they enable business processes and provide event-driven alerting, scheduled content publishing, and conditional event-driven actions. Agents have various subscription and recipient options, plus complex layered triggering requirements can be implemented. Moreover, alerts (via agents) can be delivered to: (1) the Alerts section of Home page, (2) the first page of My Dashboard, (3) any dashboard page, (4) within the dialog displayed from the Alerts! button in the global header, and (5) specified delivery devices (phones, etc.). Finally, actions allow for enabling navigation or invoking Page 7

10 of services or other requests. Another interactive feature of OBIEE 11g is Master-Detail Linking which is the interaction between separate analyses (e.g. charts, reports). This capability is helpful in making a dashboard page come alive and effectively react to the actions of the user. For example, selecting a year or department or product in one chart flows down to linked charts or tables across the dashboard the effect is great. At a high-level, this interaction is done by an event being initiated by a driving analysis with other analyses listening for the specified event. First, pick a driving column (e.g. report element) on the Master to initiate the event, also specifying a channel name. Second, have the Detail analyses listening; it s possible to list multiple channels. In the end, it is quite easy to setup and implement for key dashboards in your OBIEE 11g deployment. This same linking capability can be applied to maps. Tip #7 Improve the Presentation One of the first things users and customers ask is How do we make this look like ours? Essentially, the branding of the BI solution is important to many organizations and user communities. Colors, images and wording can all be adjusted; even replacing the Oracle logo, the Business Intelligence title and the base message text can be accomplished. To do this, you have to adjust and deploy new skins, styles and message content the default locations are: Skins FMW_Home\Oracle_BI1\bifoundation\web\app\res \sk_blafp Styles FMW_Home\Oracle_BI1\bifoundation\web\app\res \s_blafp Messages FMW_Home\Oracle_BI1\bifoundation\web \msgdb First, copy these directories and the WEB-INF directory (FMW_Home\instances\instance1\bifoundation\OracleBIPresent ationserver\coreapplication_obi ps1\analyticsres) to a new location to modify and deploy a new application from the WLS console. Additional configurations are needed before deploying; do not modify in default locations since they will be overwritten with upgrades. A great Oracle white paper on this is Customizing Oracle Business Intelligence Enterprise Edition 11g. Another good way to improve upon the manageability of your BI presentation layer is to take advantage of the new inheritance options within 11g across pages and dashboards. When adding a Page 8

11 report (analysis) to a dashboard page, ensure the Inherit Page Settings radio button is selected; then do the same thing for the page properties. These settings then point to those specified within the overall dashboard properties, available in the Dashboard Report Links option. These selections are shown below: Tip #8 Consider All of Your Users Most people that implement technical solutions realize that you have to be prepared for and offer solutions to users of all types and skill levels. That is no different with analytics solutions, even though they are supposed to be inherently straight-forward. With its core report building and ad hoc capabilities, OBIEE 11g in fact is quite easy for most users. For those users that could benefit from a wizard-driven approach, you could enable BI Composer, a little known component of OBIEE 11g. There is some configuration required (it doesn t work out-of-the-box) and the steps are easily accessible online. To turn BI Composer on, one needs to go to their account settings while logged into OBIEE and turn Accessibility Mode on. The origination of this naming convention is not known to the author, but Wizard Mode would be a more applicable label. Regardless, once this mode is enabled, you ll notice that your options change in OBIEE and Analysis now means something different. Creating a new analysis now takes you to the BI Composer Wizard as shown here: Page 9

12 This whole approach does not seem well thought out and it s uncertain whether or not this functionality will survive in future releases. It would have been nice to have the option to use the wizard or not without enabling a mode that changes the process. Go ahead and give it a try it may be just what some of your users are looking for. Tip #9 Utilize Metrics for System Performance The move to WebLogic has had additional benefits, as Enterprise Manager (EM) offers a ton of information for you to assess the performance of your OBIEE 11g environments and applications. By logging into EM, navigating to the AdminServer area and selecting Performance Summary from the drop down menu at the top, you ll quickly gain access to all of the available performance metrics. These include variations around resource usage and performance areas. Additionally, the timeframe to be analyzed can easily be targeted with the on-screen options. The metric palette on the right-hand panel organizes the available metrics as shown here: Page 10

13 Tip #10 Be Iterative! BI is a truly a process and an evolution for any organization. Depending on where you are starting, goals can be conservative or aggressive, but it s important to be iterative and make progress each time, offering new, actionable content with every release. The following online documentation areas and examples have been quite helpful in starting with 11g go ahead and have a look yourself: OBIEE Documentation 11g Examples 11g SampleApp107 VirtualBox image also available here Page 11

14 Conclusion In summary, OBIEE 11g has a lot to offer - digging in and getting your hands dirty is the way to go. We ve highlighted some the key areas of focus and hope that they will benefit your BI endeavors. Our Top 10 Tips for OBIEE 11g are: Tip #1 Dig into What s New in 11g Tip #2 Learn the Architecture and Terminology Tip #3 Don t Ignore Your Data Warehouse Design Tip #4 Allocate Enough Time for Oracle BI Repository Design Tip #5 - Take Full Advantage of User Experience Enhancements Tip #6 Make BI Interactive Tip #7 Improve the Presentation Tip #8 Consider All of Your Users Tip #9 Utilize Metrics for System Performance Tip #10 Be Iterative! Best wishes and good luck with your OBIEE 11g implementations! Page 12

15 April 11, 2014 AST Corporation 1755 Park Street, Suite 100 Naperville, Illinois Phone: Fax: Copyright 2014 AST Corporation AST Corporation is a privately held company founded in 1995 to serve commercial and public sector organizations in utilizing the full potential of their investment in Oracle Applications and Technologies. We have built our practice by providing top quality full life cycle and turn-key consulting services for Oracle Applications implementation and upgrade projects, among other specific services. Our mission is to insure that you, as a valued client, receive the highest level of expertise and personalized service for your Enterprise Applications. We endeavor to help you realize the full benefit from your investment in software applications and integrate them seamlessly to your business processes.

TOP 10 TIPS AND TRICKS FOR ORACLE BUSINESS INTELLIGENCE SESSION #12061

TOP 10 TIPS AND TRICKS FOR ORACLE BUSINESS INTELLIGENCE SESSION #12061 TOP 10 TIPS AND TRICKS FOR ORACLE BUSINESS INTELLIGENCE SESSION #12061 Patrick Callahan AST Corporation Practice Director, Business Intelligence & EPM pcallahan@astcorporation.com www.astcorporation.com

More information

"Must Know" Tips & Tricks for Oracle Business Intelligence 11g

Must Know Tips & Tricks for Oracle Business Intelligence 11g "Must Know" Tips & Tricks for Oracle Business Intelligence 11g Session ID#: 10488 Taking full advantage of what OBIEE and OBIFS has to offer Prepared by: Patrick Callahan AST Corporation VP, Business Intelligence

More information

Oracle Business Intelligence 11g OPN Advanced Workshop

Oracle Business Intelligence 11g OPN Advanced Workshop Oracle Business Intelligence 11g OPN Advanced Workshop Lab Book OPN: Oracle Business Intelligence 11g Advanced Workshop OPN Workshop: BI 11g Advanced Seite 1 Authors Revision Jignesh Mehta Naresh Nemani

More information

Super-Charged Oracle Business Intelligence with Essbase and SmartView

Super-Charged Oracle Business Intelligence with Essbase and SmartView Specialized. Recognized. Preferred. The right partner makes all the difference. Super-Charged Oracle Business Intelligence with Essbase and SmartView By: Gautham Sampath Pinellas County & Patrick Callahan

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with

More information

Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide

Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide Oracle Business Intelligence Foundation Suite 11g Essentials Exam Study Guide Joshua Jeyasingh Senior Technical Account Manager WW A&C Partner Enablement Objective & Audience Objective Help you prepare

More information

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks

Building Views and Charts in Requests Introduction to Answers views and charts Creating and editing charts Performing common view tasks Oracle Business Intelligence Enterprise Edition (OBIEE) Training: Working with Oracle Business Intelligence Answers Introduction to Oracle BI Answers Working with requests in Oracle BI Answers Using advanced

More information

Migrating a Discoverer System to Oracle Business Intelligence Enterprise Edition

Migrating a Discoverer System to Oracle Business Intelligence Enterprise Edition Migrating a Discoverer System to Oracle Business Intelligence Enterprise Edition Milena Gerova President Bulgarian Oracle User Group mgerova@technologica.com Who am I Project Manager in TechnoLogica Ltd

More information

Oracle E-Business Suite - Oracle Business Intelligence Enterprise Edition 11g Integration

Oracle E-Business Suite - Oracle Business Intelligence Enterprise Edition 11g Integration Specialized. Recognized. Preferred. The right partner makes all the difference. Oracle E-Business Suite - Oracle Business Intelligence Enterprise Edition 11g Integration By: Arun Chaturvedi, Business Intelligence

More information

Oracle Business Intelligence 11g Business Dashboard Management

Oracle Business Intelligence 11g Business Dashboard Management Oracle Business Intelligence 11g Business Dashboard Management Thomas Oestreich Chief EPM STrategist Tool Proliferation is Inefficient and Costly Disconnected Systems; Competing Analytic

More information

uncommon thinking ORACLE BUSINESS INTELLIGENCE ENTERPRISE EDITION ONSITE TRAINING OUTLINES

uncommon thinking ORACLE BUSINESS INTELLIGENCE ENTERPRISE EDITION ONSITE TRAINING OUTLINES OBIEE 11G: CREATE ANALYSIS AND DASHBOARDS: 11.1.1.7 DURATION: 4 DAYS Course Description: This course provides step-by-step instructions for creating analyses and dashboards, which compose business intelligence

More information

OBIEE 11g Data Modeling Best Practices

OBIEE 11g Data Modeling Best Practices OBIEE 11g Data Modeling Best Practices Mark Rittman, Director, Rittman Mead Oracle Open World 2010, San Francisco, September 2010 Introductions Mark Rittman, Co-Founder of Rittman Mead Oracle ACE Director,

More information

Oracle Business B. Intelligence. Products Roadmap. Ljiljana Perica, Oracle Business Solution Team Leader

Oracle Business B. Intelligence. Products Roadmap. Ljiljana Perica, Oracle Business Solution Team Leader Oracle Business B Intelligence Products Roadmap Ljiljana Perica, Oracle Business Solution Team Leader 1 Oracle is the Worldwide Leader in Business Analytics Oracle BI Applications #1 in Analytic Applications

More information

SAS BI Course Content; Introduction to DWH / BI Concepts

SAS BI Course Content; Introduction to DWH / BI Concepts SAS BI Course Content; Introduction to DWH / BI Concepts SAS Web Report Studio 4.2 SAS EG 4.2 SAS Information Delivery Portal 4.2 SAS Data Integration Studio 4.2 SAS BI Dashboard 4.2 SAS Management Console

More information

How To Choose A Business Intelligence Toolkit

How To Choose A Business Intelligence Toolkit Background Current Reporting Challenges: Difficulty extracting various levels of data from AgLearn Limited ability to translate data into presentable formats Complex reporting requires the technical staff

More information

OBIEE 11g : Answers, Dashboards & More

OBIEE 11g : Answers, Dashboards & More OBIEE 11g : Answers, Dashboards & More Mark Rittman, Director, Rittman Mead Oracle Open World, San Francisco, September 2010 Introductions Mark Rittman, Co-Founder of Rittman Mead Oracle ACE Director,

More information

Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on Oracle WebLogic Server

Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on Oracle WebLogic Server Configuration Guide Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.3 Web Applications Deployed on Oracle WebLogic Server This document describes how to configure Apache HTTP Server

More information

Oracle BI Extended Edition (OBIEE) Tips and Techniques: Part 1

Oracle BI Extended Edition (OBIEE) Tips and Techniques: Part 1 Oracle BI Extended Edition (OBIEE) Tips and Techniques: Part 1 From Dan: I have been working with Oracle s BI tools for years. I am quite the Discoverer expert (a free tool now from Oracle Corp OBISE standard

More information

Oracle Data Integrator 11g New Features & OBIEE Integration. Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect

Oracle Data Integrator 11g New Features & OBIEE Integration. Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect Oracle Data Integrator 11g New Features & OBIEE Integration Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect Agenda 01. Overview & The Architecture 02. New Features Productivity,

More information

Microsoft Data Warehouse in Depth

Microsoft Data Warehouse in Depth Microsoft Data Warehouse in Depth 1 P a g e Duration What s new Why attend Who should attend Course format and prerequisites 4 days The course materials have been refreshed to align with the second edition

More information

Cal Answers Analysis Training Part III. Advanced OBIEE - Dashboard Reports

Cal Answers Analysis Training Part III. Advanced OBIEE - Dashboard Reports Cal Answers Analysis Training Part III Advanced OBIEE - Dashboard Reports University of California, Berkeley March 2012 Table of Contents Table of Contents... 1 Overview... 2 Remember How to Create a Query?...

More information

s@lm@n Oracle Exam 1z0-591 Oracle Business Intelligence Foundation Suite 11g Essentials Version: 6.6 [ Total Questions: 120 ]

s@lm@n Oracle Exam 1z0-591 Oracle Business Intelligence Foundation Suite 11g Essentials Version: 6.6 [ Total Questions: 120 ] s@lm@n Oracle Exam 1z0-591 Oracle Business Intelligence Foundation Suite 11g Essentials Version: 6.6 [ Total Questions: 120 ] Question No : 1 A customer would like to create a change and a % Change for

More information

Overview of Creating Analyses and Dashboards in OBIEE 11g

Overview of Creating Analyses and Dashboards in OBIEE 11g Overview of Creating Analyses and Dashboards in OBIEE 11g Venkatakrishnan Srinivasan, Principal Consultant, Rittman Mead AIOUG Sangam Conference, Bangalore December 2011 Introductions Venkatakrishnan Srinivasan

More information

Online Courses. Version 9 Comprehensive Series. What's New Series

Online Courses. Version 9 Comprehensive Series. What's New Series Version 9 Comprehensive Series MicroStrategy Distribution Services Online Key Features Distribution Services for End Users Administering Subscriptions in Web Configuring Distribution Services Monitoring

More information

Migrating Discoverer to OBIEE Lessons Learned. Presented By Presented By Naren Thota Infosemantics, Inc.

Migrating Discoverer to OBIEE Lessons Learned. Presented By Presented By Naren Thota Infosemantics, Inc. Migrating Discoverer to OBIEE Lessons Learned Presented By Presented By Naren Thota Infosemantics, Inc. Professional Background Partner/OBIEE Architect at Infosemantics, Inc. Experience with BI solutions

More information

Workshop for WebLogic introduces new tools in support of Java EE 5.0 standards. The support for Java EE5 includes the following technologies:

Workshop for WebLogic introduces new tools in support of Java EE 5.0 standards. The support for Java EE5 includes the following technologies: Oracle Workshop for WebLogic 10g R3 Hands on Labs Workshop for WebLogic extends Eclipse and Web Tools Platform for development of Web Services, Java, JavaEE, Object Relational Mapping, Spring, Beehive,

More information

Oracle Sales Cloud Reporting and Analytics Overview. Release 13.2 Part Number E51666-02 January 2014

Oracle Sales Cloud Reporting and Analytics Overview. Release 13.2 Part Number E51666-02 January 2014 Oracle Sales Cloud Reporting and Analytics Overview Release 13.2 Part Number E51666-02 January 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Dashboards 2010 IBM Corporation This presentation should provide an overview of the dashboard widgets for use with WebSphere Business Monitor. WBPM_Monitor_Dashboards.ppt Page

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

Creating Analyses and Dashboards Topic List Collapse All Topics Hide All Images Print

Creating Analyses and Dashboards Topic List Collapse All Topics Hide All Images Print Creating Analyses and Dashboards Topic List Collapse All Topics Hide All Images Print Overview Purpose In this tutorial, you will learn how to build, format, and customize Oracle Business Intelligence

More information

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files About This Tutorial 1Creating an End-to-End HL7 Over MLLP Application 1.1 About This Tutorial 1.1.1 Tutorial Requirements 1.1.2 Provided Files This tutorial takes you through the steps of creating an end-to-end

More information

BusinessObjects Enterprise InfoView User's Guide

BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise XI 3.1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

OBIEE 11g Scaleout & Clustering

OBIEE 11g Scaleout & Clustering OBIEE 11g Scaleout & Clustering Borkur Steingrimsson, Rittman Mead Consulting Collaborate, Orlando, April 2011 Agenda Review OBIEE Architecture Installation Scenarios : Desktop, Departmental, Enterprise

More information

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c This document describes how to set up Oracle Enterprise Manager 12c to monitor

More information

Oracle BIEE 11g Reports and Dashboard Hands On

Oracle BIEE 11g Reports and Dashboard Hands On Username: student Oracle BIEE 11g Reports and Dashboard Hands On Vlamis Software Solutions is one of the most respected training organizations in the Oracle Business Intelligence community because our

More information

Developing Rich Web Applications with Oracle ADF and Oracle WebCenter Portal

Developing Rich Web Applications with Oracle ADF and Oracle WebCenter Portal JOIN TODAY Go to: www.oracle.com/technetwork/java OTN Developer Day Oracle Fusion Development Developing Rich Web Applications with Oracle ADF and Oracle WebCenter Portal Hands on Lab (last update, June

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

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

OBIEE 11g Analytics Using EMC Greenplum Database

OBIEE 11g Analytics Using EMC Greenplum Database White Paper OBIEE 11g Analytics Using EMC Greenplum Database - An Integration guide for OBIEE 11g Windows Users Abstract This white paper explains how OBIEE Analytics Business Intelligence Tool can be

More information

Effective BI Dashboards Best Practices and worst pitfalls OAUG Connection Point EPM/BI 5-6 November, 2012

Effective BI Dashboards Best Practices and worst pitfalls OAUG Connection Point EPM/BI 5-6 November, 2012 Effective BI Dashboards Best Practices and worst pitfalls OAUG Connection Point EPM/BI 5-6 November, 2012 Presented by: Arun K. Chaturvedi Business Intelligence Architect AST Corporation Agenda 01. Overview

More information

Oracle BI 10g: Analytics Overview

Oracle BI 10g: Analytics Overview Oracle BI 10g: Analytics Overview Student Guide D50207GC10 Edition 1.0 July 2007 D51731 Copyright 2007, Oracle. All rights reserved. Disclaimer This document contains proprietary information and is protected

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

Salient Dashboard Designer 5.75. Training Guide

Salient Dashboard Designer 5.75. Training Guide Salient Dashboard Designer 5.75 Training Guide Salient Dashboard Designer Salient Dashboard Designer enables your team to create interactive consolidated visualizations of decision support intelligence,

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

OBIEE DEVELOPER RESUME

OBIEE DEVELOPER RESUME 1 of 5 05/01/2015 13:14 OBIEE DEVELOPER RESUME Java Developers/Architects Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide candidates on a Contract basis.

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Installation Guide for Oracle Business Intelligence 11g Release 1 (11.1.1) E10539-05 February 2013 Explains how to install and deinstall Oracle Business Intelligence products (including

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

OBIEE Cloning. Cloning the OBIEE 11g database migration to a new host. Ashok Thiyagarajan ADVANS MARLBOROUGH, MA AND CHENNAI, INDIA WWW.ADVANSIT.

OBIEE Cloning. Cloning the OBIEE 11g database migration to a new host. Ashok Thiyagarajan ADVANS MARLBOROUGH, MA AND CHENNAI, INDIA WWW.ADVANSIT. OBIEE Cloning Cloning the OBIEE 11g database migration to a new host Ashok Thiyagarajan ADVANS MARLBOROUGH, MA AND CHENNAI, INDIA WWW.ADVANSIT.COM 1 Table of Contents COMPONENTS:... 3 TNSNAME:... 4 NODE

More information

Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2

Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2 Configuration Guide Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2 This document describes how to configure Apache HTTP Server

More information

Extensibility of Oracle BI Applications

Extensibility of Oracle BI Applications Extensibility of Oracle BI Applications The Value of Oracle s BI Analytic Applications with Non-ERP Sources A White Paper by Guident Written - April 2009 Revised - February 2010 Guident Technologies, Inc.

More information

CHAPTER 4: BUSINESS ANALYTICS

CHAPTER 4: BUSINESS ANALYTICS Chapter 4: Business Analytics CHAPTER 4: BUSINESS ANALYTICS Objectives Introduction The objectives are: Describe Business Analytics Explain the terminology associated with Business Analytics Describe the

More information

Oracle BI 11g R1: Create Analyses and Dashboards

Oracle BI 11g R1: Create Analyses and Dashboards Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle BI 11g R1: Create Analyses and Dashboards Duration: 5 Days What you will learn This Oracle BI 11g R1: Create Analyses and

More information

Fusion Applications Overview of Business Intelligence and Reporting components

Fusion Applications Overview of Business Intelligence and Reporting components Fusion Applications Overview of Business Intelligence and Reporting components This document briefly lists the components, their common acronyms and the functionality that they bring to Fusion Applications.

More information

Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide. Version 10.1.3.2 December 2006

Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide. Version 10.1.3.2 December 2006 Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide Version 10.1.3.2 December 2006 Part Number: B31767-01 Copyright 2006, Oracle. All rights reserved. The Programs (which

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business

More information

Oracle Fusion Transactional Business Intelligence

Oracle Fusion Transactional Business Intelligence Oracle Fusion Transactional Business Intelligence REAL-TIME AD HOC REPORTING KEY FEATURES Report from 9,000 HCM data objects 100+ pre-built metrics 60+ canned reports 100+ facts & dimensions Role based

More information

P6 Analytics Reference Manual

P6 Analytics Reference Manual P6 Analytics Reference Manual Release 3.2 October 2013 Contents Getting Started... 7 About P6 Analytics... 7 Prerequisites to Use Analytics... 8 About Analyses... 9 About... 9 About Dashboards... 10 Logging

More information

Participant Guide RP301: Ad Hoc Business Intelligence Reporting

Participant Guide RP301: Ad Hoc Business Intelligence Reporting RP301: Ad Hoc Business Intelligence Reporting State of Kansas As of April 28, 2010 Final TABLE OF CONTENTS Course Overview... 4 Course Objectives... 4 Agenda... 4 Lesson 1: Reviewing the Data Warehouse...

More information

Real-Time Insight with Oracle Transactional Business Intelligence

Real-Time Insight with Oracle Transactional Business Intelligence Real-Time Insight with Oracle Transactional Business Intelligence Ling Xiang Director, Product Management Jag Vasudevan Vice President, Product Management Safe Harbor Statement The following is intended

More information

Delivering Business Intelligence With Microsoft SQL Server 2005 or 2008 HDT922 Five Days

Delivering Business Intelligence With Microsoft SQL Server 2005 or 2008 HDT922 Five Days or 2008 Five Days Prerequisites Students should have experience with any relational database management system as well as experience with data warehouses and star schemas. It would be helpful if students

More information

Step 2. Choose security level Step 2 of 3

Step 2. Choose security level Step 2 of 3 Quickstart Guide Unique Entry Get it Now Unique Entry is installed quickly and easily from the AppExchange via the Get it Now button. During the installation wizard, you must make sure you grant access

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

InfoView User s Guide. BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

SAS BI Dashboard 4.3. User's Guide. SAS Documentation

SAS BI Dashboard 4.3. User's Guide. SAS Documentation SAS BI Dashboard 4.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS BI Dashboard 4.3: User s Guide. Cary, NC: SAS Institute

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 ORACLE PRODUCT LOGO Session ID: 17202 Oracle Fusion Applications - Technology Essentials Overview Nadia Bendjedou Senior Director Product Strategy,

More information

HP Service Manager. Service Request Catalog (SRC) Tips & Tricks Document

HP Service Manager. Service Request Catalog (SRC) Tips & Tricks Document HP Service Manager Service Request Catalog (SRC) Tips & Tricks Document (note: in process of updating to support v 9.32) 1 The HP Service Request Catalog (SRC) is a more robust and user- friendly version

More information

Creating Hybrid Relational-Multidimensional Data Models using OBIEE and Essbase by Mark Rittman and Venkatakrishnan J

Creating Hybrid Relational-Multidimensional Data Models using OBIEE and Essbase by Mark Rittman and Venkatakrishnan J Creating Hybrid Relational-Multidimensional Data Models using OBIEE and Essbase by Mark Rittman and Venkatakrishnan J ODTUG Kaleidoscope Conference June 2009, Monterey, USA Oracle Business Intelligence

More information

www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: =======================

www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: ======================= www.h2kinfosys.com training@h2kinfosys.com h2kinfosys@gmail.com 678-343-1502 Business Objects Course outline: ======================= Now Business Objects is part of SAP. SAP bought BO Types of data and

More information

Oracle Service Bus Examples and Tutorials

Oracle Service Bus Examples and Tutorials March 2011 Contents 1 Oracle Service Bus Examples... 2 2 Introduction to the Oracle Service Bus Tutorials... 5 3 Getting Started with the Oracle Service Bus Tutorials... 12 4 Tutorial 1. Routing a Loan

More information

How I Transitioned from an E-Business Suite Development to an Oracle Business Intelligence Developer

How I Transitioned from an E-Business Suite Development to an Oracle Business Intelligence Developer How I Transitioned from an E-Business Suite Development to an Oracle Business Intelligence Developer Presented by: Lamonte Bradley Company: BizTech Session ID: 12257 About BizTech Leading Mid-Atlantic

More information

Top 10 Performance Tips for OBI-EE

Top 10 Performance Tips for OBI-EE Top 10 Performance Tips for OBI-EE Narasimha Rao Madhuvarsu L V Bharath Terala October 2011 Apps Associates LLC Boston New York Atlanta Germany India Premier IT Professional Service and Solution Provider

More information

SAS BI Dashboard 3.1. User s Guide

SAS BI Dashboard 3.1. User s Guide SAS BI Dashboard 3.1 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS BI Dashboard 3.1: User s Guide. Cary, NC: SAS Institute Inc. SAS BI Dashboard

More information

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents Goals... 3 High- Level Steps... 4 Basic FTP to File with Compression... 4 Steps in Detail... 4 MFT Console: Login and

More information

Oracle SOA Suite 11g Oracle SOA Suite 11g HL7 Inbound Example

Oracle SOA Suite 11g Oracle SOA Suite 11g HL7 Inbound Example Oracle SOA Suite 11g Oracle SOA Suite 11g HL7 Inbound Example michael.czapski@oracle.com June 2010 Table of Contents Introduction... 1 Pre-requisites... 1 Prepare HL7 Data... 1 Obtain and Explore the HL7

More information

QAD Business Intelligence Data Warehouse Demonstration Guide. May 2015 BI 3.11

QAD Business Intelligence Data Warehouse Demonstration Guide. May 2015 BI 3.11 QAD Business Intelligence Data Warehouse Demonstration Guide May 2015 BI 3.11 Overview This demonstration focuses on the foundation of QAD Business Intelligence the Data Warehouse and shows how this functionality

More information

OBIEE 11g Security it s as easy as 1-2-3!

OBIEE 11g Security it s as easy as 1-2-3! OBIEE 11g Security it s as easy as 1-2-3! Antony Heljula BI Architect @aheljula Peak Indicators Limited Agenda Aim of Presentation 10g Security Model 11g Security Model What is Supported Identity Providers

More information

Rational Reporting. Module 3: IBM Rational Insight and IBM Cognos Data Manager

Rational Reporting. Module 3: IBM Rational Insight and IBM Cognos Data Manager Rational Reporting Module 3: IBM Rational Insight and IBM Cognos Data Manager 1 Copyright IBM Corporation 2012 What s next? Module 1: RRDI and IBM Rational Insight Introduction Module 2: IBM Rational Insight

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Installation Guide for Oracle Business Intelligence 11g Release 1 (11.1.1) E10539-04 April 2012 Explains how to install and deinstall Oracle Business Intelligence products (including

More information

SAS IT Resource Management 3.2

SAS IT Resource Management 3.2 SAS IT Resource Management 3.2 Reporting Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. SAS IT Resource Management 3.2:

More information

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES LESSON 13 Managing Devices OBJECTIVES After completing this lesson, you will be able to: 1. Open System Properties. 2. Use Device Manager. 3. Understand hardware profiles. 4. Set performance options. Estimated

More information

This document summarizes the steps of deploying ActiveVOS on oracle Weblogic Platform.

This document summarizes the steps of deploying ActiveVOS on oracle Weblogic Platform. logic Overview This document summarizes the steps of deploying ActiveVOS on oracle Weblogic Platform. Legal Notice The information in this document is preliminary and is subject to change without notice

More information

This tutorial is designed for those who want to learn the basics of OBIEE and take advantage of its features to develop quality BI reports.

This tutorial is designed for those who want to learn the basics of OBIEE and take advantage of its features to develop quality BI reports. About the Tutorial Oracle Business Intelligence Enterprise Edition (OBIEE) is a Business Intelligence (BI) tool by Oracle Corporation. Its proven architecture and common infrastructure producing and delivering

More information

Oracle BI Suite Enterprise Edition For Discoverer Users. Mark Rittman, Rittman Mead Consulting http://www.rittmanmead.com

Oracle BI Suite Enterprise Edition For Discoverer Users. Mark Rittman, Rittman Mead Consulting http://www.rittmanmead.com Oracle BI Suite Enterprise Edition For Discoverer Users Mark Rittman, Rittman Mead Consulting http://www.rittmanmead.com Who Am I? Oracle BI&W Architecture & Development Specialist The Rittman of Rittman

More information

SWIFT Data Warehouse Frequently Asked Questions & Glossary of Terms

SWIFT Data Warehouse Frequently Asked Questions & Glossary of Terms Page 1 of 30 SWIFT Data Warehouse Frequently Asked Questions & Glossary of Terms This FAQ is organized into the following categories of questions: Access and Security focus is on how users access the SWIFT

More information

WebSphere Business Monitor V6.2 Business space dashboards

WebSphere Business Monitor V6.2 Business space dashboards Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 What this exercise is about... 2 Lab requirements... 2 What you should

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

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence

Introduction to Oracle Business Intelligence Standard Edition One. Mike Donohue Senior Manager, Product Management Oracle Business Intelligence Introduction to Oracle Business Intelligence Standard Edition One Mike Donohue Senior Manager, Product Management Oracle Business Intelligence The following is intended to outline our general product direction.

More information

Oracle Warehouse Builder 11gR2: Getting Started

Oracle Warehouse Builder 11gR2: Getting Started P U B L I S H I N G professional expertise distilled Oracle Warehouse Builder 11gR2: Getting Started Bob Griesemer Chapter No.3 "Designing the Target Structure" In this package, you will find: A Biography

More information

Business Intelligence in Oracle Fusion Applications

Business Intelligence in Oracle Fusion Applications Business Intelligence in Oracle Fusion Applications Brahmaiah Yepuri Kumar Paloji Poorna Rekha Copyright 2012. Apps Associates LLC. 1 Agenda Overview Evolution of BI Features and Benefits of BI in Fusion

More information

ADMINISTRATOR GUIDE VERSION

ADMINISTRATOR GUIDE VERSION ADMINISTRATOR GUIDE VERSION 4.0 2014 Copyright 2008 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means electronic or mechanical, for any purpose

More information

Advanced Training Reliance Communications, Inc.

Advanced Training Reliance Communications, Inc. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Contents... 2 Before you Begin... 4 Advanced Lists... 4 List Builder... 4 Create a List...

More information

WebFOCUS BI Portal: S.I.M.P.L.E. as can be

WebFOCUS BI Portal: S.I.M.P.L.E. as can be WebFOCUS BI Portal: S.I.M.P.L.E. as can be Author: Matthew Lerner Company: Information Builders Presentation Abstract: This hands-on session will introduce attendees to the new WebFOCUS BI Portal. We will

More information

IBM BPM V8.5 Standard Consistent Document Managment

IBM BPM V8.5 Standard Consistent Document Managment IBM Software An IBM Proof of Technology IBM BPM V8.5 Standard Consistent Document Managment Lab Exercises Version 1.0 Author: Sebastian Carbajales An IBM Proof of Technology Catalog Number Copyright IBM

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

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

Oracle Business Intelligence Enterprise Edition LDAP-Security Administration. White Paper by Shivaji Sekaramantri November 2008

Oracle Business Intelligence Enterprise Edition LDAP-Security Administration. White Paper by Shivaji Sekaramantri November 2008 Oracle Business Intelligence Enterprise Edition LDAP-Security Administration White Paper by Shivaji Sekaramantri November 2008 OBIEE LDAP-Security Administration Before You Start... 3 Executive Overview...

More information

Dreamweaver and Fireworks MX Integration Brian Hogan

Dreamweaver and Fireworks MX Integration Brian Hogan Dreamweaver and Fireworks MX Integration Brian Hogan This tutorial will take you through the necessary steps to create a template-based web site using Macromedia Dreamweaver and Macromedia Fireworks. The

More information

SAS Financial Intelligence. What s new. Copyright 2006, SAS Institute Inc. All rights reserved.

SAS Financial Intelligence. What s new. Copyright 2006, SAS Institute Inc. All rights reserved. SAS Financial Intelligence What s new Copyright 2006, SAS Institute Inc. All rights reserved. SAS Strategic Performance Management Gokhan Sevik Product Manager SAS EMEA Copyright 2006, SAS Institute Inc.

More information

ER/Studio Enterprise Portal 1.0.2 User Guide

ER/Studio Enterprise Portal 1.0.2 User Guide ER/Studio Enterprise Portal 1.0.2 User Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000

2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000 2074 : Designing and Implementing OLAP Solutions Using Microsoft SQL Server 2000 Introduction This course provides students with the knowledge and skills necessary to design, implement, and deploy OLAP

More information