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: Confusion about what partition a record is stored using hash

RE: Confusion about what partition a record is stored using hash

From: Toepke, Kevin M <ktoepke_at_cms.cendant.com>
Date: Thu, 01 Mar 2001 05:36:06 -0800
Message-ID: <F001.002C093A.20010301053528@fatcity.com>

Rick:

Check out the DBMS_UTILITY.GET_HASH_VALUE() function. This function will tell you what partition the data is stored in.

Partition pruning can still be used.

Kevin

-----Original Message-----
Sent: Thursday, March 01, 2001 8:05 AM
To: Multiple recipients of list ORACLE-L partitions

Using range partition you know exactly where the records are stored. I do not understand how one knows
where the row is stored using hash partitioning. Can the optimizer still use partitioning pruning with hash
partitions? Can someone explain how hash partitions work? My sources are confusing.

Thanks
Rick Cale, Science Applications International Corp. Phone:865-481-2198, fax:865-481-8555
e-mail: caler_at_saic.com

--

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

Author: Cale, Rick T (Richard)
  INET: RICHARD.T.CALE_at_saic.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: Toepke, Kevin M
  INET: ktoepke_at_cms.cendant.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 Mar 01 2001 - 07:36:06 CST

Original text of this message

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