User guide

<option_name> <value> Default Description
hex integer client connection will wait on the completion
of a read or write on the network. If the read or
write does not complete within the designated
time an exception will be raised.
The value 0 means unlimited time allowed.
This timeout is only applicable to the thin
driver and is only placed on the client-side
socket operations.
sqlcache Decimal or
hex integer
0
Specifies the number of statements that may be
maintained in the SQL cache.
If less than or equal to 0, SQL statement cache
is disabled. Positive values specify the size of
the SQL statement cache.
srv.password string value
NONE
Specifies the server password to be used for the
connection. See Further server access
protection for more details.
ssl*
various
NONE
Sets one or more SSL characteristics, see
Using SSL
for more details on these
characteristics.
tracelevel or
tl
Decimal or
hex integer
0
Specifies the default tracelevel for the
connection.
transaction readonly or
readwrite or
automatic or
oracle or
manual
automatic
Specifies the default transaction for this
connection.
See Default Transaction
and
Scope of CONNECTION.setReadOnly()
for
more details
usehints
true or false
true
If true, the optional JDBC hint methods will be
observed.
If false, the optional JDBC hint methods will
be silently ignored.
See JDBC Hint Methods
for more details.
16