How to force a sql_id to use a specific hash plan value
Hi,
in my 11.2 database i've seen that a sql_id change hash plan value.
The original was more faster than second, but optimizer use second.
How can i force the sql_id to use the first hash plan value?
Tnx