+

Search Tips   |   Advanced Search

JDBC mediator performance considerations and limitations

Use these tips to help determine if a JDBC Data Mediator Service suits the requirements of the application serving environment.

(iseries) Driver requirements for using SDO to access DB2 UDB for iSeries

Because the SDO JDBC Mediator takes advantage of the ResultSetMetaData interface in JDBC 2.0, it must use JDBC providers that are fully compliant with that specification. Both the IBM Developer Kit for Java JDBC driver (also known as the DB2 UDB for iSeries Native driver) and the IBM Toolbox for Java JDBC driver meet this criteria for JDBC access to DB2 UDB for iSeries. For performance reasons, however, neither of these drivers have default settings to return all the information that the mediator requires. Set a connection property on the JDBC provider or data source that corresponds to each driver for it to return full ResultSetMetaData data sets.

The property you use varies according to how the driver implementation acquires database connections.


Miscellaneous database limitations


General performance recommendations

Reference topic