Fixedstring Property Ignored When Using Class Oracle.Jdbc.Pool.Oracleconnectioncacheimpl In Oracle Application Server 10.1.2.3
(Doc ID 1329168.1)
Last updated on DECEMBER 19, 2022
Applies to:
Oracle Containers for J2EE - Version 10.1.2.3.0 and laterInformation in this document applies to any platform.
Symptoms
Trying to set fixedstring property for driver oracle.jdbc.pool.OracleConnectionCacheImpl in Oracle Application Server 10.1.2.3 datasource, but the property is ignored.
This patch is installed: Patch 10222534 - UNABLE TO SET FIXEDSTRING PROPERTY IN DATASOURCE
Steps to reproduce :
1. Create datasource with datasource class oracle.jdbc.pool.OracleConnectionCacheImpl and property fixedString=true,default1BatchValue=15.
2. Restart container
3. Deploy the following jsp page to the same container and test it with the datasource created in step 1:
The fixedstring property is not shown.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |