Hash function in Oracle
463428May 8 2009 — edited May 8 2009Hi all,
SELECT HashBytes( 'md5', '1234' )
--returns 0x81DC9BDB52D04DC20036DBD8313ED055
The above is in sqlserver do we have any such function in Oracle,
I have to compare the data in sqlserver with Oracle, I know we have the above function
in sqlserver would like to know, what is the equivalent function in Oracle.
Else if any of u have better Idea for comparasion. plz let me know.
Thanks in Advance.