| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Help on hash value for Oracle composite partitions
Hi, folks
I need to use oracle composite subpartitions, which means partitioned by time and then subpartitioned by number, and we need to predict the hash value for this subpartition key in order to better design our application.
I found that if the subpartition column is in varchar2, the hash value
returned is by
dbms_utility.get_hash_value,
but if the subpartition key is in number, the hash value is not controled by
dbms_utility.get_hash_value,
does anybody know which function is oracle used to return the hash value if the key in number? Or we have to change the column in our table from number to varchar2?
Thanks Received on Sat Dec 08 2001 - 06:48:00 CST
![]() |
![]() |