On Wed, 13 Feb 2008, Josh Berkus wrote:
> So, just to confirm: there is no way with v3 to make it not use a cached
> plan, either on 8.2 or 8.3, correct?
Correct.
> Can I use v2 against 8.3?
>
Yes, but you then lose some of the features that are only available with
the V3 protocol: ParameterMetaData, some ResultSetMetaData calls, OUT
parameters for CallableStatements. I think that's the list, but couldn't
swear to it.
Kris Jurka