Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: db block size
For dereference, here are the 30 parameters that change their default values when you switch between o_f_e=8.1.7 and o_f_e = 9.2.0 (on the platform I happened to be using).
You might want to try setting o_f_e to 9.2.0 then setting all of these to the 8.1.7 values and selectively re-enabling the 9.2.0 value.
In passing, I haven't checked whether the values for o_f_e = 8.1.7 match the default values for a real 8.1.7 instance - any bets, anyone ?
(I don't think the last parameter changes makes much difference, by the way).
V NAME VALUEIS_DEF
- ------------------------------------ -------------------------------------TRUE
--- ---------
8 _always_anti_join OFF TRUE 9 _always_anti_join CHOOSE
8 _always_semi_join OFF TRUE 9 _always_semi_join CHOOSETRUE
8 _b_tree_bitmap_plans FALSE TRUE 9 _b_tree_bitmap_plans TRUETRUE
8 _complex_view_merging FALSE TRUE 9 _complex_view_merging TRUETRUE
8 _cpu_to_io 100 TRUE 9 _cpu_to_io 0TRUE 8 _generalized_pruning_enabled FALSE TRUE
8 _index_join_enabled FALSE TRUE 9 _index_join_enabled TRUETRUE
8 _load_without_compile none TRUE 9 _load_without_compile NONETRUE 8 _new_initial_join_orders FALSE TRUE
8 _optimizer_cost_model IO TRUE 9 _optimizer_cost_model CHOOSETRUE 8 _optimizer_new_join_card_computation FALSE TRUE
8 _ordered_nested_loop FALSE TRUE 9 _ordered_nested_loop TRUETRUE 8 _parallel_broadcast_enabled FALSE TRUE
8 _pred_move_around FALSE TRUE 9 _pred_move_around TRUETRUE
8 _push_join_predicate FALSE TRUE 9 _push_join_predicate TRUETRUE
8 _push_join_union_view FALSE TRUE 9 _push_join_union_view TRUETRUE 8 _table_scan_cost_plus_one FALSE TRUE
8 _union_rewrite_for_gs OFF TRUE 9 _union_rewrite_for_gs CHOOSETRUE
8 _unnest_notexists_sq OFF TRUE 9 _unnest_notexists_sq SINGLETRUE 8 optimizer_dynamic_sampling 0 TRUE
Jonathan Lewis
http://www.jlcomp.demon.co.uk/faq/ind_faq.html The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/seminar.html Optimising Oracle Seminar - schedule updated May 1st
I kinda need to hijack an instance - kick cursor_sharing back to exact (can't really use similar yet, still on o_f_e = 8.1.7 - very long story) and grab some statements for testing.
We're still not native 9.2 across the board. Need to get over that hump.
![]() |
![]() |