Database Driver Parameters
DB driver parameters are associated with the JDBC connection.
The following table lists the DB driver parameters:
Parameter | Default | Description |
---|---|---|
DBConn | The JDBC URL defined during installation | Defines the JDBC URL.
This parameter is rarely changed after the MFT installation. It can occasionally be changed when you want to add the SSL support or the High Availability support. |
DBDriver | The JDBC driver class name defined during installation | Defines the JDBC driver class.
This parameter is rarely changed unless you decide to change the JDBC driver used by MFT. |
DBPass | The encrypted database password defined during installation | Defines the password of the database user associated with the JDBC connection. |
DBPwdEncrypted | true | Defines whether the database password is encrypted. |
DBUser | The database user defined during installation | Defines the database user associated with the JDBC connection. |
OracleDatabaseSSLCipherSuites |
SSL_DH_anon_WITH_3DES_EDE_CBC_SHA
SSL_DH_anon_WITH_RC4_128_MD5 SSL_RSA_WITH_3DES_EDE_CBC_SHA |
Defines the cipher suites used by Oracle JDBC connections.
Different Oracle server releases require different SSL cipher suites. |
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.