DB-Session still running when sqlplus-prozess was killed
We run in a sqlplus session PL / SQL programs. If there are problems in our job management, it may happen that we have to kill the job. We have settled on the operating system level one kill to the Unix sqlplus process.
Unfortunately, this does not lead to termination of the DB session. Are there any SQL-Net parameters which cause active DB sessions die when Unix session of the tools (sqlplus) will get killed. The sqlplus session is on a remote server that is not on the DB-server. We use Oracle 11.2.
Thanks for help.