Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to use Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 6 in plsql

pjsiong-JavaNetJan 7 2018 — edited Jan 10 2018

Hi,

I am using jsch package to sftp files to sftp server.

Recently the below error prompt when I tried to upload the files.

Java Error: com.jcraft.jsch.JSchException: Algorithm negotiation fail

at com.jcraft.jsch.Session.receive_kexinit(Session.java:590)

at com.jcraft.jsch.Session.connect(Session.java)

and I saw some post is to install

Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 6

Is there anyone know how can we use the JCE in plsql?

Thanks

Vincent

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 7 2018
Added on Jan 7 2018
7 comments
568 views