Hello All,
One of my query (having no bind variables) is taking long time(10 minutes) to execute for second execution.
I came to know that its because of Cardinality feedback.
I disabled _optimer_use_feedback by using hint and the query was executed within 2 seconds.
If I disable _optimizer_use_feedback at instance level, is there any problem for the queries having bind variables?