How to calculate a SHA-2 (sha-512) hash value using a Java Stored Procedure

Comments
-
I had modified the attached script for SHA256 and its working fine but the performance when the function is applied during Insert is very slow. Is there any recommendations for avoiding poor performance in warehouse databases and version working on is 11.2.0.4.
0