Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: HOW TO SET THE OPTIMIZER_MODE TO COST IN ORACLE 7.2.3 / 7.3.3
Pedro,
The optimiser goal you are looking for is either FIRST_ROWS or ALL_ROWS.
Either enables the cost with FIRST_ROWS optimised for OLTP (i.e. fast
screen response) and ALL_ROWS optimised for DSS (i.e. fast query
completion).
Also don't forget, for the optimiser to work you have to have ANALYSED
all the tables.
Regards,
Ian Received on Mon Oct 27 1997 - 00:00:00 CST
![]() |
![]() |