slow SQL after upgrade from 10g to 11g
Not all queries are slow, but a few of them are. Those queries that are slow have correlated sub queries in them, some have UNION ALL in them, and one has CUBE in the group by clause.
I have found that some of the queries work with a hint /*+ rule */, but I have to wonder why are we bypassing the "better" 11g optimizer! Also the rule hint doesn't fix all of them. Also adding the hint into the PeopleSoft developer tool is a little difficult since it builds the queries for the developers.