Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Process flow of a transaction
Hi,
I am new to DBA world and am going thru material to appear OCP exam. As i know following is the process flow for an insert statement:
1. blocks in db-buffer gets modified with new data 2. redo entry is written to log buffer 3. db-writer writes to disk when necessary 4. log-writer writes to redo log files when commitoccurs or when necessary following 3 conditions set out.
I do not understand when a rollback segment is written. I believe it is db-writer that writes to rollback segment as well when it is writing to disk(data segments).
can any one please clarify
dasari