Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c User level logging in RPD

Hi,
I'm trying to utilize the user level logging in the RPD where the query's physical SQL is wrote to the nquery.log - I think the file is called $OBIEE_HOME /user_projects/domains/<domain>/servers/obis1/logs/obis1-query.log now in 12c, however I'm unable to get any queries logged. I've went through setting the user logging to level 2 via the Admin Tool but its not logging anything. Is obis1-query.log the correct file to look for this logging or is there another configuration step that's required in 12c?
Regards
Adrian
Answers
-
In the Analysis add the following to the prefix box on the Advance tab
Set Variable LOGLEVEL=2;
Not sure why the RPD server setting doesn't work.
0