OBIEE has a smart query logging system and it happens to be mainly based on security logging levels. This is great from an overhead perspective because you wouldn’t want every single user of the system to have a full introspective query log produced each and every time your hundreds of users run a query requests or dashboard view hit.
Typically one will use logging during development, analysis, or troubleshooting efforts. Otherwise there is no need to have logging on any higher than the default setting. By default each user account’s “Logging Level” is set to 0 (zero) which is basically no logging. For basic purposes of analyzing SQL or MDX syntax that make up the query, row counts, and recordset deliver time you will want to change the “Logging Level” to a 1 or 2. These two levels start providing basic logging which can be seen from Settings > My Account > Manage Session in Answers.
Here’s how to change the “Logging Level” for a specific account:
Read the full story


