replacement for minus and intersect operator in oracle
i am using minus and intersect operator in my code, but it takes lot of time to execute, can i use any operator other than these two so that the execution time is less.
i tried not exists opeartor instead of minus but i couldn't see any performance improvement
any suggestions?