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

Home -> Community -> Mailing Lists -> Oracle-L -> RE:

RE:

From: Alvarez, Carlos <CAlvarez_at_uniFON.com.ar>
Date: Fri, 12 May 2000 15:48:00 -0300
Message-Id: <10495.105552@fatcity.com>


Hi

I'd use a larger amount of db_blocks_buffers. You are using 7168*4k = 28MB to blocks buffers.

In our test environment, whe have db_block_buffers = 25600 # 25600 * 8 Kb = 200 Mb.
Look at he hit ratio to tune this parameters.

Also I'd increase the log_buffer parameter (buffer for uncommitted transactions in memory). Check if it's enough looking at the 'redo log space request' (it must be near to 0). It indicates the times an user process waited for space in the redo log buffer.

And, of course, I'd re-tune this parameters when the DB and aplications were runing.

I cant say anything more because I dont know the aplication wich is going to run on the instance. (and because Im not a DBA, Im a developer).

Correct if Im wrong.

HTH Carlos.

> ----------
> De: cemail_at_sprintmail.com[SMTP:cemail_at_sprintmail.com]
> Responder a: ORACLE-L_at_fatcity.com
> Enviado el: Viernes 12 de Mayo de 2000 15:49
> Para: Multiple recipients of list ORACLE-L
>
>
> I am getting ready to install a large Oracle database on Solaris
> with 3GB RAM/6 cpus. Can somebody please verify for me that
> these kernel parameters and init parameters will be okay? Any
> suggestions for changing these would be greatly appreciated.
>
>
> /etc/system:
> set shmsys:shminfo_shmmax=512000000
> set shmsys:shminfo_shmmin=1
> set shmsys:shminfo_shmmni=512
> set shmsys:shminfo_shmseg=128
> set semsys:seminfo_semmns=1600
> set semsys:seminfo_semmni=64
> set semsys:seminfo_semmsl=500
>
> init:
> db_block_size=4096 (can't be changed)
> db_block_buffers =7168
> shared_pool_size = 134217728
> log_buffer=327680
> processes=500
> sort_write_buffer_size = 65536
>
>
>
> -----
> Sent using MailStart.com ( http://MailStart.Com/welcome.html )
> The FREE way to access your mailbox via any web browser, anywhere!
>
> --
> Author:
> INET: cemail_at_sprintmail.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Fri May 12 2000 - 13:48:00 CDT

Original text of this message

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