SQL Performance (MOSC)

MOSC Banner

If my database use "CURSOR_SHARING=FORCE", do I need histograms?

edited Nov 30, 2015 10:37AM in SQL Performance (MOSC) 1 commentAnswered ✓

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center