Identify two data source attributes that, if set properly can help avoid situations in which the application fails due to a failed JDBC connection.

Your server includes an application that users a generic JDBC data source to connect to a
database. However, the network connection between the server and the database is not
100%reliable. Identify two data source attributes that, if set properly can help avoid
situations in which the application fails due to a failed JDBC connection.

Your server includes an application that users a generic JDBC data source to connect to a
database. However, the network connection between the server and the database is not
100%reliable. Identify two data source attributes that, if set properly can help avoid
situations in which the application fails due to a failed JDBC connection.

A.
Statement CacheType

B.
Pool ReserveMode

C.
TestTableName

D.
Test ConnectionMode

E.
TestConnectionson Reserve

Explanation:



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Themeu

Themeu

The correct is: C,E

Michael

Michael

The correct answer C,E