Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Caching sql query not happening
On 6/3/05, Vikas Gautam <g_vikas_at_hotmail.com> wrote:
>=20 >=20 >=20
Those are not really bind variables.
They are sys-generated binds placed due to the initialization
parameter cursor_sharing being set to something other than EXACT.
This means that you leave yourself open to all sorts of wonderful
permutations of occurrances that cause you to still be working after 5
pm on friday evenings.
replace the literals with real bind variables.
Pd
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Jun 03 2005 - 17:20:51 CDT
![]() |
![]() |