Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Trigger Performance
TimKArnold wrote:
>
> Hi,
>
> I'd like to improve the performance of a
> group of triggers. I tried dbms_shared_pool.keep ('my_trigger')
> to pin the trigger to memory, but apparently it only
> works for packages. If 'alter table my_table cache' that
> helps.
> Any suggestions?
>
> TIA,
> Tim
Take the code of your trigger - put it in a proc or pkg and pin that...
Cheers
C.
--
![]() |
![]() |