A comprehensive OBIEE validation plan should include the following:
- A thorough comparison of functionality of existing reports in the web catalog
- Confirmation of customizations in the repository, including but not limited to:
- level based measures
- physical/bmm star schema
- complex joins
- derived measures
- hierarchies
- variables (session, static, dynamic)
- Security - the upgrade to 11g will require you to make security changes to your 10g model, so customization is required, but you'll want to confirm the following none the less:
- object level security in the web catalog
- data level security in the repository
- note* that any filters applied to your Groups in the 10g rpd will not be present in the 11g RPD as groups have been removed from the metadata layer completely
Security (Identity) Manager 11g:
Now as you complete step 1 of your validation plan ( A thorough comparison of functionality of existing reports in the web catalog)
You notice that all of your 10g pivot table pie charts are all being generated incorrectly! Rather than 1 pie with x slices, your 11g pivot table pie charts are x pies each with one slice.
10g pivot table pie chart:
11g pivot table pie chart:
Before you begin the process of estimating hours to manually re-configure every pie chart in your system, WAIT!
This is actually a known 11.1.1.6.0 bug [ID 1467168.1] which can be fixed using Oracle's oPatch software and Patch 14003822 via Oracle Support
The steps on how to apply this patch, or even utilizing oPatch in general, are hazy at best so below is a step by step outline on using oPatch w/ Patch 14003822 :
Step 1: Identify your oPatch directory
Normally located in your $ORACLE_HOME/opatch directory. After identifying your directory, add the oPatch path to your system PATH variable as you'll be running the 'opatch' application from command line.
Step 2: Confirm core oPatch files exist
By running the following via command line:
Your output should be familiar to the screen below:
Step 3: Install Patch 14003822
Navigate to the directory that contains your unzipped Patch folder 14003822 and perform the following command:
- opatch apply -jre $ORACLE_HOME/jdk/jre
Your screen should be similar to:
A successful patch will result in the following message:
Step 4: Validate Changes
BEFORE:
AFTER:
Original 10g chart for reference:
keywords: obiee 10g to 11g upgrade, 1467168.1, obiee 11g pie charts, obiee 11g upgrade, obiee 11g roadmap
Hey,
ReplyDeleteI just came across this blog and wanted to share some information that if anybody wants to learn 0BIEE 10g and 11g online can visit http://www.wiziq.com/course/22309 for reference.