Re: Read by other session and db sequential read waits

From: Dennis Williams <oracledba.williams_at_gmail.com>
Date: Fri, 17 Oct 2008 13:03:37 -0500
Message-ID: <de807caa0810171103tb80f4cdu619888f7087f26ae@mail.gmail.com>


Younus

Does your query use bind variables? I wonder if the first time this SQL is executed that query is submitted with an unusual value, which causes an execution plan that uses a FTS. Subsequent executions will continue to use that execution plan. Your flushing the shared pool causes that execution plan to be flushed so the next execution gets the execution plan that you desire.

Dennis Williams

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Oct 17 2008 - 13:03:37 CDT

Original text of this message