Oracle Audio Technologies Application 9i User Manual
Page 110
System.Properties
10-6
Oracle9i Application Server Wireless Edition Configuration Guide
db.session.min
Integer
Y
The minimum or optimal
number of open database
sessions. This parameter is
used to tune the session pool. It
can increase when necessary,
but always attempts to return
to the specified number of
concurrent open database
sessions.
db.connect.minConnections
Integer
Y
The minimum number of
connections for the connection
pool. The default is 5.
db.connect.maxConnections
Integer
Y
The maximum number of
connections for the connection
pool. The default is 100.
db.connect.incConnections
Integer
Y
The incremental allocation of
new connections to the
connection pool. The default is
1.
name.separator
Character N
The separator used in the
service path. This cannot be
modified after installation. The
default is a forward slash: "/".
repository.session.check.interval
Seconds
Y
Time interval for unused
connections to be found and
released to the connection pool.
The default is 1.
passwordEncrypted
Boolean
Y
Declares whether the password
in the database connect string
is in clear text or encrypted.
The default is false.
locatorSystemPasswordEncryption
Hook.class
Class
Name
Y
If the value of
passwordEncrypted is true,
this declares which class
implements the password
encryption hook. The default is
oracle.panama.rt.common.Syst
emPasswordEncryption.
Key
Type
Editable Description