Situation
The unix agent writes debug logs out even though debugging is explicity set to 0 in the $NQMAGT_HOME/mo/config/rc/oracle.rc file with the line:
ORA_DEBUG_NETIQ=0
ORA_DEBUG_NETIQ=0
Resolution
Remove ORA_DEBUG_NETIQ related lines from $NQMAGT_HOME/mo/config/rc/oracle.rc if debugging becomes excessive.
Cause
The 7.1 UNIX Oracle module checks checks to see if ORA_DEBUG_NETIQ is defined at times instead of checking it's value.
Additional Information
Formerly known as NETIQKB72139