Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Pin object into shared pool
Hi DBAs
It is recommend by Oracle to pin frequenly used packages into shared pool, I had a table (read only) and mostly used,. Can I pin it into shared pool. What kind of objects could I pin into shared pool area?
Thanks in advance
like this:
execute dbms_shared_pool.keep('ARDB.SKILL_MAPPING')
Mitchell
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: mitchell
INET: mitchell_at_comnet.ca
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 (like subscribing). Received on Tue Jan 15 2002 - 13:10:49 CST