By Harisha Pattela
To install and configure BI Composer for Oracle BI EE, use the following steps as a guide:
Step 1
Extend a Web Logic Server domain & to install BI Composer runtime implementation shared libraries:
- Stop the Web Logic Server.
- Launch the Configuration Wizard.
- Select Extend an existing Weblogic domain, and then click Next.
- Select the domain folder (for example, <mw_home>/user_projects/domains/bifoundation_domain), and then click Next.
Read More
Tags:
Harisha Pattela,
Oracle BI,
Blog
By Kurt Wolff
When I read the questions people ask about data modeling on OBIEE forums, one that seems to come up frequently is what to do when you have fact tables that do not join to all dimension tables.
Read More
Tags:
Kurt Wolff,
Oracle BI,
Blog
By Kurt Wolff
“Writeback” – presenting an Answers interface so that users can update data in database tables or insert new rows – first appeared in version 7.8.4. To use OBIEE’s writeback capabilities, there are several set up steps. While each one is simple and fairly straightforward, it’s easy to forget all the steps and where each one is located. This document contains the instructions in case you find yourself forgetting them. Since many people like to demo using Excel as a data source, it focuses first on using Excel. Later, an example using an Oracle table is discussed.
Read More
Tags:
Kurt Wolff,
Oracle BI,
Blog
By Kurt Wolff
It is often convenient to set a number of session variables to capture date values that you use repeatedly in your queries. For example, if you have weeks that end on Saturday, you might want to have the date of the most recent Saturday in a session variable, called perhaps PREVIOUSSATURDAY. You can then use that session variable as the default date value in your queries – for example, “Periods”.”Date” = VALUEOF(NQ_SESSION.PREVIOUSSATURDAY).
Read More
Tags:
Kurt Wolff,
Oracle BI,
Blog
By Kurt Wolff
This post shows how you can use presentation variables to select a single value in a dashboard prompt and produce a result set that includes a range of values. For example, you could select a single year in a prompt and show data for that year and the preceding three years
Read More
Tags:
Kurt Wolff,
Oracle BI,
Blog
SAN JOSE, CA -- February 10, 2011 -- KPI Partners, a leading provider of business intelligence technology solutions, today announced that the company will host 9 free workshops throughout western North America in March and April. The workshops are being conducted in partnership with Oracle Corporation and will feature Oracle Business Intelligence Enterprise Edition (OBIEE) 11g and the Oracle BI Applications. OBIEE 11g is the most recent release of Oracle's leading business intelligence software application.
Read More
Tags:
News
By Kurt Wolff
The OBIEE Answers (10g) user interface says to use "fmap" when referring to resources on the presentation server.
Read More
Tags:
Kurt Wolff,
Oracle BI,
Blog
By Kurt Wolff
There are many times when it is very beneficial to pass the value of session variables (or report variables) into the SQL used to define a Select table in the physical layer. This allows the select statement to focus on just the data you want, rather than creating a view with potentially millions of rows and then subsequently applying a filter to that result set.
Read More
Tags:
Oracle BI,
Blog
By Kurt Wolff
A common question is whether OBIEE can display a table and freeze the header “like you can in Excel”. OBIEE does not offer that feature out of the box, but you can do this (more or less) with the narrative view and the appropriate html.
Read More
Tags:
Oracle BI,
Blog
By Kurt Wolff
In addition to familiar SQL aggregation functions such as Sum, Max, Min, Average, and Count, OBIEE also supports an aggregation function called “Aggregate”. This function is available for use in formulas written in Answers.
Read More
Tags:
Oracle BI,
Blog