Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> pinned objects
Hi, all
I kept packages in shared pool, try to reduce number of parses for main
packages. But I still found many parse counts in trace file as following.
(Status for package ModelCache in v$db_object_cache is 'YES', and db is
8.0.5 on NT4.0)
BEGIN
ModelCache.RemoveModelData(INCASENO => :001);
END;
call count cpu elapsed disk query current
rows
------- ------ -------- ---------- ---------- ---------- ----------
Misses in library cache during parse: 0
Optimizer goal: CHOOSE
Parsing user id: 21
Could anyone explain to me why ?
thanks®ards,
Li
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Li, Xiangli INET: Xiangli.Li_at_aig.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 Tue Jul 31 2001 - 09:46:57 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).
![]() |
![]() |