Field | Description |
Database | Select the supported database. |
Driver Group | Select the driver group to connect to the database. You can upload a new JDBC driver through the Add Driver option from the drop-down. You can upload only the certified jars. |
Transaction Type | Select transaction type for transaction support on Account. The following are the supported transaction types: NO_TRANSACTION: The connection automatically commits operations. LOCAL_TRANSACTION: The connection uses local transactions. |
DataSource Class | Select the DataSource class from the drop-down. This field specifies the name of the JDBC driver's DataSource class. |
Server Name | Enter the name of the server that hosts the database. Note: Ensure to check the security settings of the cloud database, if the tenant is unable to connect to the cloud database. |
User | Enter the user name that the connection uses to connect to the database. |
Password | Enter the password for the user name specified in User. |
Database Name | Enter the database name to which the connection connects to. |
Port Number | Enter the port number that the connection uses to connect to the database. |
Truststore Alias | Select the alias name of the Integration Cloud truststore configuration. The truststore contains trusted certificates used to determine trust for the remote server peer certificates. You can also add a new Truststore from this field. |
Network Protocol | Indicates the name of the network protocol that the connection will use when connecting to the database. Enter TCP/TCPS, which specifies the name of the network protocol. |
Other Properties | Specify the driver-dependent property settings to provide additional configurations for the connection that you use. Use the following format: propertyName=value Note: Use a ; (semi-colon) to delimit driver-dependent property settings. Do not enter spaces after the semi-colon. For example: TableFilter=‘<current catalog>'.‘Accounting';driverType=thin loginTimeout=60 Specifies the default time in seconds that a connection will wait while attempting to connect to a database. |