Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Multiple LOADS on kept objects?
OK, no one's biting here, so I'll add more info just discovered:
I ran this query against V$DB_OBJECT_CACHE:
select owner,name,namespace,loads,kept from v$db_object_cache where name in ('DBMS_OUTPUT','DBMS_APPLICATION_INFO') order by owner,name;
...and it spewed this output:
OWNER NAME NAMESPACE LOADS KEPT OPS$ORACLE DBMS_APPLICATION_INFO TABLE/PROCEDURE 1 NO OPS$ORACLE DBMS_OUTPUT TABLE/PROCEDURE 1 NO PUBLIC DBMS_APPLICATION_INFO TABLE/PROCEDURE 2 NO PUBLIC DBMS_OUTPUT TABLE/PROCEDURE 55 NO SYS DBMS_APPLICATION_INFO TABLE/PROCEDURE 54 YES SYS DBMS_APPLICATION_INFO BODY 1 YES SYS DBMS_OUTPUT TABLE/PROCEDURE 55 YES SYS DBMS_OUTPUT BODY 1
Rich Jesse System/Database Administrator Rich.Jesse_at_qtiworld.com Quad/Tech International, Sussex, WI USA
> -----Original Message-----
> From: Jesse, Rich
> Sent: Tuesday, June 18, 2002 12:34 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Multiple LOADS on kept objects?
>
>
> Hey all,
>
> While looking at V$DB_OBJECT_CACHE in a 8.1.6.0.0 on Solaris
> 2.8, I noticed
> that a couple of the objects kept via STARTUP TRIGGER have
> multiple LOADS.
> The objects are the SYS.DBMS_OUTPUT and
> SYS.DBMS_APPLICATION_INFO packages,
> but not the package bodies.
>
> I know that a load can occur if the object is invalidated,
> but I don't see
> these two as being invalid 50 times in a month.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Jesse, Rich INET: Rich.Jesse_at_qtiworld.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-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 Wed Jun 19 2002 - 13:53:46 CDT
![]() |
![]() |