Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Cost Based Optimizer Question
Tapan
Unless you have optimizer_mode=rule for your session then the CBO will be used if there are statistics for any of the tables involved in the current join.
Regards
Mike Hately
ttrivedi <ttrivedi_at_deja.com> wrote in message
news:392AFD95.67763049_at_deja.com...
>
>
> Hey gurus,
> I have a quick question . Is it true that if the statistics for even a
> SINGLE table is available
> then the cost based optimizer WILL be used irrespective of what is
> specified ?
>
> Like if I do
> analyze table one compute statistics
> then I cannot use the rule based optimizer any more ?
>
>
> Tapan
>
Received on Wed May 24 2000 - 00:00:00 CDT
![]() |
![]() |