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: HOW TO SET THE OPTIMIZER_MODE TO COST IN ORACLE 7.2.3 / 7.3.3

Re: HOW TO SET THE OPTIMIZER_MODE TO COST IN ORACLE 7.2.3 / 7.3.3

From: Ian Cary <cary_at_gatwick.geco-prakla.slb.com>
Date: 1997/10/27
Message-ID: <3454B7EB.898B5830@gatwick.geco-prakla.slb.com>#1/1

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

Original text of this message

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