SQL Performance (MOSC)

MOSC Banner

how can I optimization this SQL?

edited Jan 22, 2016 10:02AM in SQL Performance (MOSC) 8 commentsAnswered

select count(passengers0_.ID) as col_0_0_ from et.ET_PASSENGER_SEGMENT passengers0_, et.ET_TICKET ticket1_, et.ET_SEGMENT segment2_

where passengers0_.TICKET_ID=ticket1_.ID(+)

and passengers0_.SEGMENT_ID=segment2_.ID(+) and segment2_.AIRLINE_CODE=:1

and segment2_.INVENTORY=:2  and ticket1_.ISS_CODE=:3

Tagged:

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