Does any one one has idea what this message means ?
I have a test database, I have killed all sessions in this region and right now there are no connections to it.
But still I keep getting this error message:
SQLWKS> truncate table temp
2>
truncate table temp
*
ORA-00054: resource busy and acquire with NOWAIT specified

I even tried to drop this table I can't I get the same error message.
I can do a select * from temp.

What do I do now ? Do i have to stop and start the oracle server ?

thanks