sql tuning with more in values
I have SQLs, where i am passing 10000 numeric values in "IN" clause? which is taking more time to execution..
SQL statement and execution are enclosed..
Please help to how to reduce execution time.
in sql execution it is not showing more time. but actual time is taking more on sql developer.