Oracle 5.0 Reference Manual page 2079

Table of Contents

Advertisement

secondsBeforeRetryMaster
selfDestructOnPingMaxOperations
selfDestructOnPingSecondsLifetime
resourceId
Security.
Property Name
allowMultiQueries
useSSL
requireSSL
verifyServerCertificate
clientCertificateKeyStoreUrl
clientCertificateKeyStoreType KeyStore type for client certificates (NULL or
clientCertificateKeyStorePassword
trustCertificateKeyStoreUrl
trustCertificateKeyStoreType KeyStore type for trusted root certificates (NULL
Connector/J (JDBC) Reference
'secondsBeforeRetryMaster' will cause an attempt
to be made to reconnect to the master. Defaults to
50.
How long should the driver wait, when failed over,
before attempting
=If set to a non-zero value, the driver will report
close the connection and report failure when
Connection.ping() or Connection.isValid(int) is
called if the connection's count of commands sent
to the server exceeds this value.
If set to a non-zero value, the driver will report
close the connection and report failure when
Connection.ping() or Connection.isValid(int) is
called if the connection's lifetime exceeds this
value.
A globally unique name that identifies the resource
that this datasource or connection is connected
to, used for XAResource.isSameRM() when
the driver can't determine this value based on
hostnames used in the URL
Definition
Allow the use of ';' to delimit multiple queries
during one statement (true/false), defaults to
'false', and does not affect the addBatch() and
executeBatch() methods, which instead rely on
rewriteBatchStatements.
Use SSL when communicating with the server
(true/false), defaults to 'false'
Require SSL connection if useSSL=true? (defaults
to 'false').
If "useSSL" is set to "true", should the driver verify
the server's certificate? When using this feature,
the keystore parameters should be specified by
the "clientCertificateKeyStore*" properties, rather
than system properties.
URL to the client certificate KeyStore (if not
specified, use defaults)
empty means use the default, which is "JKS".
Standard keystore types supported by the JVM
are "JKS" and "PKCS12", your environment may
have more available depending on what security
products are installed and available to the JVM.
Password for the client certificates KeyStore
URL to the trusted root certificate KeyStore (if not
specified, use defaults)
or empty means use the default, which is "JKS".
Standard keystore types supported by the JVM
2059
30
3.0.2
0
5.1.6
0
5.1.6
5.0.1
Default
Since
Value
Version
false
3.1.1
false
3.0.2
false
3.1.0
true
5.1.6
5.1.0
JKS
5.1.0
5.1.0
5.1.0
JKS
5.1.0

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents