Hello all,
How can i set up default loglevel zero to all users including administrators. we are using external table authentication.
Thanks
Use NQ_SESSION.LOGLEVEL variable
https://gerardnico.com/wiki/dat/obiee/obis/loglevel
How is LOGLEVEL set right now, do you any specific setting for LOGLEVEL as off now?
You can set LOGLEVEL for all the users by setting LOGLEVEL session variable to '0' using an Init Block and query as simple as
Select '0' from dual;
and assign the output of this query to LOGLEVEL session variable,setting log level through session variable overrides user specific log level.
You can find more information on LOGLEVEL in below blog
3295595 wrote:
WHY?! Why would you EVER want to do that @3295595 ? What could this possibly bring you?
We have server utilization issues and management didnt approve the hardware upgrade. So we need to reduce the usage of servers in all possible aspects.. Can you please suggest some idesas.
Changing the log level to 0 will only use a bit less disk, the space the log file took.
Logging adding performance issues is a myth ...
The load on your system highly depends on what your users does, the kind of model you have (if all the possible logic is pushed down to the database vs. having the BI server doing the job) etc.
If you have issues and the management refused an hardware upgrade on an almost 10 years old software .... at some point it will just die, that's the normal natural destiny ...
(Because over all these years usage and data changed, so the management can't expect the system to keep working like when it has been setup)
Tell your management about cloud, no need to care about hardware anymore
Actually we have a migration plan running for 12c. That is why no more cost on old hardware.
Turning off logging will have exactly zero effect on performance apart from saving some megabyte disk space.
Whoever told you that would increase performance...well let's just say he was wrong.
Reducing logging to zero has only the effect of taking away any means of any troubleshooting. You'd basically be flying blind with your hands tied behind your back.
Hi Team, We would like to raise an enhancement request for the SSO/SAML configuration guidance for OAS 2026. We have already raised multiple SRs regarding OAS 2026 SSO configuration. However, we are facing difficulties getting the required guidance, as the available documentation does not clearly cover the OAS 2026 SSO…
We are planning to archive the Contract and Lease data currently sourced from the External Source as Contract and Lease accounting functions are being migrated to Oracle's CLM and Lease Accounting modules. At this stage, only active and partially closed records are being converted into Oracle and the remaining historical…
The difference column is a calculation, and I would like to average that row.
We are trying to convert our OAS reports to OAC and one of the parameters in the where clause of the report is what I am trying to make in OAC. I created a calculation as follows and I am trying to put it into a filter . The code validates EVALUATE('GREATEST ( TRUNC ( NVL (%1, TO_DATE (''1/1/2013'', ''mm/dd/yyyy'') ) ),…
Hi , I am calling one parameter in another parameter and it is not working. 1st parameter is showing values, while calling the 1st parameter in second it is not showing any values. Regards, Sree Hari M