Processes and Sessions [message #254558] |
Fri, 27 July 2007 02:24 |
dirish
Messages: 232 Registered: November 2006
|
Senior Member |
|
|
Hi Friends,
we are running oracle 9iRAC and it is in dedicated server mode. In the init.ora file the Processes and Sessions parameter has been set to 400.
If I want to increase this parameter, which factor/s should be taken into consideration?
Thank you,
Dirish
|
|
|
|
|
|
|
|
Re: Processes and Sessions [message #254619 is a reply to message #254614] |
Fri, 27 July 2007 05:09 |
dirish
Messages: 232 Registered: November 2006
|
Senior Member |
|
|
Sir,
don't you think that factors such as memory,swap,SGA, etc should be taken into consideration before increasing this parameter?
Or what factors should be taken into consideration if any?
Thank you,
Dirish
|
|
|
|
Re: Processes and Sessions [message #270916 is a reply to message #254666] |
Fri, 28 September 2007 07:13 |
dirish
Messages: 232 Registered: November 2006
|
Senior Member |
|
|
Hi Michel,
actually I have 3GB physical memory, sga_max_size=600MB, processes and sessions 400.
due to the increasing number of users, I want to increase the processes and sessions to 600.
What do you suggest. Also the 400 was set when the server had only 2GB memory.
Thanks
|
|
|
Re: Processes and Sessions [message #271214 is a reply to message #270916] |
Sun, 30 September 2007 20:25 |
mson77
Messages: 208 Registered: August 2007 Location: Brazil
|
Senior Member |
|
|
Hello dirish,
dirish | actually I have 3GB physical memory, sga_max_size=600MB, processes and sessions 400
|
If you have 3GB of physical memory... and you use 600MB to SGA... what are the usages with the rest of this physical memory?
Regards,
mson77
|
|
|
Re: Processes and Sessions [message #271516 is a reply to message #271214] |
Mon, 01 October 2007 16:42 |
OracleDisected
Messages: 25 Registered: September 2007 Location: Mexico
|
Junior Member |
|
|
dirish,
Despite the fact Oracle reserves SGA as shared memory segment, each process has its own memory assignment. Keep a carefull monitoring of swaping/paging after load increase.
Regards
Ignacio
[Edit MC: url to poster blog removed. We don't care about your blog in this post. If you have an answer on your site, post a link to this answer. If you don't, post your blog url in Marketplace]
[Updated on: Thu, 11 October 2007 12:40] by Moderator Report message to a moderator
|
|
|
Re: Processes and Sessions [message #271811 is a reply to message #271516] |
Wed, 03 October 2007 01:12 |
dirish
Messages: 232 Registered: November 2006
|
Senior Member |
|
|
Hi Friends,
earlier I had 2 GB mem, 600 MB SGA and 400 processes and sessions on the server.
now i have 3GB mem. Do you think this will cause a problem if I change the sga size to 1000MB and processes and sessions to 600.
Also, I had (2 GB mem) 400 open_cursors. Can I increase it to 600.
Can I include the parameter "CLOSE_CACHED_OPEN_CURSORS = TRUE" to my init file.
Thank you,
Dirish
[Updated on: Wed, 03 October 2007 01:17] Report message to a moderator
|
|
|
|
|
|
Re: Processes and Sessions [message #271861 is a reply to message #271852] |
Wed, 03 October 2007 03:25 |
dirish
Messages: 232 Registered: November 2006
|
Senior Member |
|
|
Hi Michel,
I gathered these statistics (average) for the past week:
from v$process: 370 (over total of 400/processes and sessions)
from v$open_cursor: 350 (over total of 400/open_cursors)
CPU Utilisation: 80%
Physical Memory Usage: 65% (over total of 3GB)
SGA Usage: 300MB (over total of 600MB)
Thank you,
Dirish
|
|
|
|
|
Processes and Sessions [message #274483 is a reply to message #254558] |
Tue, 16 October 2007 03:51 |
JoinNepal
Messages: 33 Registered: October 2003
|
Member |
|
|
Hi,
having great problem with Process exceed. have a look on my connection code. May be it is wrong.
Code for connection pool is attached.
========
Hope to hear from you soon.
Thanks.
Regards,
JoinNepal
|
|
|
|
Re: Processes and Sessions [message #274733 is a reply to message #274512] |
Wed, 17 October 2007 00:58 |
dirish
Messages: 232 Registered: November 2006
|
Senior Member |
|
|
Hi Guys,
sorry was on leave.
Your piece of code seems fine.
Can you please check the number of processes in your parameter file and check it in the v$process.
Thx
|
|
|
|
|
|
|
|