Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: What's wrong with the trigger?
Type
show errors ins_accept
to have Oracle tell you what's wrong! In general, just typing 'show errors' after an error occured will do.
Your problem is that you have a commit in your code. You can not use commit or rollback inside a trigger.
Arjan. Received on Thu Aug 20 1998 - 00:05:03 CDT
![]() |
![]() |