Oracle Data Source adam  2011-06-26 13:00
Status: Closed
 
I modified one of our existing ResultSetMetaData implementations to cache a ResultSet's meta data and added a shouldCacheMetaData() method to SqlDialect to cause it to be used. Default setting is false, but your Oracle dialect implementation should set it to true… and let's see what happens.

Adam