database parameter purpose
Can you please let me know the importance of this hidden parameter and why he suggested this hidden parameter with cursor_sharing=exact.
Please try the following:
1. cursor_sharing = exact
2. If that does not work try:
cursor_sharing = exact
and
_optim_peek_user_binds = FALSE
Das