nminshew wrote:
I would not set the statement cache to "0", that will cause a fairly substantial performance hit. I was able to resolve this issue by updating the oracle driver from classes12 to ojdbc14 from the oracle site. I understand that you have already retrieved the new driver, but make sure you point your server to the new driver, otherwise you will continue to have this problem. I downloaded the driver and put it in the classpath, but forgot to update the Native Path in the server configurator. After changing the native path it works fine.
I'm having this problem too, setting the statement cache to 0 fixes it but I understand about the performance concern. We're using ojdbc14.jar in websphere.
What do you mean about the "Native Path in the server configurator"?
-Michael