Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Size of Oracle server processes
This is a pure guess, and I don't have my own OraApps system to check it upon first, so this might be embarrassing, but here goes...
Often I see 2 sessions started for every dedicated server process when Oracle Forms is in use with Oracle Apps, from R10.7 on up. I think the Jinitiator applet is creating the second session associated with the process. To verify this, you could try running the following query and see if it returns two rows instead of one: select sid, serial#, username, osuser, process
from v$session where paddr in (select addr from v$process where spid = <oracleSID-processID>)Plug in the PID for the server process into "<oracleSID-processID>" where you are seeing the large RSS. If you do get two rows back from the query, then this might be an explanation for the increased size....?
Hope this helps...
-Tim
I have a question to ask regarding Oracle server process (oracle<SID>) size. We have just installed Oracle Apps 11i, while monitoring the system using glance, I notice something strange, the oracle server processes - process which has a name oracle<SID> has a very big RSS size in glance, these processes were associated with the f60webmx processes. I was curious about the size of it, normally these processes are about 2-3M big. I did a quick test by logging on to the database using sqlplus and observe the size of the oracle server process, it showed a size of 2M. So why the oracle<SID> processes size is so big where they are assoicated with f60webmx, is it something special about them? Or the RSS size shown in glance is doubling up on something?
Jos
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Tim Gorman
INET: Tim_at_SageLogix.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Jul 16 2002 - 00:28:19 CDT
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
![]() |
![]() |