Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Enterprise slow, Standard fast?
Mladen Gogala wrote:
> On Sun, 07 Nov 2004 20:38:32 +0200, Arska wrote:
>
>
>>Now we need to tune every job again, parallel execution in mind. Or deny >>parallel execution for these jobs. (How?)
Buffer cache is currently 1008 MB, and cache hit ratio is 98.9% after
running few heavy update jobs. Are you saying I need to buy more RAM and
increase buffer cache? I dont think so.
We only need to add "ALTER SESSION DISABLE PARALLEL QUERY" to all jobs,
which was slow with EE, and magically they are fast again.
Parallel query does add some overhead. Usually it is still faster, but not always. In this case it is better not to use it. Received on Mon Nov 08 2004 - 00:45:25 CST
![]() |
![]() |