-2

Transferring the files between Oracle DB server to the SCP(Scientific Computing Platform) Server but got the below error.


**Unexpected error occurred:
  ORA-20001: com.jcraft.jsch.JSchException: Algorithm negotiation fail
    at com.jcraft.jsch.Session.receive_kexinit(Session.java)
    at com.jcraft.jsch.Session.connect(Session.java:320)
    at com.jcraft.jsch.Session.connect(Session.java:183)
    at storedProcs.FileUtils.sftp_get(FileUtils.java:224)
  ORA-06512: at "Packagename.Procedurename", line 525**

Transfer the files between Oracle Linux server to SCP server

1 Answer 1

0

Solution: Transferring the files between a server to another server required the JSCH jar for connecting the servers. Therefore, When we are transferring the files between Oracle DB server to SCP server. We need to configure the Oracle JSCH jar in SSH Server configuration.

The issue was because of Oracle jsch lib, The SCP team guess uses very old cipher algorithm in order to connect. So The SCP team has just added several of those algorithms to our ssh server configuration.

Then It starts working as we expected.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.