Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Trigger Performance

Re: Trigger Performance

From: naidenov <naidenov_at_animabank.spb.ru>
Date: Mon, 25 Jan 1999 10:37:21 +0300
Message-ID: <36AC1F31.5658B916@animabank.spb.ru>


Hi Tim,

Try
execute dbms_shared_pool.keep ('my_trigger','R');

Regards,
Eugeny.

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
Received on Mon Jan 25 1999 - 01:37:21 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US