J00 Processes
ahb72Aug 31 2010 — edited Aug 31 2010Hi,
Oracle 11g R2 , Linux R2
After listing the oracle processes, I noticed the following processes that spawned when there is load on the server and disappear when the lod is gone.
#ps -eo pid -o command | grep ora_ | grep -v grep
...
< 32454 ora_j000_ora11gr2
< 32456 ora_j001_ora11gr2
My question is: what are the Jxxx processes for?
Thanks in advance.