| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Triggers : Performance Trade Off?
Jcen wrote:
> Would it be faster to have the code in a stored procedure than in a
> separate trigger procedures?
I'm not sure if it is still the case in the latest Oracle versions, but trigger code used to be stored uncompiled, whereas stored procedures are stored compiled, which means stored procedures are faster.
It is common practice to have skeletal triggers which call stored procedures holding the bulk of the code. Received on Fri Sep 12 1997 - 00:00:00 CDT
![]() |
![]() |