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

Home -> Community -> Mailing Lists -> Oracle-L -> performance pl/sql for DW conclusion

performance pl/sql for DW conclusion

From: Daniel Garant <danielg_at_conceptis.com>
Date: Mon, 30 Jul 2001 13:56:26 -0700
Message-ID: <F001.00359650.20010730134112@fatcity.com>

Hi guys

Thanx everyone, I found what was going on. A special thank-you to Raj for pointing out the dbms_profiler, what a wonderful tool. Using that tool I discover that it was my select, and not the parsing or inserts, that were causing the problem. I created a bunch of indexes for all my dimension tables, and voilà... Down to 500 rows in 5 seconds. I love that list :-)

FYI: SGA is fine, hit ratio ok, on that side, server and DB are going well, it was really my coding or pl/sql the problem. Now I know I was not helping my code at all.

Thanks again to everyone who helped. Merci Steph, je te répond bientôt...

Daniel

--

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

Author: Daniel Garant
  INET: danielg_at_conceptis.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 Mon Jul 30 2001 - 15:56:26 CDT

Original text of this message

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