Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Troubles with parses
They are already using PreparedStatement. The problem is the connection pool.
When they close the connection, all the statements are lost.
I seems the JDBC have to reparse all the statements again.
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Feb 01 2005 - 06:38:10 CST