Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Limiting CPU Usage (don't use nice!)
diversif wrote:
>
> I guessing that you are running ona Unix platform:
> try 'nice' the process you wish to limit the CPU usage on.
> (type 'man nice' to get info on nice)
>
WARNING: do not run Oracle processes at different priority by altering the nice value. This is specifically warned against in the manuals. If you have a process with a lowered priority that obtains a lock on an object, then can't run because of the low priority, you will create a deadlock or hang situation. All Oracle processes should run at the same priority.
-- --- Allen Kirby AT&T ITS Production Services akirby_at_att.com Alpharetta, GA.Received on Mon Jan 27 1997 - 00:00:00 CST
![]() |
![]() |