Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Cannot Reproduce
-
4.0
-
None
-
None
Description
While the documentation for SharedPoolDataSourceFactory referes to the DBCP documentation (http://commons.apache.org/dbcp/configuration.html) for properties that can be set I tried to use connectionInitSqls (and the form connectInitSqls) and it is not supported:
Property: connectionInitSqls value: BEGIN;DBMS_SESSION.SET_NLS('NLS_COMP' is not supported by DataSource: org.apache.commons.dbcp.datasources.SharedPoolDataSource
It would be nice if it supported this as it's a simple way to get case-insensitive queries in Oracle.