CURSOR_SHARING=FORCE
Hello All,
Kindly help me to understand usage of CURSOR_SHARING=FORCE if my application using literals and bind variable both.
I have run query select count(*) from v$sqlarea where is_bind_sensitive ='N' and count is 3117
And select count(*) from v$sqlarea where is_bind_sensitive ='Y' is 275
Thanks in advance.