Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Why the optimizer is not choosing the best plan?
I have the values like below, but still it is going for NL_JOIN.
SQL> show parameter hash
NAME TYPE VALUE ------------------------------------ ------- ------------------------------ hash_area_size integer 2000000 hash_join_enabled boolean TRUE hash_multiblock_io_count integer 0SQL> show parameter join
NAME TYPE VALUE ------------------------------------ ------- ------------------------------ always_anti_join string HASH always_semi_join string HASH hash_join_enabled boolean TRUESQL> On Wed, 20 Oct 2004 17:18:38 -0300 (ART), Antonio Belloni <toni_belloni_at_yahoo.com.br> wrote:
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Oct 20 2004 - 15:35:38 CDT
![]() |
![]() |