Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Optimizer Instability on 10.2.0.2
> If the optimizer couldn't see the bind variable - there
> were a couple of bugs that used to cause this with
> the JDBC thin driver, for example - for the clause
> where I01.AUDIT_STAMP > :1
> then Oracle is going to use the default 5% calculation,
> which could explain the tablescan.
Do you happen to know if that bug was intermittent...? It appears that in our case the optimizer can't see the bind variables 50% of the time:
and then it can see them on other occasions:
I wonder if it is the client program (sqr.exe) which is not sending the bind variables rather than Oracle not seeing them. i.e. if the binds are NULL would we see this behaviour..?
Thanks very much for your feedback...
Matt Received on Thu Apr 26 2007 - 02:18:01 CDT
![]() |
![]() |