Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Private strand flush not complete how to find optimal size of redo log file

615123Feb 3 2010 — edited Feb 4 2010
hi,

i am using oracle 10.2.0 on unix system and getting Private strand flush not complete in the alert log file. i know this is due to check point is not completed.

I need to increase the size of redo log files or add new group to the database. i have log file switch (checkpoint incomplete) in the top 5 wait event.

i can't change any parameter of database. i have three redo log group and log files are of 250MB size. i want to know the suitable size to avoid problem.
select * from v$instance_recovery;

RECOVERY_ESTIMATED_IOS	ACTUAL_REDO_BLKS	TARGET_REDO_BLKS	LOG_FILE_SIZE_REDO_BLKS	LOG_CHKPT_TIMEOUT_REDO_BLKS	LOG_CHKPT_INTERVAL_REDO_BLKS	FAST_START_IO_TARGET_REDO_BLKS	TARGET_MTTR	ESTIMATED_MTTR	CKPT_BLOCK_WRITES	OPTIMAL_LOGFILE_SIZE	ESTD_CLUSTER_AVAILABLE_TIME	WRITES_MTTR	WRITES_LOGFILE_SIZE	WRITES_LOG_CHECKPOINT_SETTINGS	WRITES_OTHER_SETTINGS	WRITES_AUTOTUNE	WRITES_FULL_THREAD_CKPT
625	9286	9999	921600		9999		0	9	112166207			0	0	219270206	0	3331591	5707793
please suggest me or tell me the way how to find out suitable size to avoid problem.

thanks
umesh
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 4 2010
Added on Feb 3 2010
12 comments
6,383 views