Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The indexnl hint is not honored for the following query. The plan contains two hash joins and no index nested loops join between R and S.
select count(1) from R join S on int64_default_null(R.u64) /*+ indexnl */ = (S.u64) join T on S.u256 /*+ hashjoin build (T) */ = T.u256