Caching Statement improves performance by caching executable statements that are reused, for example, in a loop or in a method that is called repeatedly.
When you enable Implicit Statement caching, JDBC automatically caches a prepared or called statement when you call the close method of this statement object.
setPoolable (true) .
, Statement.
Oracle Oracle 11.2.