Skip to Main Content

Java and JavaScript in the Database

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to update JCE Policy in Oracle Database 11GR2

Thomas LassauniereSep 17 2015 — edited Sep 17 2015

Hi

I'm trying to connect to a SFTP server with JAVA in Oracle Database (using lib Java lib jcraft jsch)

I added JAR files in database, compile my stored proc without errors.

When trying to execute my procedure, I receive this message

"The cipher 'aes256-cbc' is required, but it is not available"

On my desktop, I can update my JDK's JCE security with UnlimitedJCEPolicyJDK7

But How can I update JCE of the JDK of the database ?h

I updated both files $ORACLE_HOME/jdk/jre/lib/security/local_policy.jar and $ORACLE_HOME/jdk/jre/lib/security/US_export_policy.jar but it's not working.

Any ideas?

Thanks

This post has been answered by Thomas Lassauniere on Sep 17 2015
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 15 2015
Added on Sep 17 2015
2 comments
1,772 views