Bonsoir

Depuis deux semaines et une fois par semaine j'ai le message d'erreur
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
ORA-04031: unable to allocate 94896 bytes of shared memory ("large pool","unknown object","koh-kghu sessi","static frame of inst")
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
 
Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl/trace/orcl_s011_11917.trc  (incident=103533):
ORA-04031: unable to allocate 94896 bytes of shared memory ("large pool","unknown object","koh-kghu sessi","static frame of inst")
Use ADRCI or Support Workbench to package the incident.
See Note 411.1 at My Oracle Support for error and packaging details.
Errors in file /u01/app/oracle/diag/rdbms/orcl/orcl/trace/orcl_s011_11917.trc  (incident=103534):
ORA-04031: unable to allocate 94896 bytes of shared memory ("large pool","unknown object","koh-kghu sessi","static frame of inst")
Use ADRCI or Support Workbench to package the incident.
See Note 411.1 at My Oracle Support for error and packaging details.
Wed Jun 20 11:37:38 2018
 
   select * from  V$PARAMETER ;
 
le share_pool_size est à 0 soit adaptation automatique ????
 
 
select name,value
 from v$parameter
 where name in('shared_pool_size','large_pool_size',
 'java_pool_size','db_cache_size','sga_target');
 
shared_pool_size	0
large_pool_size	0
java_pool_size	0
sga_target	0
db_cache_size	0
le share_pool_size est à 0 soit pour moi adaptation automatique d'ORACLE sous Redhat
Ou est mon erreur ?
Merci