Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: What is an Oracle pin?
To pin a piece of PL/SQL issue the command
execute dbms_shared_pool.keep(<package name>)
when this completes, the named package can't be aged out of the shared
pool
(i.e. it's 'pinned' there)
Raymond Field
Paul wrote:
> What is an Oracle pin?
>
> Paul
> aspscott_at_tcp.co.uk
> ^^ remove 'as' anti spam prefix to reply
Received on Wed Jan 13 1999 - 11:38:45 CST
![]() |
![]() |