Hope you can help me here...
A session was killed using TOAD. It remained in the session list with a status of KILLED. The process it was running (though some believed it was hanging, hence they killed it) was inserting into a table. As a means of clearing this item I have tried to close the database using imediate but this doesn't do anything as I imagine it is not able to terminate the killed session.
The process won't clear from the session. In v$session the sid=8 & the serial#54306.
Looking through the Forum I have used the command
"alter system kill session '8, 54306';"
This waits a while and returns a message of "session marked for kill".
What else can I do to either kill the session or close the database?
Thanks in advance.
A session was killed using TOAD. It remained in the session list with a status of KILLED. The process it was running (though some believed it was hanging, hence they killed it) was inserting into a table. As a means of clearing this item I have tried to close the database using imediate but this doesn't do anything as I imagine it is not able to terminate the killed session.
The process won't clear from the session. In v$session the sid=8 & the serial#54306.
Looking through the Forum I have used the command
"alter system kill session '8, 54306';"
This waits a while and returns a message of "session marked for kill".
What else can I do to either kill the session or close the database?
Thanks in advance.