Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Shared Memory - Pinning a procedure
What happens?
When a stored procedure is pinned in ORACLE Shared Pool
by execute dbms_shared_pool.keep('ProcedureName')
and it is not unpinned by a statement UNKEEP
Subsequently if a new segment is added to the Stored Procedure and executed.
What happens to the pinned code? and the new code?
Any details can be appreciated.
Thanks. Received on Fri Oct 23 1998 - 13:36:48 CDT