!--a11y-->
JDBC Connector Service 
This service is a resource adapter based on the Java Database Connectivity (JDBC) standard. It enables you to create and manage DataSource objects. The service provides the parameters of the default DataSource created at installation time, as properties.
JDBC Connector Service runs on servers only.
Server
Property |
Description |
Default Value |
sysDS.DBConnectInfo |
The name of the secured property entry where the database connection settings are stored. |
Depends on the settings made during the installation |
sysDS.SQLEngine |
Defines the SQL type support. |
Open_SQL |
sysDS.aliases |
The aliases that can be used for accessing the DataSource from multiple applications. |
SAP/BC_JMS,SAP/BC_UME, SAP/BC_WDRR |
sysDS.connectionLifetime |
The period in seconds after which the connection expires if it is not in use. |
600 |
sysDS.dataSourceName |
The name of the default DataSource – for example, SAPC11DB. |
Depends on the settings made during the installation |
sysDS.initialConnections |
The number of connections that are obtained initially when the DataSource is created. |
1 |
sysDS.isolationLevel |
The transaction isolation level for the connections created using the default DataSource. |
|
sysDS.maxTimeToWaitConnection |
When the maximum number of supported connections is reached and there are no free connections in the pool, the client waits the specified interval to obtain a connection. If the system does not return a connection to the pool during the interval, an exception is thrown. |
120 |
sysDS.maximumConnections |
Number of maximum connections from the default DataSource that are kept in the pool |
10 |
sysDS.runCleanupThreadInterval |
An interval in seconds between two consecutive threads run by the system to clean up unused connections |
300 |
See also:
JDBC Connector Service in the Administration Manual
