Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: processes get full on Oracle XE... how to change?
Casper schreef:
> Hi,
>
>> Are you sure your db is using either of those init.ora files? Look for >> 'init<sid>.ora' , where '<sid>' is the name of your instance ... like >> initorcl.ora
It is... binary
>
> but it didnt' work!
> Where could I be wrong ?
Oh - so many places... let's not go there :) You edited a binary file.
>
>> Also, you do realize, of course, that changes to the init file are not >> dynamic. You have to bounce the instance to pick up the changes.
the way to get around the binary file is to use
Oracle for that:
alter system set processes=150 scope=spfile;
You knew that, of course, because it's somewhere in those zillion pages of documentation on http://tahiti.oracle.com
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Fri Sep 01 2006 - 13:13:03 CDT
![]() |
![]() |