Administrator
|
ALTER SYSTEM SET OPTIMIZER_ADAPTIVE_FEATURES = FALSE SCOPE=BOTH;
That's it.
You have also hidden parameters set in your TEST environment..
These are shown in "show parameter output".
Normally we don't see them in show-parameter output, but here we see them.. Probably they are explictly set in your init.ora/spfile.
I reviewed some of them and it seems that they are set to their default values.
But still, you need to get rid of them (as you want your TEST to be equal with your PROD in terms of parameters..) Take the necessary actions to equalize those parameter values with PROD.
If you don't see any *adaptive* underscore parameters set in PROD, then you shouldn't see them in TEST either.
|