Re: SQL hints
Posted by ErmanArslansOracleBlog on Feb 12, 2018; 12:56pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/SQL-hints-tp5187p5190.html
You have some new objects accessed in your current plan.
INDEX UNIQUE SCAN on " SYS_C0012330"
TABLE ACCESS BY INDEX ROWID on "PRODUCT"
These accesses change the execution plan..
Why do they be accessed? Did you check the query with this in mind?