You are on page 1of 2

OBIEE Short Notes

What are the three layers of RPD:


1. Physical Layer:

This Layer is used for

Importing Data
Creating aliases
Building physical joins
Setting up connection pool and its properties
Enabling / Disabling cache for individual table

2. BMM (Business Model & Mapping) Layer:

This Layer is used for

Writing the business logic


Creating Logical columns and tables
Creating Hierarchy
Creating LBM (Level Based Measures)
Creating Shares
Creating Time Series functions
Creating Fragmentation on tables
Creating filters on repository

3. Presentation Layer:

This layer is used for

Arranging the data for user view(Folder Structure)


Creating Presentation hierarchy
Creating Implicit Fact column
Implementing Column level security

OBIEE Architecture:
OBIEE Short Notes

Creating Aliases:
It is recommended that you use table aliases frequently in the Physical layer to
eliminate extraneous joins and to include best practice naming conventions for
physical table names.
Note:
1. Physical joins must be 1 to N cardinality
2. If you want edit Presentation column names:
Navigate >> Tools >> options >> General >> Choose below option

You might also like