Oracle modifies a row of data memory major changes

Source: Internet
Author: User

Make a request to the Oracle database, modify a row of data, and in memory there are mainly the following changes:

1. The server process reads the block containing the row data into memory

2. Write the redo log. The variable vectors in memory that point to the data block in the undo tablespace are recorded in the Redo log.

3. Copy the data block in memory into the undo segment.

4. Write the Redo log. The change vectors for the specific actions that are modified are recorded to the redo log.

5. Modify the data block.

Redo all changes to the logging database. Each change is recorded at least two times redo log, once used to point to the original mirror block, one time to record the specific changes.

Oracle modifies a row of data memory major changes

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.