What does LGWR do?
Answers were Sorted based on User's Feedback
Answer / ravi dutta
log writer is used to write the commited or uncommited data
from the redolog buffer to the redo log file.
| Is This Answer Correct ? | 4 Yes | 0 No |
Whenever any change takes place in database,first the change is written to LOGBUFFER.Then from LOGBUFFER the changes are written to REDOLOG files.
LogWriter(LGWR) is a process that writes the redobuffers from LOGBUFFER to REDOLOGFILES in terms on change vectors.
When does Logwriter(LGWR) writes to Redologs,
-Whenever logbuffer is 1mb or 1/3rd full.
-Whenever user commits.
| Is This Answer Correct ? | 1 Yes | 0 No |
Why query fails sometimes ?
What is SGA?
Can a View based on another View in Oracle?
Can a Tablespace hold objects from different Schemes in Oracle?
How to find the SGA Size
What Does DBWR do?
What are the consideration at tehe migration of Oracle 9i to 10G.
What is the significance of having storage clause ?
What is the use of Oracle Control File?
What is the function of Dispatcher (Dnnn)?
What are Oracle Schema Objects?
What is Shared SQL Area?