Is a generic outline possible
I have an app that is issuing a select against a complex view using only an IN-List in the WHERE clause. In 9i this ran fine, in 11g it runs very poorly. I have been able to create a stored outline in 11g that improves the 11g performance dramatically. Can I create a single stored outline for any number of IN-list items? Here is the where clause I created the outline for. It only seems to be used if the exact number of in-list items is requested.
WHERE attr.amendment_part_oid IN
WHERE attr.amendment_part_oid IN
(:"SYS_B_0"
0