If my database use "CURSOR_SHARING=FORCE", do I need histograms?
Hello,
The parameter CURSOR_SHARING=FORCE will change all literals to a bind variable marked "SYS_B_XX".
Then since all queries executed against that database use bind variables, is it necessary to have histograms?
Thank you.
0