SQL Performance (MOSC)

MOSC Banner

SQL IN/EXISTS Query Tuning

edited Jan 22, 2018 11:14AM in SQL Performance (MOSC) 4 commentsAnswered

Hello DBA's

Please help me to tune below query for better performance

select a.id1 , a.id2

from ameta a,pcntl p where p.tabletype=1

and a.moid=p.moid and

a.aid  in (select distinct VALUE from PINSTANCES where aid='1141'

and MID IN (select MID from PINSTANCES

where moid='150' and aid='830' and value='5'))

Thanks in advance

jp

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center