I'd like to compute a lot of hash values on XML stored as binary XMLType. It should be fairly safe for collisions (we have a couple of million records), but doesn't need to be cryptographically strong.
I'd tried ORA_HASH
, which apparently doesn't like XML. And I applied for access to DBMS_CRYPTO.HASH
. Is it necessary to cast it to RAW?