Is it possible for a trigger to manipulate the column values of the table to which it is attached?
I tried the obvious of "update table set column = value where current of sys_new", but this generates "Illegal use of a read-only cursor. (3007)". If so, an example would be greatly appreciated. Thanks. Bob
