tuning Cache
50fois.sql - Nombre de chargements d'un objet dans le cache
Doc Type: Tuning | SubType: v$db_object_cache | Cible: Cache| Desc: Nombre de chargements d'un objet dans le cache| # column name format a33 select name, type, sharable_mem, loads, executions from v$db_object_cache where loads > 50 order by name;