oracle bi enterprise edition 10.1.3.4.1

155
8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1 http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 1/155  Oracle Business Intelligence Enterprise Edition 10.1.3.4.1 By, Sujitha & Satish

Upload: sm

Post on 03-Jun-2018

228 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 1/155

 

Oracle Business Intelligence

Enterprise Edition

10.1.3.4.1

By,

Sujitha & Satish

Page 2: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 2/155

 

Table Of Contents

1.Introduction to BI

2.Introduction to OBIEE

3.OBIEE Architecture

4.Creation Of Repository Project Design(RPD)

-Physical Layer

-Business Model and Mapping Layer

-Presentation Layer

5.Answers

6.Different Types of Views7.Navigation between reports

8.Top N analysis

9.Dashboards

-Dashboard Creation

-Dashboard Navigation

-Dashboard Editing

10.Variables-Session Variables

-System Variables

-Non-System Variables

-Repository Variables

-Dynamic Variables

-Static Variables

11.Security

-Object-Level Security

-Data-Level Security

Page 3: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 3/155

 

Oracle BI Enterprise Edition

BUSINESS INTELLIGENCE

Definition : Business intelligence (BI) is a broad category of applications and technologies for

gathering, storing, analyzing, and providing access to data to help enterprise users make better business

decisions.BI applications include the activities of decision support systems, query and reporting, online

analytical processing (OLAP), statistical analysis, forecasting, and data mining.

Business intelligence applications can be:

  Mission-critical and integral to an enterprise's operations or occasional to meet a specialrequirement

  Enterprise-wide or local to one division, department, or project

  Centrally initiated or driven by user demand

ORACLE BI ENTERPRISE EDITION

Definition : Oracle Business Intelligence Suite Enterprise Edition (Oracle BI EE ) is a comprehensive

suite of enterprise BI products that delivers a full range of analysis and reporting capabilities.

Oracle BI EE provides intelligence and analytics empowering the largest communities with complete

and relevant insight.

Benefits of OBIEE :

Comprehensive BI functionality built on a unified infrastructure:

  Includes interactive dashboards  Full ad hoc queries and analysis

  Proactive intelligence delivery and alerts

  Enterprise and financial reporting

  Online analytical processing (OLAP) analysis and presentation

  High-volume production reporting

  Real-time predictive intelligence

  Disconnected analytics as well as integration with Microsoft Office

Page 4: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 4/155

 

OBIEE ARCHITECTURE

COMPONENTS

Oracle BI Server :

The core component of the OBIEE stack is the BI Server. The server accepts logical SQL requests

submitted against the published subject areas and translates them to physical SQL queries.

Oracle BI Server reads the rpd file and all of the definition into memory.

When user queries the data model, BI Server finds in the definition of the data model's mapping with

the backend data source and generate dynamic sql according to the query and send the sql to different

 backend data source.

BI Server will also assemble query result from different data sources and return to the end user.

Page 5: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 5/155

 

Oracle BI Presentation Services:

Presentation Services provide the end-user access to the subject areas published by the Oracle BIServer

Oracle BI Scheduler:

The Scheduler component enables reports and dashboards to be scheduled.

Oracle BI Publisher:

Provides pixel-perfect production reporting with Microsoft Office integration.

Corda PopChart Server:

This third party component provides the charting capabilities in OBIEE.

Repository file (RPD):

OBIEE Server uses the RPD file to translate the end-user requests (reports) to physical SQL queries.

The RPD holds all the metadata definitions.

Scheduler Database:

The Scheduler connects to a database schema with a small number of tables containing the scheduling

metadata.

Data Sources:

OBIEE is by design database independent and supports heterogeneous data sources.

Administration Tool:

The Administration Tool is used to create and manage the RPD repository file.

Page 6: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 6/155

 

OBIEE END-USER APPLICATIONS

ORACLE BI COMPONENTS FROM END-USER PERSPECTIVE :

  Oracle BI Answers

  Oracle BI Interactive Dashboards

  Oracle BI Delivers

  Oracle BI Disconnected Applications

  Oracle BI Briefing Books

  Oracle BI Marketing

  Oracle BI Publisher

  Oracle BI Presentation Services Administration

Oracle BI Answers :

Oracle Answers is mainly used for ad-hoc analysis and building reports.

Oracle BI Interactive Dashboards :

Oracle BI Interactive Dashboards provide personalized views of corporate and external information.

Oracle BI Delivers :

Delivers is used for scheduling reports and dashboards.

Oracle BI Disconnected Analytics :

Disconnected Analytics enables reports and dashboards to be viewed offline, e.g. for mobile users whoneed to access the reports while not connected to the network.

Oracle BI Briefing Books :Briefing Books enables snapshots of dashboards and reports to be distributed offline.

Oracle BI Marketing :

The Marketing module provides segmentation and output lists generating functionality.

Page 7: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 7/155

 

Oracle BI Publisher :

Publishes Answers reports as PDF, HTML,RTF etc. Used in developing “Pixel- perfect” reports 

Oracle BI Presentation Services Administration :

Manages administration tasks, such as defining which groups and users have access to whichapplications and which dashboards.

DATAWAREHOUSE TERMINOLOGY

Fact:

Facts are numeric data that can be examined and analyzed. A fact associated with metrics,

counters and stopwatches that supply the values. Measures are calculations based on facts.

Examples: Quantity, Revenue etc.

Fact Table:

A fact table is a table that contains the measure of interest. These measures are stored in the

fact table

Dimension:

A dimension is a structure that categorizes data in order to enable users to answer

 business questions.

Examples: Time, Product etc.

Dimension Table:

A relational table that stores all or part of the values for a logical dimension in a schema.

Dimension tables describe the business entities of an enterprise, represented as hierarchical,

categorical information. They are sometimes called lookup or reference tables.

Page 8: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 8/155

 

DATA WAREHOUSE SCHEMA

A collection of related database objects. Relational schemas include tables, views, and otherobjects. A dimensional model includes fact tables and dimension tables. Fact tables connect to oneor more dimension tables. Dimensions and hierarchies are represented by dimension tables.

TYPES

  Star Schema

  Snow Flake Schema

Star Schema : Star schema is data warehouse schema where there is a centrally located „fact table‟ and

many denormalized dimension tables connected in the form of STAR.

Snow Flake Schema : Snowflake schema contain normalized dimension tables in a tree like structure

with many nesting levels.

Page 9: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 9/155

 

CREATION OF REPOSITORY FILE (.RPD)

The Oracle BI Server stores meta data in repositories.

The repository consists of three layers :

  Physical Layer

  Business Model and Mapping Layer

  Presentation Layer

Physical Layer :

The Physical layer in the Administration Tool establishes connection with the database.

Importing Tables from Database into Physical Layer

These are the Three Layers in Administration tool

Page 10: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 10/155

 

Go to File->Import->from database

Page 11: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 11/155

 

Give the required details for the Data Source

Page 12: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 12/155

 

Page 13: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 13/155

Select the tables to be imported

Page 14: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 14/155

 

Page 15: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 15/155

Connection Pool:

The connection pool is an object in the Physical layer that describes access to the data source.

It contains information about the connection between the Oracle BI Server and that data source.

Give the Connection Pool details :

Page 16: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 16/155

 

The tables are imported in the Physical Layer:

Page 17: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 17/155

 

In the physical layer right click on the folder and select Physical Diagram->objects and all joins:

Page 18: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 18/155

 

Physical Joins:

A physical join is at the physical layer and defines the join between two physical tables.

The physical joins of these tables are:

1.  LKUP_PRODUCT_FAMILY.PRODUCT_FAMILY_ID = DM_REVENUE_V.PRODUCT_FAMILY

2.  LKUP_SEGMENTS.SEGMENT_ID = DM_REVENUE_V.SEGMENT3.  LKUP_SEGMENT_FAMILY.GL_PROD_LINE = DM_REVENUE_V.GL_PROD_LINE4.  DM_CHANNELS_V.CHANNEL = DM_REVENUE_V.CHANNEL5.  DM_DIM_TIME.FISCAL_DATE = DM_REVENUE_V.GL_DATE

6.  LKUP_REVENUE_TYPES.REVENUE_TYPE_ID = DM_REVENUE_V.REVENUE_TYPE7.  LKUP_WORLD_REGION.COUNTRY_CODE = DM_REVENUE_V.BILL_TO_COUNTRY8.  LKUP_REVENUE_TYPES.REVENUE_TYPE_ID = DM_COGS_BALANCES_V.REVENUE_COGS_TYPE9.  LKUP_WORLD_REGION.COUNTRY_CODE = DM_COGS_BALANCES_V.COUNTRY_CODE

10.  LKUP_PRODUCT_FAMILY.PRODUCT_FAMILY_ID = DM_COGS_BALANCES_V.PRODUCT_FAMILY11.  LKUP_SEGMENTS.SEGMENT_ID = DM_COGS_BALANCES_V.SEGMENT

12.  LKUP_SEGMENT_FAMILY.GL_PROD_LINE =13.  DM_COGS_BALANCES_V.GL_PROD_LINE

14.  DM_CHANNELS_V.CHANNEL = DM_COGS_BALANCES_V.CHANNEL

Page 19: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 19/155

 

Page 20: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 20/155

 

Drag and drop the tables in the Business Model and Presentation layer:

Business Model and Mapping Layer: 

The Business Model and Mapping layer of the Administration Tool defines the business, or logical,

model of the data and specifies the mappings between the business model and the Physical layer

schemas. This is where the physical schemas are simplified to form the basis for the users‟ view of thedata.

The main purpose of the business model is to capture how users think about their business using theirown vocabulary. The business model simplifies the physical schema and maps the users‟ business

vocabulary to physical sources. Most of the vocabulary translates into logical columns in the business

model. Collections of logical columns form logical tables. Each logical column (and hence each logicaltable) can have one or more physical objects as sources.

Page 21: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 21/155

 

  Use Complex Joins to join new items created in the Business Layer, if any

  Aggregate items that can be summed

 Use Rename Wizard to rename fields and tables

 Complex Joins:

Right click on folder select Business Model diagram->Whole Diagram

Page 22: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 22/155

 

Logical Tables are joined using Complex joins:

Logical joins live at the BMM (logical) layer and define a join between two logical tables.

Page 23: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 23/155

 

Renaming of Logical and Presentation tables using 'Renaming Wizard'(Tools->Utilities)

Page 24: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 24/155

 

Select the Rename Wizard and click on Execute:

Page 25: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 25/155

 

Select the folder in Business Model Layer and click on 'Add Hierarchy' which includes all the columnsand tables:(we can make the necessary changes in the names here)

Page 26: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 26/155

 

Page 27: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 27/155

 

To create a logical column right click on the table select New Object->Logical Column

Page 28: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 28/155

 

Set the aggregation rule as Sum for an existing column:

Page 29: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 29/155

 

Creation of Hierarchies:

Right-click dimension table and select Create Dimension at the bottom of the shortcut menu.

Page 30: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 30/155

 

1.  A Hierarchy is created using the name of the dimension table followed by the word Dim.

2.  A Grand Total level and Detail level will be created. The Detail level will contain all of the

columns of the dimension.3.  Create parent levels using names that match your hierarchy. Right-click the Detail level, select New

Object, parent level.

4.  Create a parent level above the lowest child level (this will contain the dimension key.) Move thedimension key to this level.

5.  Move other columns to their respective levels.

6.  Delete any unneeded columns from any level.7.  Select columns within each level, right-click and select New Logical Level Key. Select all columns

as keys if you want to see them in drilldown.

8.  For any levels that should be skipped in the drill-down, select all columns in the level, right-clickand remove the checkmark next to Use for drilldown.

Page 31: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 31/155

9.  At level two check for a Detail key that was automatically created. (Right-click level two,

Properties, click the Keys tab). Highlight and delete Detail Key.

Here the hierarchy is created for 'Times' logical table:

Page 32: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 32/155

 Presentation Layer

Group columns with sub-folders and give the names which are convenient to understand by the'End User' in the 'Oracle BI Answers'.

The final RPD is as shown:

This is saved as '.rpd' in OracleBI\server\Repository

rpd - BI repository file which contains physical layer, logical layer & presentation layer definitions:

 NQSConfig.ini - BI Server configuration file, specify important parameters that will have more or less

impact of BI Server

for example:Star = <<filename>>.rpd, DEFAULT;

This instructs the BI Server to use <<filename>>.rpd as the data model.

Page 33: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 33/155

 

ANSWERS

Oracle BI Answers provides answers to business questions.

This interface allows users with the appropriate permissions to build and modify reports that let

endusers explore and interact with information.

Reports created with Oracle BI Answers can be saved in the Oracle BI presentation Catalog andintegrated into any dashboard

The results of an Oracle BI Answers request can be formatted, saved, organized, and shared with

others.

Prerequisites :-

1)Put the RPD in this directory

OBIEE_HOME\OracleBI\server\Repository

2)Refer this in config file in path

OBIEE_HOME\OracleBI\server\Config\NQSConfig.INI

In the config file refer this atStar=OBIEE_CS.rpd(your rpd file name)

3)Start the following servicesa)Oracle BI Server

 b)Oracle BI Presentation Server

c)Oracle BI Java Host Server

4)Go To start ->All Programs->Oracle BI,click on Start OC4J and start Presentation Services.

Page 34: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 34/155

 Now we will get the following window

Page 35: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 35/155

 Now login,then select your subject area as shown below

Page 36: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 36/155

In criteria,you select the colunms and perform different operations like column properties,edit

formula,add filter.

Page 37: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 37/155

Some of the views in results are:

1)Compound Layout

2)Title3)Table

4)Chart

5)Pivot table6)Filters

7)Column Selector

8)View Selector9)Legend

10)Narrative

11)Gauge view

Compound Layout:-To assemble different views for display on a dashboard and this is the default view.

Page 38: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 38/155

Column Selector:-To permit users to dynamically change which columns appear in results. This allows

users to analyze data along several dimensions.

The process of creating the column selector is as follows.

Page 39: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 39/155

 

Here we have to check for column and add other columns to display in drop down list.

Page 40: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 40/155

 

After creating,add this view to compound layout as follows.

Page 41: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 41/155

 

Here we can select columns and according to that column the data will display.

Page 42: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 42/155

 

Title View: In this view we can add Titles,Sub Titles,logos,date,time etc. to the reports .

Page 43: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 43/155

 

Legend: Using this view we can easily identify the data in a particular range in the report.

Page 44: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 44/155

 

Here we give the condition for a particular column and for each range we will assign an image. And at

last we use above legend here to identify the range.

Page 45: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 45/155

 

Page 46: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 46/155

 

Here we add the legend view to the compound layout as follows.

Page 47: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 47/155

Page 48: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 48/155

 

Pivot Table:

In this view we will arrange the table content according to measure label column(EX. Year).To do this

view we should have at least one measure column. It contains pages,sections,rows,columns etc,.

Page 49: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 49/155

 

Adding of tables columns into pivot table columns.

Page 50: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 50/155

 

After adding the pivot view to compound layout the table is as follows.

Page 51: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 51/155

Page 52: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 52/155

 

View Selector: In this view we can select a view from a list of views which are already created.

Page 53: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 53/155

 

Adding the view selector to compound layout.

Page 54: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 54/155

 

As shown below we can select one view from drop down list.

Page 55: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 55/155

Page 56: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 56/155

 

Page 57: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 57/155

 

Page 58: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 58/155

 

 Narrative View: To show the results as one or more paragraphs of text.

Page 59: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 59/155

 

Here add an extra column(change column name to user) and change the formula as shown below

Page 60: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 60/155

 

In formula add the session variable name.

Page 61: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 61/155

Page 62: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 62/155

 

 Now add that to compound layout and see the results,here based on user who logged in value changes.

Page 63: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 63/155

 

Gauge view: To get gauge view at least one column should have aggregation rule at BMM Level in

rpd. Here the measure column is the marked one

Page 64: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 64/155

 

Page 65: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 65/155

 

After adding gauge view to compound layout.

Page 66: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 66/155

 

Details of top N analysis:

In this we can filter the data up to top N for a column.

Page 67: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 67/155

 

Here we are displaying top ten customers:

Page 68: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 68/155

 

Adding condition,here for example use highlighting for a column.

Page 69: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 69/155

 

After adding condition:

Page 70: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 70/155

 

The column data is highlighted based on the condition as shown:

Page 71: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 71/155

 

 Navigation between reports based on column values

We have to give the navigation path of the report to navigate to that particular report in column

 properties,column format tab.

Page 72: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 72/155

 

In the second report we have to give filter condition as “is prompted” for respective column. 

Page 73: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 73/155

 

After click on respective column value we will navigate to other report as shown below.

Page 74: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 74/155

 

Dashboards

Dashboard Creation:-

To create a new, empty dashboard

1.  Log in to Oracle BI and click Settings, and the Administration link.

The Oracle BI Presentation Services Administration page appears.

2.  In the Activities section, click the following link:

Manage Interactive Dashboards

The Manage Dashboards page appears.

3.  Click the following link at the bottom of the page:

Create a new Interactive Dashboard

4.  At the Create Dashboard page, enter a location and name for the dashboard, and the name of the

user or group that can modify the dashboard.

5.  Exit Oracle BI Administration and return to Oracle BI Interactive Dashboards.

The name of the new dashboard appears at the top of the screen.

NOTE:  Newly-created dashboards contain one blank page. Dashboards that contain only one

 page do not display the page name as a tab at the top of the dashboard. Dashboard page namesappear at the top of a dashboard only when the dashboard contains multiple pages.

6.  Click the name of the new dashboard.

An empty dashboard page appears.

7.  To add content to the dashboard, click either of the following links:

 Click here to add content Edit Dashboard .

 The Dashboard Editor appears.

Page 75: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 75/155

 

Adding a new page to a dashboard:-

To add a new page to a dashboard

1.  Log in to Oracle BI and navigate to Oracle BI Interactive Dashboards.

2.  At the top of the page, click the name of a dashboard to which you want to add a new page.

The dashboard appears.

3.  Click the Edit Dashboard link.

The Dashboard Editor appears.

4.  Click the Add Dashboard Page button near the top of the Dashboard Editor:

The Add Dashboard Page screen appears.

5.  Type a name and a description for the dashboard page.

6.  Click the Finished button.

The new page appears on the dashboard.

Adding a new column to a dashboard:-

To add a new column

 Click the Add Column button near the top of the Dashboard Editor:

The column is added to the dashboard page.

Adding a Section to a column:-

Sections are used within columns to hold the content of a dashboard.

 To add a section to a column

Page 76: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 76/155

 

 From the selection pane, drag and drop a Section object from the Dashboard Objects area intothe column.

The column is highlighted when you are at an appropriate location in the column to drop the

section.

Adding a Guided navigation link to a Section:-

Guided navigation links can be static or conditional. Static links always appear. Conditional links

appear only if results meet certain criteria.

To add a guided navigation link

1.  From the selection pane, drag and drop a Guided Navigation Link object into a section in the

dashboard page.2.  Click the Properties button for the link.

The Guided Navigation Link Properties dialog box appears.

3.  Choose the type of link to add:

 To make the link conditional, specify your choices in the Conditional Link Propertiesarea.

 To make the link static, specify your choices in the Guided Navigation Properties area.

NOTE: For URLs, provide the full path.

4.  Click OK.

Adding Embedded content to a Section:-

Embedded content is any content that appears within a window (called a frame) inside the dashboard,

as opposed to content that is accessed by clicking a link. Content that you might want to embedincludes reports, Excel charts, documents, Web sites, tickers from Web sites, and so on.

To add embedded content

1.  From the selection pane, drag and drop an Embedded Content object onto a section in thedashboard page.

2.  Click the Properties button for the object.

The Embedded Content Properties dialog box appears.

3.  In the URL box, type the location and name of the content to embed.

These are examples:

http://www.oracle.com/dashboardfiles/piechart.xls

If you want to change the default size of the window, type new values into the Width and Height boxes.If you do not want the window to have scroll bars, click the following option:

Hide Scroll Bars

Page 77: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 77/155

6.  Click OK.

Adding a folder view to a dashboard:-

To add a view of a folder

1.  From the selection pane, drag and drop a Folder object onto a section in the dashboard page.2.  Click the Properties button for the folder.

The Folder Properties dialog box appears.

3.  Browse to select the folder and click OK.4.  Click OK to save the properties.

Adding saved content to a dashboard:-

You can add content that you or someone else has already saved in a shared folder or dashboard, such

as dashboard prompts and reports. To locate the content, you can browse by either the Presentation

Catalog folder it is stored in, or by the dashboard it appears on.

To add saved content

1.  From the selection pane, in the Saved Content area, navigate to the folder or dashboard thatcontains the content you want to add to the dashboard.

2.  Locate the content that you want to add, and drag and drop it into a section in the dashboard

 page.

Renaming an Object:-

To rename an object

1.  In the Dashboard Editor, click the Rename button for the object.

The Rename dialog box appears.

2.  Type a new name for the object and click OK.

Deleting an object:-

To delete an object on a dashboard page

 In the Dashboard Editor, click the Delete button for the object.

Page 78: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 78/155

Editing Dashboard properties:-

To change dashboard properties

1.  Click the Dashboard Properties button near the top of the Dashboard Editor:

The Dashboard Properties page appears.

Specify your choices.

2.  When you are done, click the Finished button to return to the Dashboard Editor.

Dashboard Prompt:-

To create a new dashboard prompt click on the symbol 'New dashboard prompt' symbol that appears to

the left side pane.

Scope of the dashboard prompt determines what part of the dashboard should get affected based on the

 prompt. Scope can be a page or a dashboard.

Click on the columns in the selection pane to add them to the dashboard prompt. On a dashboard

multiple column prompts will be shown on one line. Checking the group option will allow a stacked presentation.

Based on the value given through the prompt the report output gets displayed.

 Note:- To reflect the prompt condition in the results, set the filter as 'is prompted' for the columns on

which prompt is applied in the target report.

 Navigation from one dashboard page to another dashboard page:-

We can create a navigation from one report in dashboard board page to another report in a dashboard

 page by giving the path of the target file in the Column or value interaction properties of a column in asource report. The following screen shots illustrate this scenario.

Page 79: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 79/155

Page 80: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 80/155

Page 81: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 81/155

 

Click a value in the Year column to navigate to the report in the target dashboard.

Final report opened when the year 2009 is clicked.

Page 82: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 82/155

 

Variables:

The variables are basically used to substitute themselves in the meta data either

dynamically or statically. They can also be used to create dynamic row-level filters, provide the filter

values for conditional formatting etc.

The above screen shot shows us how to open the variable manager.

There are two types of variables:Session variables andRepository variables.

Session variables are those that hold a value specific to each user session. They are createdonce a user logs on. Further,there are two types of session variables. They are:

--System and Non-System variables.

Page 83: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 83/155

  System variables are the variables which are created directly by the oracle BI server for

specific purposes. They have reserved names.

The Non-system variables are those which can be created by the Administrator for usage in the reportsetc .Hence, they are application specific.

 Now , let us look at the usage of session variables.Initially , an initialization block has to be created for the session variables.Once a session is

 begun ,Oracle BI server creates new instances of session variables and initializes them.The number of

instances of the session variables depends on the number of active sessions of the BI server.

Click Manage > Variables to open the Variable Manager.

Click Session > Initialization Blocks.

The new initialization block is created as shown below.

Right-click in the white space on the right and select New Initialization Block.

It opens a session variable initialization block. The name of the block is given there.

Page 84: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 84/155

 

 Now, edit the data source .

Click the Edit Data Source button to open the Session Variable Initialization Block Data Source dialog

 box and in the Default Initialization String field, type the following initialization string:

SELECT ':USER', case when upper(':USER') = 'SWAPNA' then 'US' when upper(':USER') = 'DIVYA'

then 'AU' when upper(':USER')= 'ANUSHA' then 'UK' when upper(':USER') = 'NIROSHA' then 'AT'end, 'CountryManagers', 2 from Dual .

Page 85: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 85/155

 

Page 86: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 86/155

 

Click the Browse button and select case study Connection Pool in the Select connection Pool dialog

 box shown below.

Click OK to close the Session Variable Initialization Block Data Source dialog box. The initializationstring is visible in the Session Variable Initialization Block dialog box.

Page 87: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 87/155

 

Click on Edit Data Target to open the Session Variable Initialization Block Variable Target dialog box.

Page 88: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 88/155

 

Click New to open the Session Variable dialog box. In the Name field,type USER.

Page 89: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 89/155

 

Click OK to close the Session Variable dialog box.Click Yes when prompted about the USER session variable having a special purpose because USER is

a reserved variable.

The USER variable is added to the Session Variable Initialization Block Variable Target dialog box.

Repeat the steps and add three more variables: UserCountry, GROUP, and LOGLEVEL. Click Yes

when promoted about the GROUP and LOGLEVEL session variables having a special purpose(as theyare reserved variables).The order of the variables must match the order of the values for the variables in

the initialization string in the initialization block. Hence, the order is important.

Page 90: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 90/155

 

Click OK to close the Session Variable Initialization Block Variable Target dialog box. The variablesare displayed in the Variable Target section of the Session Variable Initialization Block dialog box.

Page 91: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 91/155

 

Click OK to close the Session Variable Initialization Block dialog box. The setUser initialization block

is visible in the Security Manager.

Page 92: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 92/155

 

Click Action > Close to close the Variable Manager. Check in changes. Save the repository.

Page 93: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 93/155

Page 94: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 94/155

Page 95: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 95/155

 

Similarly, create three more users as per the query given in the default initialization block. .

Page 96: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 96/155

 

Click Groups in the left pane.

Right-click the white space in the right pane and select New Security Group.

Page 97: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 97/155

 

Click the Permissions button to open the User / Group Permissions dialog box.

Click the Filters tab.

Click the Expression Builder button (three dots) on the right to open the Expression Builder (you mayneed to scroll to see the button).

Page 98: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 98/155

 

Select Logical Tables > Fact - Revenue >Bill to Country and then click the Insert button to addCountry to the formula.

Click the = operator to add it to the formula.

Select Session Variables > UserCountry and click the Insert button to add UserCountry to the formulaas an argument in the VALUEOF()function.

Page 99: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 99/155

 

Click OK to add the filter and now press ok on the User/Group Permissions Dialog Box all the users

get added to the group.

Click Action > Close to close the Security Manager

Check in changes

Save the repository.

Page 100: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 100/155

Page 101: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 101/155

 

Test the initialization block by logging in to Answers as one of the users in the initialization block:Anusha,Swapna,Divya or Nirosha. As, we have logged in as Swapna it shows the country name

according to the default initialization string.

Page 102: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 102/155

 

REPOSITORY VARIABLES:

Repository variables are those variables which have a single value at any point of time.There are two types of variables:

Static variables and

Dynamic Variables.

Static repository variables have values that are constant and do not change while Oracle BI Server is

running.

Dynamic repository variables have values that are refreshed by data returned from queries ininitialization blocks.

Let us see the creation of a dynamic repository variable.

Page 103: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 103/155

 

Click Manage > Variables to open the Variable Manager.

Click Repository > Initialization Blocks.

Right-click the white space and select New Initialization Block to open the Repository Variable Init

Block dialog box. Name the initialization block SetLatestYear.

Click Edit Data Source to open the Repository Variable Init Block Data Source dialog box.

In the Default Initialization String field, type the following SQL:

SELECT fiscal_year from dim_dim_time where fiscal_date=(select max(gl_date) from dm_revenue_v)Click the Browse button to open the Select Connection Pool dialog box.

Page 104: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 104/155

 

 Now, Click Edit Data Target to open the Repository Variable Init Block Variable Target dialog boxUse the New button to create a new variable 'Year'.

Page 105: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 105/155

 

Click Test and verify the results you get in the picture.

Page 106: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 106/155

 

Close Results.Click OK to close the Repository Variable Init Block Data Source dialog box.

Click OK to close the Repository Variable Init Block dialog box. The SetLatestYear initialization block

is displayed in the Variable Manager.

Click Action > Close to close the Variable Manager.

Check in changes.

Select File > Check Global Consistency. If the Consistency Check Manager displays any errors, editthe repository to correct the errors before continuing. If there are no error messages, close the

Consistency Check Manager.

Save the repository.

Page 107: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 107/155

 

 Now, login into answers and create the filter for the columnAdd>Variable>Repository to add the repository variable.

Page 108: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 108/155

 

 Now type Year ie the dynamic repository variable as the server variable .

Page 109: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 109/155

 

 Now , check the result of the desired column by pressing dsiplay results and verify it.

Page 110: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 110/155

 

Static Variables :Click Manage > Variables to open the Variable Manager.

Then click on Static in the left pane and in the white space to the right , right click and create a newrepository variable.

Page 111: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 111/155

 

Give the static variable name as product and hard code the value in the default initializer as 'Imaging'.

Press ok and check for the static variable in the variable manager.

Click Action > Close to close the Variable Manager.Check in changes.

Select File > Check Global Consistency. If the Consistency Check Manager displays any errors, edit

the repository to correct the errors before continuing. If there are no error messages, close theConsistency Check Manager.

Save the repository.

Page 112: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 112/155

Page 113: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 113/155

 

 Now type Product ie the static repository variable as the server variable .

Page 114: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 114/155

 

After you display the results you we can clearly notice that only the columns having their value equal

to the hard-coded value gets displayed.

Page 115: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 115/155

  SECURITY

BUSINESS REQUIREMENTS:

The following are the Bussiness Requirements for Security

  Only Qualified Users Should have access rights to the data analysis applications.

  Users should see different data based on their roles without actually creating differentreports.

  Data should be protected so that only authorized users can access sensitive information.

ORACLE BI SECURITY MANAGER:

The most basic way to set up with a Username and Password is via the Security Manager.Once

someone is set up in this manner,their Username(:USER) and Password(:PASSWORD) are stored on

the Oracle BI Server.

  Set up access privileges for objects such as tables and columns,set filters on information.

  Sets up managed query environment providing great deal of control over when users access

data.

  Used to set up users and groups, synchronize users and groups.

OBIEE SECURITY METHODS:

OBI-EE security is enforced in two levels:

  Object-level Security

  Data-level Security

Object- level Security:

In Administration Tool:

  Controls access to Analytics repository objects (metadata), such as subject areas, tables, andcolumns.

In web applications:

  Controls access to Analytics Web catalog objects, such as dashboards, folders, filters, views,and reports.

Data-level Security:

In the Administration Tool:

  Controls access to content that appears in end-user objects, such as dashboard reports

Page 116: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 116/155

 

IMPLEMENTATION OF OBJECT LEVEL SECURITY:

Object-level Security for Repository Objects:

  Create a new User

 Create a new Group in repository

  Define Permissions

Create a new user:

Use Security Manager, in the Administration Tool, to create a user in the repository

Manage->security

Page 117: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 117/155

 Right click on the white space in the right pane and select New User 

Page 118: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 118/155

 

Create a repository group

Click Groups in the left pane

Right click the white space in the right pane and select New Security Group.

Page 119: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 119/155

 

Enter the name of the New Group. 

And Click on add button to add users/groups to the new group

Page 120: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 120/155

 

Defining Permissions:

Table level:  To implement the object level security, set permissions in the presentation table properties

dialog box.

  As an example, restrict the Channels table from accessing by the 'user2'

Page 121: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 121/155

 

Click on Permissions tab

Page 122: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 122/155

 

Check the check box „Show all users/groups‟, to display all the users and groups present in therepository

Page 123: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 123/155

 

Uncheck the Read check box for user2

Click Ok to close the Permissions box.

Click Ok to close the Properties dialog box. Save the repository.

Page 124: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 124/155

 

Object-Level Security Changes in Answers

Login to Presentation Services with 'user2' user

Page 125: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 125/155

 

Channels Table is not visible in Answers

Page 126: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 126/155

 

Column Level:

  To implement the object level security, set permissions in the presentation table Column

 properties dialog box.

  As an example, restrict the Channels table from accessing by the 'Group1'

Page 127: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 127/155

 

Click on Permissions tab

Page 128: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 128/155

 

Uncheck the Read check box for Group1(user1,user2)

Click Ok to close the Permissions box.

Click Ok to close the Properties dialog box. Save the repository.

Page 129: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 129/155

 

Login to Presentation Services with 'user2' user

Page 130: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 130/155

 

'Fiscal Quarter' column cannot not visible in Answers

Page 131: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 131/155

 

DATA-LEVEL SECURITY:

 Navigate to Security Manager

Page 132: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 132/155

 

Click on the „Group2‟ to open the properties dialog box 

Page 133: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 133/155

 

Click the Permissions button to open the User / Group Permissions dialog box

Page 134: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 134/155

Page 135: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 135/155

 

Data-Level Security Changes in Answers (user2)

Select the columns from the left pane to add to the Criteria tab

Page 136: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 136/155

We can find only selected data(Imaging) of the Column 'Segment Desc'.

Object-Level Security in Presentation Services

Page 137: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 137/155

Login to Presentation Services with Administrator User to apply the security.

Click on Settings -> Administration to navigate to Presentation Services Administration

Page 138: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 138/155

 

Click on Manage Presentation Catalog link to view the Manage Catalog window

Page 139: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 139/155

 

Page 140: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 140/155

Click on the link „ppt_final‟ to view the subfolders and reports present in that folder. 

Click on the Permissions symbol related to the folder you want to hide.

Select 'No Access' option to user you want to take out the permissions for the folder.

Page 141: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 141/155

 

Page 142: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 142/155

Click on Finished button to Close Permissions window.

Click Finished button to Close the Catalog window.

Click Close Window button to close Presentation Services Administration.

 Now Login with the 'User5' to see the changes.

Page 143: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 143/155

Report 'Revenue Details' cannot be seen in the selected folder.

Page 144: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 144/155

 

Group-level security for presentation Services:

Login to Presentation Services with Administrator User to apply the security.

Page 145: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 145/155

 

Click on Settings -> Administration to navigate to Presentation Services Administration

Page 146: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 146/155

 

Click on 'Manage Presentation Catalog Groups and users' link to create a user or group.

Page 147: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 147/155

 

Create a Catalog Group.

Page 148: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 148/155

Page 149: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 149/155

 

Click on 'Manage Presentation Catalog ' link to view the Manage Catalog window.

Page 150: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 150/155

 

Click on the link „ppt_final‟ to view the subfolders and reports present in that folder.

Page 151: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 151/155

Page 152: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 152/155

 

Click on Finished button to Close Permissions window.

Click Finished button to Close the Catalog window.

Click Close Window button to close Presentation Services Administration.

Page 153: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 153/155

 

 Now Login with the 'User1' to see the changes.

Report 'Top 10 Customers' cannot be seen in the selected folder.

Page 154: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 154/155

 

 _________________________________The End___________________________________

Page 155: Oracle BI Enterprise Edition 10.1.3.4.1

8/12/2019 Oracle BI Enterprise Edition 10.1.3.4.1

http://slidepdf.com/reader/full/oracle-bi-enterprise-edition-101341 155/155