Bonjour,
Oracle9.2.0.6 sous unix rhas3
Je cherche à creuser un peux le wait events library cache
Quand on a pas de problème de bind evidement.
Voici la partie détaillé de statspack le concernant:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30 ^LLatch Miss Sources for DB: PROD Instance: PROD Snaps: 11057 -11058 -> only latches with sleeps are shown -> ordered by name, sleeps desc NoWait Waiter Latch Name Where Misses Sleeps Sleeps ------------------------ -------------------------- ------- ---------- -------- library cache kglpndl: child: before pro 0 1,282 1,248 library cache kglhdgn: child: 0 640 1,268 library cache kgldte: child 0 0 572 862 library cache kglpnp: child 0 472 454 library cache kglupc: child 0 409 14 library cache kglpndl: child: after proc 0 343 8 library cache kglpin: child: heap proces 0 275 434 library cache kgllkdl: child: cleanup 0 249 163 library cache kglobpn: child: 0 158 113 library cache kglhdgc: child: 0 122 30 library cache kglpnc: child 0 40 20 library cache kglic 0 30 11 library cache kgldti: 2child 0 18 11 library cache kglpin 0 17 9 library cache kglget: child: KGLDSBRD 0 11 12 library cache kglhdiv: child 0 8 0 library cache kglget: child: KGLDSBYD 0 4 11 library cache kglidp: child 0 4 0 library cache kglobld 0 3 4 library cache kglpin: child: KGLMX 0 3 0
Quelqu'un comprend et peux m'expliquer?
La première ligne me parait logique, car quand on tape un requête sous un plsql, il y a un temp d'initialisation qui peux être assez long (plusieurs secondes).
Partager