I have 1000 records on my table,while deleting records using toad, I get a error message as
ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
I tried ,
alter system kill session ('214,60347');
but I get invalid for both attributes.In this i declared correct values,
I also tried
alter system kill session ('214,60347#');
as alter system kill session ('sid,serial#');
is first query correct? or are there any other ways to kill session in oracle?