LOG MEMBER?? [message #55724] |
Wed, 12 February 2003 07:49 |
raman
Messages: 66 Registered: February 2000
|
Member |
|
|
Hi
I see the follwing statement at several places, in alert log file(bdump).
Thread 1 cannot allocate new log, sequence 16478
Checkpoint not complete.
Do I have to add a log member or what?
thanks,
-ramanujam
|
|
|
|
Re: LOG MEMBER?? [message #55728 is a reply to message #55724] |
Wed, 12 February 2003 10:08 |
raman
Messages: 66 Registered: February 2000
|
Member |
|
|
Could you please tell me how can I increase the size of the redolog file? Did you mean adding a member?
At present log_checkpoint_interval:1000
and log_checkpoint_timeout:180
thanks,
-Ramanujam
|
|
|
Re: LOG MEMBER?? [message #55738 is a reply to message #55724] |
Thu, 13 February 2003 04:33 |
seshachalapathi andukuri
Messages: 2 Registered: February 2003
|
Junior Member |
|
|
We have Oracle 8.1.6 , with 4 redo log members each with 100 MB size. We are also having same problem.
Instead of adding more redo log members we changed no of db writer process from 1 to 2. And we observe time taken for completing a checkpoint seems to be main bottleneck. Which means system I/O is the bottleneck, and system I/O is not coping with high volume of DML generated in the system.
Please comment on this
|
|
|
|
Re: LOG MEMBER?? [message #55745 is a reply to message #55743] |
Thu, 13 February 2003 09:03 |
seshachalapathi andukuri
Messages: 2 Registered: February 2003
|
Junior Member |
|
|
The following message appears in alert file.
--------
Thread 1 cannot allocate new log
Checkpoint not complete.
----------
This message is used to appear 2-3 times a day (some time more) before we changed Db_writer_processes from 1 to 2 and checkpoint interval from 300,000 to 400,000 os blocks. Redo log size is 100Mb.And also observed checkpoint is taking long time to complete. So we thought by increasing Redo logs we can only stop the the above messages but actual problem, is not solved. We are basically looking why Dbwr process is taking too long to write dirty blocks to disk?
(we are on Solaris 8, oracle 8.1.6).
|
|
|
|