System Packages Oracle PLSQL Tutorial

SQL>
SQL> begin
  2      dbms_output.put_line ( dbms_utility.get_hash_value( to_char(1), 0, 1024 ) );
  3  end;
  4  /
827
PL/SQL procedure successfully completed.
SQL>