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 |
What is Shared Pool?
How can you find the size of a database?
How will you force database to use particular rollback segment?
How many Dispatcher Processes are created?
List the Optional Flexible Architecture (OFA) of Oracle database ?
What is the function of checkpoint(CKPT)?
What is the function of Redo Log in Oracle?
What is the maximum size of a oracle9i database?
What does LGWR do?
What is Cursor?
What are the functions of SMON?
What is the functionality of SYSTEM table space ?