Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
OBIEE 12C Session Variables are not working as expected
I would like to append the following code DISABLE_CACHE_HIT=SESSION VARIABLE.
The other one is the following variables are appending automatically.
SET VARIABLE QUERY_SRC_CD='Report';SELECT
SET VARIABLE QUERY_SRC_CD='Report',SAW_DASHBOARD='/shared/Fixed Assets/_portal/Fixed Assets',SAW_DASHBOARD_PG='Overview',SAW_SRC_PATH='/shared/Fixed Assets/Reports and Prompts/Acquisition/Financials vs Non Financials';SELECT
Can someone help on this. What i was trying to do is i want to pass disable_cache_hit on report run time for every user when they login by session variables.??
Answers
-
You add this to the LSQL in the Advanced tab of an analysis. Prefix field.
SET VARIABLE DISABLE_CACHE_HIT=...
Or simply take it from John's blog: Oracle Business Intelligence OBIEE 101: OBIEE the "developersprompt"
0 -
What about for the users when they logged in everytime.
0 -
Hi,
Please check the below notes:
- OBIEE 11g - How To Disable Cache for a Single Report ? (Doc ID 2085805.1)
- How To Temporarily disable Caching or Change LogLevel For A Specific Request (Doc ID 1272485.1)
- How To Prevent Caching In OBIEE? (Doc ID 1955926.1)
Thanks,
Sareesh
0 -
Put it into an init block in the RPD
0 -
Thank Sareesh. I will look in to it.
0 -
Did the same way Berg but no luck.The variables are appending automatically.
0 -
Hi Sareesh,
The document you sent won't work for users. We are looking for user level.
Thanks,
Gopi.
0