Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Puzzing performance results with SQL
The database is using its Rule based optimizer(RBO). Its either set
at the database level (optimzer_mode init.ora parameter) or statistics
have never been gathered on those tables, which will cause Oracle to
use the RBO.
When using the RBO, the order in which the tables are listed in the
from clause is very important.
Received on Fri Jan 30 2004 - 13:59:44 CST
![]() |
![]() |