I don't know what the problem is, but try truncate table...

truncate table [tablename]

Just curious if there's a difference. Oh, and truncate will be faster because it doesn't create any redo or rollback segs.

-Ken