Oracle server process received SIGKILL
Hello,
we have interesting problem. One of our oracle server user processes is receiving periodically SIGKILL.
The client process is running afterwards, but without connection to the database.
I made a strace for the process, but did not find anything special. It seems like some operating system handling or some resource issue. But the system has a lot of free memory and swap is free as well. There are no limits for the user. All is unlimited.
What can we see in the strace file is some kind of problem on the oracle server process
wcsimp process itself:
-----------------
write(6, "\0\35\0\0\6\0\0\0\0\0\3\4\346\r\0\0\0\1\0\0\0\0\0\0\0\0"..., 29) = 29
The client process is running afterwards, but without connection to the database.
I made a strace for the process, but did not find anything special. It seems like some operating system handling or some resource issue. But the system has a lot of free memory and swap is free as well. There are no limits for the user. All is unlimited.
What can we see in the strace file is some kind of problem on the oracle server process
wcsimp process itself:
-----------------
write(6, "\0\35\0\0\6\0\0\0\0\0\3\4\346\r\0\0\0\1\0\0\0\0\0\0\0\0"..., 29) = 29
0