You can do this in each version
alter session set events = '10053 trace name context forever, level 1'
select * from dual;
In each of the trace files you get a dump of all of the optimizer related parameters. Drag them into Excel or similar and you can compare any differences.