PlsqlAlwaysDescribeProcedure

Specifies whether mod_plsql should describe a procedure before trying to execute it. If this is set to On, then mod_plsql will always describe a procedure before invoking it. Otherwise, mod_plsql will only describe a procedure when its internal heuristics have interpreted a parameter type incorrectly

Syntax:
PlsqlAlwaysDescribeProcedure On
PlsqlAlwaysDescribeProcedure Off
Default:
Off
Example:
PlsqlAlwaysDescribeProcedure Off

Tips for PlsqlAlwaysDescribeProcedure

For all but debugging purposes, this parameter should remain Off.

In older versions, this parameter was called always_desc