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: Help with hash function

Re: Help with hash function

From: Carel-Jan Engel <cjpengel.dbalert_at_xs4all.nl>
Date: Mon, 18 Oct 2004 17:27:40 +0200
Message-Id: <1098113260.16859.112.camel@dbalert199.dbalert.nl>


What about dbms_utility.get_hash_value?
Best regards,

Carel-Jan Engel

===
If you think education is expensive, try ignorance. (Derek Bok) ===
On Mon, 2004-10-18 at 16:58, Harvinder Singh wrote:

> Hi,
>
> We have a requirement that we need to separate our accounts (one of
> column in table) into 1024 buckets so I am thinking of applying hash
> function to this column and based on the hash send the account to one of
> bucket.=20
> So basically we have to write a hash function that will take 1 input and
> associate it will particular bucket and it is deterministic that for
> each value it will always send it to same bucket. Any article or link
> will be helpful that can explain how to write this hash function?
>
> Thanks
> --Harvinder
>
> --
> http://www.freelists.org/webpage/oracle-l

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Oct 18 2004 - 10:15:00 CDT

Original text of this message

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