If you wanted to override a session variable and disable cache hits, you would use a syntax like the following in Answers Advanced Tab
SET VARIABLE LOGLEVEL=4, DISABLE_CACHE_HIT = 1;
SET VARIABLE OU_ORG=128;
It is all about Oracle. I will try to share my experiences here. Main subjects will be Development, E-Business Suite, ADF, SOA, Fusion etc.
If you wanted to override a session variable and disable cache hits, you would use a syntax like the following in Answers Advanced Tab
SET VARIABLE LOGLEVEL=4, DISABLE_CACHE_HIT = 1;
SET VARIABLE OU_ORG=128;
Posted by tekmen at 5:49 AM 0 comments
Labels: OBIEE
1. implement caching mechanism
2. use aggregates
3. use aggregate navigation
4. limit the number of initialisation blocks
5. turn off logging
6. carry out calculations in database
7. use materialized views if possible
8. use database hints
9. alter the NQSONFIG.ini parameters
http://www.oraclebidwh.com/2010/02/performance-tuning-in-obiee/
Posted by tekmen at 8:01 AM 0 comments
Labels: OBIEE
just a reminder for whom using OBIEE as Excel Extraction tool;
"OBIEE is not an ETL tool. It is NOT designed to handle large amounts of non aggregated data. It’s designed to handle dimensional structured data with sufficient aggregation tables."
Posted by tekmen at 5:18 AM 0 comments
Labels: OBIEE
Nice way to keep leading zero’s when exporting to excel from within OBIEE:
Add “mso-number-format:\@” to the Custom CSS Style Options of the appropriate column in the OBIEE report.
Excel rotating style
mso-rotate:90
Posted by tekmen at 11:11 AM 0 comments
Labels: OBIEE