Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Tuning Oracle SQL

Re: Tuning Oracle SQL

From: Mike Whaley <MWhaley_at_PacBell.Net>
Date: 1996/12/16
Message-ID: <32B62277.5086@PacBell.Net>#1/1

This last guys has some good suggestions. I would add the following:

  1. Remember to do an "ANALYZE" on each table and index. There is a stored procedure shipped with Oracle for this. The COST based optimizer does not stand a chance without it.
  2. Avoid ORDER BY in powerbuilder. Pull back the data to the client and let that big pentium processor do the sorting. This is for datawindows of course.
Received on Mon Dec 16 1996 - 00:00:00 CST

Original text of this message

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