Wednesday 2 September 2015

SHA - 512 error workaround

Error : Pages with checksum required produce error: The cryptographic function "SH512" is not supported on this system

Solution:
This is basically happens when-ever you are migrating your application from Cloud base to Local Server.Due to change in EPG and Apex version.
Make sure you are running same version of oracle.

Example:
Cloud : www.apexoracle.com (cloud) uses 12 c Enterprise Edition and Apex oracle 5.0
Local Server : Apex verion < 5.0 and Sql <12 then above error will popup

So basically make sure Apex version and database version are same on local system then you are good to go else you have to make changes in LOCAL APEX 5.0.

You have to go to Shared Components > Security Attributes and click on the Expire Bookmarks button, where you can change the algorithm.

LinkedIN

No comments:

Post a Comment

Show values in right side of shuttle

While working with select list and shuttle, when we want to display values into right side of shuttle depending upon selection from select ...