CURSOR_SHARING parameter setting in 11g r2
I copied the following note from Oracle® Database Performance Tuning Guide 11g Release 2 (11.2). I have Oracle datebase 11g release 2 database with the CURSOR_SHARING set to
SIMILAR. <font face="Arial">Will the defult parameter value EXACT be used?</font>
Starting with Oracle Database 11g Release 2, setting the value of the CURSOR_SHARING
to SIMILAR
is obsolete. Consider using adaptive cursor sharing instead.
Thanks
1