Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle instance becomes idle frequently because of j000 and w000 process

Tushar LapaniDec 2 2013 — edited Dec 18 2013

I am using Oracle 11g R2 on linux Redhat 5.2 . We are also using APEX 4.2 on oracle database. My instance is getting idle frequently. But weird thing is that though my instance had become idle, my oracle APEX applications are working fine and i can execute all type of queries form SQL Command prompt of APEX. Even I can access some schemas to which I am already connected from SQL developer but i can't establish new connection for any schema. When I try to connect with any schema it returns error of "oracle instance is idle" I checked the alert_<SID>.log file and it states below.

1.kkjcre1p: unable to spawn jobq slave process

2.Process W000 died

3.Process j000 died

My parameter file contains following configurations.

open_cursors=300

processes                = 150

sga_max_size             = 2400M

sga_target               = 2208M

memory_target            = 2592M

memory_max_target        = 2688M

pga_aggregate_target      = 384M


                   

     pga_aggregate_target (384M) + sga_max_size (2400M) > memory_max_target (2688M)

     pga_aggregate_target (384M) + sga_target (2208M) < memory_max_target (2688M) and

     pga_aggregate_target (384M) + sga_target (2208M) > memory_target (2688M)


The output of free -m command is as follow.

                  total       used       free     shared    buffers     cached

Mem:          5973       5923         49          0        143       3338

-/+ buffers/cache:       2442       3531

Swap:         2047        287       1760

The same error was occurred before few days and we restarted server as solution and it worked. But now same error is raised again.

when I try to start the instance in mount mode it hangs and returns error like "end of communication channel".

So, please let me know what could be the problem and whats is its solution.

Thanks & Regards

Tushar Lapani

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 15 2014
Added on Dec 2 2013
9 comments
2,133 views