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: Slow-running Data Load from one day to next

Re: Slow-running Data Load from one day to next

From: paquette stephane <stephane_paquette_at_yahoo.com>
Date: Wed, 12 Jul 2000 07:23:33 -0700 (PDT)
Message-Id: <10556.111803@fatcity.com>


Have you trace the session ?
How's CPU utilisation ?
How's disk utilisation ?

If better performance is obtain with all rows over choose it means the optimiser favors hash joins over nested loops.

Instead of bouncing db (and flushing all the caches) you can set the proper behavior for the session only. You can set the optimiser_mode and boost hash_area_size and sort_area_size to high value for the session running the loads.

Trace the session and identify where you are loosing time.

HTH


Stephane Paquette
DBA Oracle
stephane_paquette_at_yahoo.com
spaquette_at_houra.fr
(33) 01 53 93 06 50
Received on Wed Jul 12 2000 - 09:23:33 CDT

Original text of this message

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