Re: HASH Function in oracle SQL PL/SQL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • LKBrwn_DBA

    Re: HASH Function in oracle SQL PL/SQL


    You could try using:

    DBMS_UTILITY.GE T_HASH_VALUE (
    name VARCHAR2,
    base NUMBER,
    hash_size NUMBER)
    RETURN NUMBER;

    --
    Posted via http://dbforums.com
Working...