Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Job Queue Process use lots of memory
On Thu, 04 Jan 2007 18:30:02 -0800, sealo wrote:
> Hello,
> Now the ORACLE was often down every one week. But this issue had not
> happened before. And checking the system monitor log, it shows that the
> memory was used up.
>
> And, according to the alert log, it shows that the oracle was dead
> because
> * kkjcre1p: unable to spawn jobq slave process *
> Except this, there are no abnormal log in the log.
>
> And I check the current running status, the process ora_j000 have
> already used 240M memory, and the usgae was still increasing.
>
> I also check the DBA_Jobs, all the jobs are in normal status, no break.
>
> I guess, the memory was used up by the ora_j000. Could you give me
> something method to find the root cause?
You have an old version of RH EL 3.0 and you have an ancient version of Oracle. You should update AQAP, but you probably know that already. My advice is to upgrade to RH EL 4.0 and Oracle 10.2.0.3
Besides V$PROCESS_MEMORY, V$PGASTAT and V$SESSTAT, I'd also use pmap -x
-- http://www.mladen-gogala.comReceived on Thu Jan 04 2007 - 23:33:48 CST