PlsqlInfoLogging

Specifies what mode to use for extra performance logging.

The modes is:

InfoDebug: This logs more information to the Apache / OHS's error_log. It is used in conjunction with OHS's info logging level set in httpd.conf. If the Apache / OHS's logging level is not at least set to this high, this setting will be ignored.

In this mode, mod_plsql will log the following things in error_log:

Syntax:
PlsqlInfoLogging InfoDebug
Default:
No extra logging
Example:
PlsqlInfoLogging InfoDebug

Tips for PlsqlInfoLogging

This logging setting is useful for debugging problems in your PL/SQL application. This is especially useful when debugging Portal performance issues.