mod_plsql
PlsqlMaxRequestsPerSession
pooled database connection should service before it is closed and re-opened.
Category
Syntax
Default
Example
Notes:
I
I
I
I
PlsqlNLSLanguage
overrides the NLS_LANG environment variable. When this parameter is set, the
PL/SQL Gateway uses the specified NLS_LANG to connect to the database. Once
connected, an alter session command is issued to switch to the specified language
and territory. If the middle tier character set matches that of the database, then no
alter session call is issued by mod_plsql.
Category
Syntax
Default
Example
7-44 Oracle HTTP Server Administrator's Guide
This parameter helps relieve memory and resource problems that may occur
due to prolonged session reuse by a PL/SQL application.
This parameter should not need to be changed; the default is sufficient in most
cases.
Setting this parameter to a low number can degrade performance. A case for a
lower value might be an infrequently used DAD whose performance is not a
concern, and for which limiting the number of requests provides some benefit.
In older versions of the product, the equivalent to this parameter is reuse.
Instead of taking a value of "Yes" or "No", the new parameter enables you to
have finer control over the connection pool reuse in mod_plsql.
Specifies the NLS_LANG variable for this DAD. This parameter
Specifies the maximum number of requests a
Value
PlsqlMaxRequestsPerSession number
1000
PlsqlMaxRequestsPerSession 1000
Value
PlsqlNLSLanguage string
None
PlsqlNLSLanguage America_America.UTF8
Need help?
Do you have a question about the HTTP Server B12255-01 and is the answer not in the manual?