performance prob

  • Hi,

    I am trying to join the two tables with or condition but its taking long time

    JOIN OSS_BENCHMARK_PRICE_REFERENCE PR

    ON L.DAILY_BENCHMARK_LOCAL_SEQ=PR.DAILY_BENCHMARK_LOCAL_SEQ

    JOIN RD_MARKET_PRICE MP

    ON MP.MARKET_PRICE_SEQ=PR.MARKET_PRICE_SEQ

    OR MP.MARKET_PRICE_SEQ=PR.FUEL_MARKET_PRICE_SEQ

    OR MP.MARKET_PRICE_SEQ=PR.GAS_MARKET_PRICE_SEQ

    when i removed the or condition its executed in seconds time

    Can you pls let me know what to change to execute it fast

    Thanks

    Naveen

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply