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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Need Help.

RE: Need Help.

From: Vadim Gorbounov <vgorbounov_at_simplyengineering.com>
Date: Thu, 19 Apr 2001 12:59:52 -0700
Message-ID: <F001.002ED112.20010419123554@fatcity.com>

Hello, Uday,
First step, try ANALYZE TABLE ... COMPUTE STATISTICS for EVERY table participating your query(es). Check and compare execution plan before and after analyze.

HTH
Vadim Gorbounov
Oracle DBA

-----Original Message-----
Sent: Thursday, April 19, 2001 3:32 PM
To: Multiple recipients of list ORACLE-L

Hi All,
Recently we moved the database(Oracle 8.0.5) from NT to Sun machine. Now this database is going online very soon. When we were testing we observed that, the application (select statement) is running very slow. (I don't know how fast it was earlier). I have a feeling that it is not using indexes properly. I have created 6 indexes on that table on each columns. also created a composite indexes. How do I know that the sql is using which index for select statement.? Is there any other ways to improve the performance?

Thanks
Uday
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Vadim Gorbounov
  INET: vgorbounov_at_simplyengineering.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Apr 19 2001 - 14:59:52 CDT

Original text of this message

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