Hi,
We are using bo4 + oracle 11.2.0.3.
Sometimes users complain about speed reports run one-day to the next same sql.
Has been suggested to us if business objects can use bind-variables.
As I understand it, business objects uses literals and hence new explain plans can be generated causing difference in behaviour.
The only way I believe we can get business objects to use bind variables is to set CURSOR_SHARING parameter on oracle database to FORCE.
What is best practice in this regard?
Thoughts on what wider community does?
Have heard that can make queries quicker but have heard other users can cause problems as new execution plans not being generated when woudl be better for them to be.
Thanks