|
We are also experimenting with CURSOR_SHARING to reduce
excessive parsing in the application, and made few observations. It appears that
Oracle doesn't replace literals with system generated bind variables if SQL
statement has both literals and bind variables, as shown
here:
SELECT RV_VALUE
FROM
REF_CODES
WHERE RV_DOMAIN = 'YESNO'
AND RV_ABBREVIATION =
RTRIM(:b1)
Jay
**************************************************************************** This electronic message contains information from CTIS, Inc., which may be company sensitive, proprietary, privileged or otherwise protected from disclosure. The information is intended to be used solely by the recipients named above. If you are not an intended recipient, be aware that any review, disclosure, copying, distribution or use of this transmission or its contents is prohibited. If you have received this transmission in error, please notify us immediately at [EMAIL PROTECTED] **************************************************************************** |
- CURSOR_SHARING=FORCE Babette Turner-Underwood
- Re: CURSOR_SHARING=FORCE Jay Mehta
- Re: CURSOR_SHARING=FORCE Jared Still
- CURSOR_SHARING=FORCE Harvinder Singh
- Re: CURSOR_SHARING=FORCE Bj�rn Engsig
