SlideShare a Scribd company logo
BI APPS Reports2
SAP Business Objects & Oracle
OBIEE
BY
Sunny OKoro
1
Contents
Applications...................................................................................................................................................3
Database Systems.........................................................................................................................................8
SAP Business Objects ....................................................................................................................................9
Universe Creation Relational Database ..................................................................................................26
Web Intelligence.....................................................................................................................................77
Crystal Reports Enterprise and Business Objects ...................................................................................80
SAP Business Objects Explorer..............................................................................................................102
SAP Business Objects Analysis OLAP.....................................................................................................112
Universe Creation Microsoft SSAS........................................................................................................121
Reports Processing and Scheduling ......................................................................................................136
Oracle OBIEE .............................................................................................................................................152
Installation & Configuration..................................................................................................................154
OBIEE Administration............................................................................................................................166
Sample Reports.....................................................................................................................................169
2
3
Applications
Microsoft Visual Studio 2010 /2008
Oracle SQL Developer
Microsoft Visio Professional 2010
4
Microsoft Excel 2010
SAP Information Design Tool
5
SAP Web Intelligence Rich Client
6
Business Intelligence Applications
Oracle Business Intelligence Enterprise Edition
SAP Crystal Reports For Enterprise
7
SAP Business Objects BI Platform 4.0
Microsoft SSAS 2008
8
Database Systems
Microsoft SQL Server 2012 /2008R2
Oracle 11GR2
9
SAP Business Objects
10
11
12
13
14
15
16
17
Results Abbreviated
18
19
20
21
Adding Subtotals
22
23
24
25
26
Universe Creation Relational Database
27
28
29
30
31
DateDim
PK,I1 DateKey
FullDateAlternateKey
DayNumberOfWeek
EnglishDayNameOfWeek
SpanishDayNameOfWeek
FrenchDayNameOfWeek
DayNumberOfMonth
DayNumberOfYear
WeekNumberOfYear
EnglishMonthName
SpanishMonthName
FrenchMonthName
MonthNumberOfYear
CalendarQuarter
CalendarYear
CalendarSemester
FiscalQuarter
FiscalYear
FiscalSemester
currencyDim
PK,I1 CurrencyKey
CurrencyAlternateKey
CurrencyName
CustomerDim
PK,I1 CustomerKey
GeographyKey
CustomerAlternateKey
Title
FirstName
MiddleName
LastName
NameStyle
BirthDate
MaritalStatus
Suffix
Gender
YearlyIncome
TotalChildren
NumberChildrenAtHome
Education
Occupation
HouseOwnerFlag
NumberCarsOwned
CommuteDistance
City
StateProvinceCode
StateProvinceName
CountryRegionCode
CountryRegionName
FK1 SalesTerritoryKey
SalesTerritoryDim
PK,I1 SalesTerritoryKey
SalesTerritoryAlternateKey
SalesTerritoryRegion
SalesTerritoryCountry
SalesTerritoryGroup
productsubcategorydim
PK,I1 ProductSubcategoryKey
ProductSubcategoryAlternateKey
EnglishProductSubcategoryName
FK1 ProductCategoryKey
ProductCategoryDim
PK,I1 ProductCategoryKey
ProductCategoryAlternateKey
EnglishProductCategoryName
SalesFact
PK,I1 SalesOrderNumber
PK,I1 SalesOrderLineNumber
FK5 ProductKey
FK3 OrderDateKey
FK4 DueDateKey
FK7 ShipDateKey
FK2 CustomerKey
FK1 CurrencyKey
FK6 SalesTerritoryKey
RevisionNumber
OrderQuantity
UnitPrice
ExtendedAmount
ProductStandardCost
TotalProductCost
SalesAmount
TaxAmt
Freight
OrderDate
DueDate
ShipDate
ProductDim
PK,I1 ProductKey
ProductAlternateKey
FK1 ProductSubcategoryKey
WeightUnitMeasureCode
SizeUnitMeasureCode
EnglishProductName
SpanishProductName
FrenchProductName
StandardCost
FinishedGoodsFlag
Color
SafetyStockLevel
ReorderPoint
ListPrice
Size
SizeRange
Weight
DaysToManufacture
ProductLine
DealerPrice
Class
Style
ModelName
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Before the universe is published make sure that the connection is published to the repository and
replaced the local connection with published connection.
46
47
48
49
50
51
Results Abbreviated
52
53
54
55
56
57
58
59
60
61
62
63
64
REVISIONS
65
66
67
68
DateDim
PK,I1 DateKey
FullDateAlternateKey
DayNumberOfWeek
EnglishDayNameOfWeek
SpanishDayNameOfWeek
FrenchDayNameOfWeek
DayNumberOfMonth
DayNumberOfYear
WeekNumberOfYear
EnglishMonthName
SpanishMonthName
FrenchMonthName
MonthNumberOfYear
CalendarQuarter
CalendarYear
CalendarSemester
FiscalQuarter
FiscalYear
FiscalSemester
currencyDim
PK,I1 CurrencyKey
CurrencyAlternateKey
CurrencyName
CustomerDim
PK,I1 CustomerKey
GeographyKey
CustomerAlternateKey
Title
FirstName
MiddleName
LastName
NameStyle
BirthDate
MaritalStatus
Suffix
Gender
YearlyIncome
TotalChildren
NumberChildrenAtHome
Education
Occupation
HouseOwnerFlag
NumberCarsOwned
CommuteDistance
City
StateProvinceCode
StateProvinceName
CountryRegionCode
CountryRegionName
FK1 SalesTerritoryKey
SalesTerritoryDim
PK,I1 SalesTerritoryKey
SalesTerritoryAlternateKey
SalesTerritoryRegion
SalesTerritoryCountry
SalesTerritoryGroup
productsubcategorydim
PK,I2,I1 ProductSubcategoryKey
PK,FK1,I1 ProductCategoryKey
ProductSubcategoryAlternateKey
EnglishProductSubcategoryName
ProductCategoryDim
PK,I1 ProductCategoryKey
ProductCategoryAlternateKey
EnglishProductCategoryName
SalesFact
FK6 ProductKey
FK4 OrderDateKey
FK3 DueDateKey
FK5 ShipDateKey
FK2 CustomerKey
FK1 CurrencyKey
FK7 SalesTerritoryKey
SalesOrderNumber
SalesOrderLineNumber
OrderQuantity
UnitPrice
ExtendedAmount
ProductStandardCost
TotalProductCost
SalesAmount
TaxAmt
Freight
OrderDate
DueDate
ShipDate
DateKey
FullDateAlternateKey
DayNumberOfWeek
EnglishDayNameOfWeek
SpanishDayNameOfWeek
FrenchDayNameOfWeek
DayNumberOfMonth
DayNumberOfYear
WeekNumberOfYear
EnglishMonthName
SpanishMonthName
FrenchMonthName
MonthNumberOfYear
CalendarQuarter
CalendarYear
CalendarSemester
FiscalQuarter
FiscalYear
FiscalSemester
CarrierTrackingNumber
CustomerPONumber
ProductDim
PK,I1 ProductKey
ProductAlternateKey
FK1 ProductSubcategoryKey
WeightUnitMeasureCode
SizeUnitMeasureCode
EnglishProductName
SpanishProductName
FrenchProductName
StandardCost
FinishedGoodsFlag
Color
SafetyStockLevel
ReorderPoint
ListPrice
Size
SizeRange
Weight
DaysToManufacture
ProductLine
DealerPrice
Class
Style
ModelName
69
I decided to include all the date attributes associated with Fact Sales table in the same Fact sales table to
make it easier to process the data without getting error message whenever reports are executed. On
the business layer, I deleted the Date Dim and recreated a new Date Dim not associated with Date Dim
table. Then I add the dimensions of the Date Dim by dragging the attributes from Fact Sales table and
deleted any other date dimensions on the Fact Sales table on the business layer.
70
71
Additional measures were included including Tax and Freight.
72
73
74
75
76
77
Web Intelligence
78
79
80
Crystal Reports Enterprise and Business Objects
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
SAP Business Objects Explorer
103
104
105
106
107
108
109
110
111
112
SAP Business Objects Analysis OLAP
113
The SSAS http site makes SSAS accessible via internet.
114
115
116
117
118
119
Exported to Excel
120
121
Universe Creation Microsoft SSAS
122
123
124
125
126
127
With MS SSAS Data Foundation is not needed.
128
129
130
131
132
133
134
135
136
Reports Processing and Scheduling
137
138
139
140
Results Abbreviated
141
Results Abbreviated
142
143
144
145
146
147
148
149
150
151
152
Oracle OBIEE
153
154
Installation & Configuration
Java Home and the environment variable for java home have to be implemented for a successful
deployment.
155
Oracle Repository Creation Utility will be utilized to create the necessary tablespace and schema including the database
objects for the Oracle OBIEE. The Microsoft loopback adapter is used to create the static IP address since OBIEE will
throw an error during installation if a dynamic IP address is used for both the database and OBIEE installations. The
loopback adapter is also utilized by other database like DB2, Sybase ASE and SQL Server depending on the
configurations which makes it easier for applications like SQL Developer to connect too. Only the Metadata and
Business intelligence platform are need for OBIEE. Windows server or any server OS is the best option for installing
OBIEE due to performance related issues during installation and configuration.
Verification
156
Installation
Enterprise install option will install both the Oracle Weblogic and OBIEE application and the software only
install option will install the OBIEE application which can be manually deploy the application. For that option
an existing Oracle Weblogic needs to be preinstalled first for that option to work.
157
Note: Oracle OBIEE has many installation options which depend on the Operating Systems
configurations, Weblogic and java versions even for development based systems. Weblogic can be
installed first and later OBIEE in the same folder with web logic. Then OBIEE is manually deployed or set
up to use the weblogic.
158
159
160
161
162
163
Oracle BI Publisher Desktop, Oracle Business Intelligence Enterprise Edition Client and Applications have
to be installed following a successful installation.
164
DBA Task
Due to high memory usage by business intelligence applications like OBIEE, the default memory
size has to be increased to increase performance using Oracle Enterprise Manager 11g or SQL
Developer as illustrated below for each tablespace including the temporary tablespace.
165
166
OBIEE Administration
In the following task, I would set up the JDBC connections for database systems for Oracle, Microsoft SQL
Server 2008 and 2012 and IBM DB2.
167
168
169
Sample Reports
For this demonstration, on the first part I would utilized the OBIEE sample provided to create simple
reports and on the second part, SQL Server AdventureWorksDW 2008 would be utilized to create the
repository which would be deployed into the server for reports development.
Sales Reports
170
171
Results Abbreviated
Adding sections to the reports allowing end user to print sections of report relating to their interest
172
Results Abbreviated
173
Results Abbreviated
174
Formatting the report
175
176
Results Abbreviated
177
Results Abbreviated
178
Results Abbreviated
179
180
Results Abbreviated
181
182
183
184
185
186
Results Abbreviated
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210

More Related Content

PPTX
Building the Perfect SharePoint 2010 Farm; A Walkthrough of Best Practices fr...
PDF
Parnassus data recovery manager for oracle database user guide v0.3
PDF
Oracle Database Backup
DOC
PDF
ESM_UpgradingTo5.6.pdf
PDF
PDF
Developing with oracle enterprise scheduler service for fusion applications
PDF
high availability case study fusion middleware cluster1
Building the Perfect SharePoint 2010 Farm; A Walkthrough of Best Practices fr...
Parnassus data recovery manager for oracle database user guide v0.3
Oracle Database Backup
ESM_UpgradingTo5.6.pdf
Developing with oracle enterprise scheduler service for fusion applications
high availability case study fusion middleware cluster1

What's hot (20)

PPTX
OFC418 Advanced MOSS Administration
PDF
Moss 2007 Backup Strategies
PPTX
Best Practice SharePoint Architecture
DOC
Simple Farm Server Deployment
PDF
SafePeak - Poria hospital case study
DOC
Pre Install Databases
PDF
Dell PowerEdge R920 running Oracle Database: Benefits of upgrading with NVMe ...
PDF
Esm migrate to_corre_6.0c
PDF
Athena java dev guide
PDF
How To Configure Email Enabled Lists In Moss2007 Rtm Using Exchange 2003
PDF
Automatic upgrade and new error logging in my sql 8.0 oct
PPTX
Exadata
PPTX
Tech Ed Africa Demystifying Backup Restore In Share Point 2007
PDF
Oracle ebs r12_architecture
PDF
White Paper Dell Reference Configuration Deploying Microsoft ...
PDF
oda-x5-2-DATA SHEET
PPTX
SharePoint Disaster Recovery with SQL AlwaysOn
PDF
ArcSight Connector Appliance v6.1 Release Notes
DOCX
Velmurugan_AnnamalaiSrademantrasdb
OFC418 Advanced MOSS Administration
Moss 2007 Backup Strategies
Best Practice SharePoint Architecture
Simple Farm Server Deployment
SafePeak - Poria hospital case study
Pre Install Databases
Dell PowerEdge R920 running Oracle Database: Benefits of upgrading with NVMe ...
Esm migrate to_corre_6.0c
Athena java dev guide
How To Configure Email Enabled Lists In Moss2007 Rtm Using Exchange 2003
Automatic upgrade and new error logging in my sql 8.0 oct
Exadata
Tech Ed Africa Demystifying Backup Restore In Share Point 2007
Oracle ebs r12_architecture
White Paper Dell Reference Configuration Deploying Microsoft ...
oda-x5-2-DATA SHEET
SharePoint Disaster Recovery with SQL AlwaysOn
ArcSight Connector Appliance v6.1 Release Notes
Velmurugan_AnnamalaiSrademantrasdb
Ad

Viewers also liked (20)

PDF
General caballeros y damas 10 km
PPS
Mung ngay 2011
PDF
PDF
ordenamiento
PPTX
House style - Ashley Tonks
PPTX
autism
PDF
11. obesity in children from sonora
PDF
Informe general
PDF
Spontaneous intracerebral hemorrhage in Mexico: results from a Multicenter Na...
PPTX
具体例をいくつ観察すれば見たい対象の全体について理解出来るか
PDF
Delta pen - Special limited edition
PPT
One Step Away
PPT
Marketing Management
PDF
Giao trinh php 2009 vo duy tuan - final
PPTX
Thank you 2015
PDF
Kontrak transaksi perkuliahan1314
DOCX
Rubric
PPT
Project bio
PPT
Asteroïde
PDF
Jx webinar csr-materiality-brand-v1-condensed
General caballeros y damas 10 km
Mung ngay 2011
ordenamiento
House style - Ashley Tonks
autism
11. obesity in children from sonora
Informe general
Spontaneous intracerebral hemorrhage in Mexico: results from a Multicenter Na...
具体例をいくつ観察すれば見たい対象の全体について理解出来るか
Delta pen - Special limited edition
One Step Away
Marketing Management
Giao trinh php 2009 vo duy tuan - final
Thank you 2015
Kontrak transaksi perkuliahan1314
Rubric
Project bio
Asteroïde
Jx webinar csr-materiality-brand-v1-condensed
Ad

Similar to BI Apps Reports2- Oracle OBIEE & SAP Business Objects (20)

DOC
Sql Azure Database whitepaper r01
PDF
Oracle Enterprise Manager 12c - OEM12c Presentation
PPTX
Exploring Microsoft Azure Infrastructures
 
PDF
Tx2014 Feature and Highlights
PPTX
Stretch Database
PDF
Dell open manage essentials install
PDF
New Mysql Embedded Guide Wp Nov2012
PPTX
Sql Azure Pass
PPTX
Sql Azure Pass
PDF
Dell PowerEdge R920 and Microsoft SQL Server 2014 Migration and Benefits Guide
PDF
SQL Server Integration Services with Oracle Database 10g
DOCX
DBA, LEVEL III TTLM Monitoring and Administering Database.docx
PDF
Sharepoint 2007 Install Best Practice Phase 1
PDF
Optimiser votre infrastructure SQL Server avec Azure
PDF
Ocs F5 Bigip Bestpractices
PPTX
Azure Data Factory ETL Patterns in the Cloud
PDF
Big Data Engineering for Machine Learning
PPTX
Azure SQL DB Managed Instances Built to easily modernize application data layer
PDF
How to Win When Migrating to Azure
DOCX
DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16
Sql Azure Database whitepaper r01
Oracle Enterprise Manager 12c - OEM12c Presentation
Exploring Microsoft Azure Infrastructures
 
Tx2014 Feature and Highlights
Stretch Database
Dell open manage essentials install
New Mysql Embedded Guide Wp Nov2012
Sql Azure Pass
Sql Azure Pass
Dell PowerEdge R920 and Microsoft SQL Server 2014 Migration and Benefits Guide
SQL Server Integration Services with Oracle Database 10g
DBA, LEVEL III TTLM Monitoring and Administering Database.docx
Sharepoint 2007 Install Best Practice Phase 1
Optimiser votre infrastructure SQL Server avec Azure
Ocs F5 Bigip Bestpractices
Azure Data Factory ETL Patterns in the Cloud
Big Data Engineering for Machine Learning
Azure SQL DB Managed Instances Built to easily modernize application data layer
How to Win When Migrating to Azure
DB Develop 2 Oracle 12c, DB2, MYSQL, SQL Anywhere 16

More from Sunny U Okoro (20)

DOCX
SQL Server and SSAS
DOCX
BI Apps Reports 5 QlikSense Desktop
DOCX
MS SSAS 2008 & MDX Reports
DOCX
DBA Oracle,SQL Server, MYSQL,DB2 Express Postgres & Sybase
DOCX
Database Migration
DOCX
Cognos Express
DOCX
BI Apps ETL 4- Informatica PowerCenter Express
DOCX
Oracle ODI
DOCX
BI Apps Reports 4 Cognos BI and Crystal Reports
DOCX
Tableau Reports and Oracle OBIEE
DOCX
DB 3 Sybase ASE 15 & MS SQL Server
DOCX
MS SSAS 2012 & MDX
DOCX
Advanced ETL2 Pentaho
DOCX
MiS SharePoint 2010-SSRS, Power View & PowerPivot 2012
DOCX
BI Apps OLAP & Reports- SSAS 2012 Tabular & Multidimensional
DOCX
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
DOCX
Advanced ETL MS SSIS 2012 & Talend
DOCX
DB Security Oracle 11g-Application Context, Dynamic Views & Aduits
DOCX
DB Devlop- PostgreSQL 9.2.4 IQ 15.4
DOCX
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012
SQL Server and SSAS
BI Apps Reports 5 QlikSense Desktop
MS SSAS 2008 & MDX Reports
DBA Oracle,SQL Server, MYSQL,DB2 Express Postgres & Sybase
Database Migration
Cognos Express
BI Apps ETL 4- Informatica PowerCenter Express
Oracle ODI
BI Apps Reports 4 Cognos BI and Crystal Reports
Tableau Reports and Oracle OBIEE
DB 3 Sybase ASE 15 & MS SQL Server
MS SSAS 2012 & MDX
Advanced ETL2 Pentaho
MiS SharePoint 2010-SSRS, Power View & PowerPivot 2012
BI Apps OLAP & Reports- SSAS 2012 Tabular & Multidimensional
Advanced SSRS 2012-SSAS,SSIS, XML, ASP.NET,Forms
Advanced ETL MS SSIS 2012 & Talend
DB Security Oracle 11g-Application Context, Dynamic Views & Aduits
DB Devlop- PostgreSQL 9.2.4 IQ 15.4
BI Apps Reports-Cognos,Crystal Reports & SSRS 2012

Recently uploaded (20)

PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Encapsulation theory and applications.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPT
Teaching material agriculture food technology
PDF
Empathic Computing: Creating Shared Understanding
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
A Presentation on Artificial Intelligence
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Machine learning based COVID-19 study performance prediction
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
cuic standard and advanced reporting.pdf
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Network Security Unit 5.pdf for BCA BBA.
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Encapsulation theory and applications.pdf
Chapter 3 Spatial Domain Image Processing.pdf
Teaching material agriculture food technology
Empathic Computing: Creating Shared Understanding
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Mobile App Security Testing_ A Comprehensive Guide.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Unlocking AI with Model Context Protocol (MCP)
A Presentation on Artificial Intelligence
Programs and apps: productivity, graphics, security and other tools
Machine learning based COVID-19 study performance prediction
Reach Out and Touch Someone: Haptics and Empathic Computing
Dropbox Q2 2025 Financial Results & Investor Presentation
Per capita expenditure prediction using model stacking based on satellite ima...
cuic standard and advanced reporting.pdf
A comparative analysis of optical character recognition models for extracting...
Building Integrated photovoltaic BIPV_UPV.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Network Security Unit 5.pdf for BCA BBA.

BI Apps Reports2- Oracle OBIEE & SAP Business Objects