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

Home -> Community -> Mailing Lists -> Oracle-L -> hash join extremely slow

hash join extremely slow

From: LS Cheng <exriscer_at_gmail.com>
Date: Mon, 18 Dec 2006 17:19:50 +0100
Message-ID: <6e9345580612180819x66f5c59bo3066c0c35970a665@mail.gmail.com>


Hi

I have a large query running and right now it is doing a hash join, from v$session_longops it shows this:

select opname, sofar, totalwork, units, time_remaining, elapsed_seconds from v$session_longops where sid = 631
and time_remaining > 0

OPNAME SOFAR TOTALWORK UNITS
TIME_REMAINING ELAPSED_SECONDS
---------- ---------- ---------- --------------------------------

after 30 seconds

OPNAME SOFAR TOTALWORK UNITS
TIME_REMAINING ELAPSED_SECONDS
---------- ---------- ---------- --------------------------------

I wonder what is going on and this hash join needs 4.5 hours to finish?

Oracle 9.2.0.4, HP-UX

TIA
--

LSC
--

http://www.freelists.org/webpage/oracle-l Received on Mon Dec 18 2006 - 10:19:50 CST

Original text of this message

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