Hi,

Info:

DB: 8.1.7.4
OS: Sun Solaris 2.6

I executed next query in this DB:

SELECT NAMESPACE,PINS,RELOADS,INVALIDATIONS
FROM V$LIBRARYCACHE;

And this is the result:

NAMESPACE PINS RELOADS INVALIDATIONS
--------------- ---------- ---------- -------------
SQL AREA 281461 238 730
TABLE/PROCEDURE 21338 0 0
BODY 657 0 0
TRIGGER 0 0 0
INDEX 115 0 0
CLUSTER 1385 0 0
OBJECT 0 0 0
PIPE 0 0 0

Does someone know what is the meaning of this 730 invalidations in sql area and how could I solve?

Thanks in advance

Angel