Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: using bind variables makes the optimizer choose a bad plan

Re: using bind variables makes the optimizer choose a bad plan

From: <boogab00_at_yahoo.com>
Date: 8 Sep 2005 13:36:06 -0700
Message-ID: <1126211766.498568.107440@g14g2000cwa.googlegroups.com>


In my experience, bind-peeking in 9i releases cause more trouble than it can be worth. It must be an expensive function because it will only peek at a cursor once, and use the same execution plan for subsequent identical cursors. So you must hint, use outlines or turn it off. Received on Thu Sep 08 2005 - 15:36:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US