in reply to Can't Update/Delete in Oracle

Sounds like you are trying to update a locked record. Make sure you don't have it locked in your sqlplus session.

Replies are listed 'Best First'.
Re^2: Can't Update/Delete in Oracle
by plodna_zemlja (Initiate) on Oct 01, 2004 at 18:52 UTC
    Well...(beating myself over the head with my coffee mug) not that session I was checking with. That's what I get for working on the same thing from 5 computers at the same time. Yes it was locked, which seemed like the most likely solution, I just hadn't checked everything I had going.
    Thanks