Quote Originally Posted by air~traffic
I have a table (Oracle 8.1.7) with trigger on it (instead of update).
What you have there is either a view with an instead-of-update trigger, or a table with an on-update trigger -- you can't place an instead-of trigger on a table.