Inline Hint Clarification
Hi,
Oracle Database Version - 12.2.0.1.220118
OS - Oracle Linux Server release 6.10
Issue - With Subquery is running long time.
I need some clarification regarding INLINE hint injections on With subquery sql . Can it be controlled using baseline or patch? because I tried it but not working. Followed below to make it effect but none helped.
1 . Created baseline but not working.
2.. created SQL patch but not working.
3.. Ran with outline hints but no luck.
4.. Tried with session parameter _with_subquery=inline but no luck
only working case is when we inject hint in specific with subquery inside sql statement for which code change is mandatory which is not possible now.