Hi,
The NOpt is the number of times that the index is accessed by the internal optimizer such as medatadata or uniqueness accesses.
When optimizer needs to make better decisions, query optimizer is using the "non-fp" index to check the number of distinct values.
In this case, the no. of NOpt is increased to 1 from 0.
==
Gi-Sung Jang