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: Problems with Production running slower than Development.

Re: Problems with Production running slower than Development.

From: NetComrade <netcomradeNOSPAM_at_earthlink.net>
Date: Wed, 01 Sep 1999 19:59:51 GMT
Message-ID: <37cd847f.43907634@news.earthlink.net>


make your db_block_buffers=2000
and shared_pool_size=30M
if your system is OLTP 16k bkock_size is too big, use something like 4k.
Also, if you experience something like 100% CPU usage, but there is not iowait, you might be missing some important indexes, and the db is doing full table scans, and probobly (correct me if I am wrong) is putting some kind of locks on them, which makes other processes to wait.

Good. luck

On Tue, 31 Aug 1999 03:30:23 GMT, "Bob Fazio" <bob_fazio_at_hotmail.com.no.spam> wrote:

>I realize how hard it is to tune without all the information. But if you
>have any insight it would be appreciated.
>
>I have to instances, dev and production. Dev on a 4500 and Prod on a 6500
>(SUN)
>
>The 4500 (4 processors and 4GB Ram) 6500 (8 processors and 8GB of RAM)
>
>The obvious problem (which I am resolving) is that I am I/O bound, and I am.
>I am working on resolving that as I write this. I was hoping some of the
>other things might be obvious to someone.
>
>shared_pool_size 300M - prod and 60Meg Dev
>db_block_buffers 3200 - prod and 1000 - Dev
>log_buffer 163840 prod and 252144 - dev (not running archivelog in either
>instance)
>
>sort_area_size 6M prod 5M dev
>sort_area_retained_size 6M prod 1M dev
>
>The following are set in production , but left to the defaults in dev.
>
>sort_write_buffer_size 2M
>optimizer_search_limit 10
>bitmap_merge_area_size 2m
>hash_multiblock_io_count 64
>
>
>
>
>--
>Bob Fazio
>rfazio_at_home.com
>
>
Received on Wed Sep 01 1999 - 14:59:51 CDT

Original text of this message

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