ORA-24550: signal received: [si_signo=6] error

后端 未结 4 1251

I want to know what ORA-24550: signal received: [si_signo=6] means?

I know this is an oracle error and may an oracle latest patch can solve the issue.

When t

4条回答
  •  忘掉有多难
    2020-12-17 03:41

    In my case it was the issue of mismatch of TLS version but still it shouldn't be restarting the .exe file so I figured out the handling was not proper in soap which caused the .exe to crash

    return soap_set_receiver_error(soap, soap_ssl_error(soap, r), "SSL/TLS handshake failed", SOAP_SSL_ERROR);

    where r wasn't initialized so it caused crashing of .exe file

    Any typo in the https link could restart the .exe which wasn't the good thing as I was working on critical transaction processing systems.

提交回复
热议问题