Re: [转载] JDBC用完了oracle的large pool (memor# Database - 数据库
n*a
1 楼
Don't start messing up with your large pool yet.
Check your codes first. Are you using variable
binding, i.e., the setXXX methods in PreparedStatement?
Are you closing all ResultSet, PreparedStatement, Connection
objects properly?
If all the above seem appropriate, and only if you are using
shared server configuration on Oracle, then start looking at
large pool.
Check your codes first. Are you using variable
binding, i.e., the setXXX methods in PreparedStatement?
Are you closing all ResultSet, PreparedStatement, Connection
objects properly?
If all the above seem appropriate, and only if you are using
shared server configuration on Oracle, then start looking at
large pool.