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: hash join order

RE: hash join order

From: Glenn Travis <c-glenn.travis_at_wcom.com>
Date: Fri, 24 Aug 2001 07:54:47 -0700
Message-ID: <F001.00376EA5.20010824075903@fatcity.com>

The order of execution is innermost, upmost first, and so on...

-----Original Message-----
Sent: Thursday, August 23, 2001 9:35 PM
To: Multiple recipients of list ORACLE-L

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).

--

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

Author: Glenn Travis
  INET: c-glenn.travis_at_wcom.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 Fri Aug 24 2001 - 09:54:47 CDT

Original text of this message

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