Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: size sga

Re: size sga

From: Martin Hepworth <maxsec_at_totalise.co.uk>
Date: Fri, 01 Oct 1999 09:58:57 +0100
Message-ID: <37F477D1.79E82809@totalise.co.uk>


nieuws net wrote:
>
> Hi all
>
> we have a NT server with 1 GIGA RAM
> oracle version 7.3.4
>
> DB_BLOCK_SIZE = 4096
>
> i set db_block_buffers = 50000 (200Mb)
> shared_pool_size = 300000000 (300Mb)
> so oracle SGA claims approx 500Mb from the total of 1 GIG
> However the performance is dramatic(performance lose of more than 20
> seconds)
>
> When i decrease db_block_buffers to 10000 (40M)
> and shared_pool_size to 9000000 (9M) , then the performance is acceptable.
>
> Any idea how this is possible ?
>
> Many thanks
> gkor_at_rdw.nl

Hi
theres some specific stuff on NT/Oracle tuning at http://www.ipass.net/~davesisk/oont.htm

You could also try putting 'lock_sga=TRUE' in the init.ora for the db to stop NT PAging the SGA out.

Also make sure you've the NT setup to be a network app server not a fileserver (see the URL for details).

martin Received on Fri Oct 01 1999 - 03:58:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US