hi,
If i have multiple members in one redo log group, the LGWR, writes
to all the members; does it write serially or does oracle starts more number of LGWR's to do the job
Originally posted by bang_dba hi,
If i have multiple members in one redo log group, the LGWR, writes
to all the members; does it write serially or does oracle starts more number of LGWR's to do the job
There is only one LGWR process no matter how many members you have. LGWR will right parallaly to all members.
Originally posted by bang_dba Hi,
sanjay u mean to say that it writes parallely,.... how it is possible for a single process to wirte to multiple files simultaneously.
Originally posted by bang_dba Hi,
sanjay u mean to say that it writes parallely,.... how it is possible for a single process to wirte to multiple files simultaneously.
Originally posted by bang_dba Hi,
sanjay u mean to say that it writes parallely,.... how it is possible for a single process to wirte to multiple files simultaneously.
It does write parallaly to redo members.
Note that I said redo log memebers not groups.
Bookmarks