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
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.