Fixes: Describes the issues resolved since general availability.
Version 5.1.4
ENHANCEMENTS
The driver has been enhanced to include timestamp in the Spy and JDBC packet logs by default. If required, you can disable the timestamp logging by specifying the following at connection: For Spy logs, set spyAttributes=(log=(file)Spy.log;timestamp=no)
and for JDBC packet logs, set ddtdbg.ProtocolTraceShowTime=false.*
Interactive SQL for JDBC (JDBCISQL) is now installed with the product. JDBCISQL is a command-line interface that supports connecting your driver to a data source, executing SQL statements and retrieving results in a terminal. This
tool provides a method to quickly test your drivers in an environment that does not support GUIs.*
Support for result set holdability has been added to the driver.
CHANGED BEHAVIOR
The driver no longer registers the Statement Pool Monitor as a JMX MBean by default. To register the Statement Pool Monitor and manage statement pooling with standard JMX API calls, the new RegisterStatementPoolMonitorMBean connection property must be set to true.*
Version 5.1.3
GA Release Features
Supports SQL read-only access to data managed by Oracle Service Cloud
Maps the Oracle Service Cloud data model to a set of relational tables and uses a client-side data cache for improved performance