I have created an index:
CREATE INDEX TESTSECO ON TEST (TEST_DOM, NVL(TEST_SECO,\'NULL\')) ; or CREATE INDEX TESTSECO2 ON TEST(TEST_DOM, TEST_SECO) ;