Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE physical SQL

Hi I am Using OBIEE 12.1.2.0
I want to knopw how to see Physical SQL that is run against the database.
I go in Manage sessions , I took the query that is sent to BI Server, and paste it into Issue SQL, I raise logging level to 2(I tried every possible logging level)
and still when i go to View log it does not contain Physical SQL.
I tried call SAPurgeAllCache(); before isuuing SQL and it still did not help.
Any advice form anyone, is there something I am doing wrong??
Best regards, Matija!
Answers
-
In the Advanced tab of your analysis, set the prefix to:
SET VARIABLE DISABLE_CACHE_HIT=1, LOGLEVEL=2;
See - Oracle Support Document 1902667.1 (OBIEE 11g How to see the Physical Query Sent to the Database from an Analysis?) can be found at: https://support.oracle.com/epmos/faces/DocumentDisplay?id=1902667.1
0