Re: How to disable the field cache in ServerPreparedStatement
Posted by: Mark Matthews
Date: April 18, 2018 02:01PM

Hi,

There is no "field cache" per-se in ServerPreparedStatement. You didn't post your JDBC URL, so I'm not aware if you're also using the ability to cache prepared statements by the driver, but it looks like your connection pool may be caching them? If that's the case, your application is going to have to figure out how to not use cached prepared statements in these particular cases - and that's dependent on the pool configuration/API.

- Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
Re: How to disable the field cache in ServerPreparedStatement
April 18, 2018 02:01PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.