Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: any way to enlarge the # of processes?
> Dear all,
>
> any way to enlarge the max # of processes? I know that the
default largest number of process is 200.
> Can we or how can we set it to be larger than 200?
>
Hi there,
The way to go is to modify your initXXXX.ora file (where
XXXX is the name of your instance) and change the line
which says
processes = 200
to
processes = x
where x is the desired number of processes.
Then stop and start the database and voila!
Hope this helps!
--
This answer is courtesy of QuestionExchange.com
http://www.questionexchange.com/showUsenetGuest.jhtml?ans_id=4891&cus_id=USENET&qtn_id=4014
Received on Tue Oct 12 1999 - 06:25:31 CDT
![]() |
![]() |