index creation
Looking at filter_predicates from v$sql_plan I am seeing this
(NVL("table"."column",0)>(-1) AND "table"."column"='N')
Is it possible to create an index for this? Would this come under the Function Based Index area?
regards
Alan
0