Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Pinning Packages Question
FOR YOUR INFORMATION ESIS and EPFAL are now part of Logica. The Internet email addresses of the staff has changed to the following - lastnameinitial_at_logica.com eg SMITHK_at_logica.com. Emails using the old format will continue to be delivered until 30th June 2001.
Larry, you are quite correct. As the DBMS_SHARED_POOL.(KEEP|UNKEEP) package name suggests the package is pinned (or kept) until either it is unpinned or the instance is restarted. It will be not aged out
John
John Hallas
-----Original Message----- From: elkinsl_at_flash.net [mailto:elkinsl_at_flash.net] Sent: 27 April 2001 01:41 To: Multiple recipients of list ORACLE-L Subject: Pinning Packages Question Listers, I was involved in a meeting today, strictly as a listenerthe pool.
(no pun intended).
A consultant made the statement that pinned packages are subject to being aged out of the shared pool, using an LRU type of mechanism. My understanding is that if you pin a package, it stays pinned
(except maybe if
it gets invalidated? - not sure on that). From the Oracle documentation on DBMS_SHARED_POOL.KEEP: This procedure keeps an object in the shared pool. Once an object has been kept in the shared pool, it is not subject to aging out of
The above statement from the doc's seems to contradict what the consultant said. I am asking this because I am *not* a DBA. I've always been a developer, and, was a DBA for a few years a very long time ago. The DBA's I work with are kind enough to involve me in meetings and discussions on DBA topics -- they know that I like to at least try to be somewhat in touch with the DBA side of things (even if a little knowledge is more dangerous than none). It allows us to work better together. But, I know to not ask questions in meetings -- those questions can wait for later. I don't need to get a meeting sidetracked. So, I didn't ask about the consultant's statement that pinned packages can get aged out, especially in front of him. And, I never had the chance the ask about this with the DBA's after themeeting.
Anyone want to clarify this point? The doc's seem pretty clear, but, I could be missing some of the subtle things that aren't in documents and that only seasoned DBA's know. Regards, Larry G. Elkins elkinsl_at_flash.net -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: elkinsl_at_flash.net Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (likesubscribing).
This e-mail and any files transmitted with it, are confidential to Logica and are intended solely for the use of the individual or entity to whom they are addressed.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Hallas, John INET: HallasJ_at_logicae.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Fri Apr 27 2001 - 04:38:06 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |