mod_plsql
PlsqlAfterProcedure
requested procedure. This enables you to put a hook point after the requested
procedure is called. This is useful in doing SQL*Traces/SQL Profiles while
debugging a problem with the requested procedure. This is also useful when you
want to ensure that a specific call be made after running every procedure.
Category
Syntax
Default
Example
Notes:
I
I
PlsqlAlwaysDescribeProcedure
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.
Category
Syntax
Default
Example
Notes:
I
I
7-28 Oracle HTTP Server Administrator's Guide
Specifies the procedure to be invoked after calling the
For all purposes, except for debugging, this parameter should be omitted. You
could use this parameter to stop SQL Trace/SQL Profiling.
In older versions of the product, this parameter was called after_proc.
For all purposes, except for debugging, you should leave this parameter set to
"Off".
In older versions of the product, this parameter was called always_desc.
Value
PlsqlAfterProcedure string
None
PlsqlAfterProcedure portal.mypkg.myafterproc
Specifies whether mod_plsql should describe a
Value
PlsqlAlwaysDescribeProcedure On/Off
Off
PlsqlAlwaysDescribeProcedure Off
Need help?
Do you have a question about the HTTP Server B12255-01 and is the answer not in the manual?
Questions and answers