SQL performance issues after upgrading from 10gR2 to 11gR2
We are using Oracle EBS R12 and our Application Node at R121.3 and our database node at 10.2.0.4 for a few years without any performance issues. Now due to 10gR2 support ended issue we upgrade our database from 10gR2 to 11gR2. We upgraded the database to 11gR2 in test environment and noticed performance issues. Many SQL would execute in seconds on 10gR2, and the same SQL took time to execute in 11gR2. I set the optimizer_features_enable=10.2.0.4 and restarted the database and everything went back to normal.
If I keep the optimizer_features_enable=10.2.0.4 permanantly, does this mean that all the SQL will use the 10gR2 optimizer in the 11gR2 instance and not the 11gR2 optimizer?