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