_mv_refresh_use_hash_sj not working on 11.2.0.3
I tried
alter system set "_mv_refresh_use_hash_sj" = false
on Linux 64-bit 11.2.0.3
but materialized view refresh insert sql contains /*+ HASH_SJ */ hint.
At the same time
alter system set "_mv_refresh_use_no_merge" = false
removes /*+ NO_MERGE("JV$") */ hint from materialized view refresh insert sql.
Can anybody tell me what can I do to make
_mv_refresh_use_hash_sj
working?
May be this problem fixed in some patch to 11gR2 or I must setup some other parameters?