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: Newbie: EZ Performance Tuning?

Re: Newbie: EZ Performance Tuning?

From: banicki <banickiNOiqSPAM_at_webmart.net>
Date: Fri, 27 Aug 1999 14:34:25 -0700
Message-ID: <2750ac20.f69b6c3d@usw-ex0102-014.remarq.com>


Here's an init.ora for a 256M based on the book "oracle performanace tuning tips and techniques" by richard niemiec. db_buffer_block = 8192
db_block_buffers = 5000
shared_pool_size = 20000000
log_checkpoint_interval = 0 * 100000 dml_locks = 1000
processes = 200
log_buffer = 327680
row_cache_cursor = 200
open_cursor = 600
sort_area_size = 2000000
max_dump_file_size = 10240
db_files = 1022
dbwr_io_slaves = 4 * never have used checkpoint_process = true
optmizer_mode = choose
timed_statistics = true

Received on Fri Aug 27 1999 - 16:34:25 CDT

Original text of this message

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