Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Performance Diagnosis
"Matt" <mccmx_at_hotmail.com> a écrit dans le message de
news:cfee5bcf.0406210131.46b97020_at_posting.google.com...
> > From Steve Adams's ixora site:
> >
> > rdbms ipc reply waits indicate the either DBWn's write batch is too
> > big, or you are checkpointing too intensively. Make sure that db_files
> > is not much higher than the number of datafiles that you actually
> > have. If you are using incremental checkpoints (
> > db_block_max_dirty_target) don't be too ambitious.
>
> As far as I was aware, the db_files parameter had no effect on the
> DBWR write batch size in 8i (can't access ixora at the moment to
> confirm).
_db_block_write_batch defaults to the least of: . db_files * db_file_simultaneous_writes / 2 . db_block_buffers / 4
-- Regards Michel CadotReceived on Mon Jun 21 2004 - 13:45:00 CDT
>
> I haven't set db_block_max_dirty_target explicitly so this is the
> default value.
>
> Matt