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 order

hash join order

From: Steve Rospo <srospo_at_watchmark.com>
Date: Thu, 23 Aug 2001 17:47:16 -0700
Message-ID: <F001.0037662C.20010823173522@fatcity.com>

Does anyone know how the operation below is performed? Which object has the hashtable built on it and which object performs the lookup against the hashtable once it's built?

| Operation                                      |  Name              |
-----------------------------------------------------------------------

| 0 SELECT STATEMENT | |
| 1 0 HASH JOIN | |
| 2 1 TABLE ACCESS FULL |B_TAB |
| 3 1 INDEX FAST FULL SCAN |PK_A_TAB |
-----------------------------------------------------------------------
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Steve Rospo
  INET: srospo_at_watchmark.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 Aug 23 2001 - 19:47:16 CDT

Original text of this message

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