You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When storing files in a document type table would be good to have a MD5 of the file so we can find duplicates etc. This can currently be done with dbms_crypto but would be better if we can use a hash function that isn't restricted by default.
When storing files in a
documenttype table would be good to have a MD5 of the file so we can find duplicates etc. This can currently be done withdbms_cryptobut would be better if we can use a hash function that isn't restricted by default.