JDBC and statement caching

From: Gary Fox <gary_fox_at_lineone.net>
Date: 12 Aug 2003 05:46:37 -0700
Message-ID: <59813a12.0308120446.1d89c51_at_posting.google.com>


The Oracle JDBC documentation states explicitly that prepared statements are cached against database connections. But the Oracle documentation talks about statements being parsed and placed in a 'shared pool', available to all users.
So are JDBC statements held per connection, globally, or both? Thanks,
Gary Received on Tue Aug 12 2003 - 14:46:37 CEST

Original text of this message