Oracle background memory Transaction Processing

Source: Internet
Author: User

Checkpoint Process: triggers the checkpoint, synchronizes data on the memory hard disk, writes the system change number to the control file and data file, and triggers the dbwr process to write the cached data to the database.

The lgwr process is released to write data in the log buffer into the log table. At the same time, the log group is switched to archive the logs.

Checkpoint triggering time: definitions of log group switchover, instance shutdown, manual issuance, and fast_start_mttr_target parameter control.

Transaction commit: When commit is used, online redo logs will be written, and the table locks and row locks occupied by the transaction will be released. The cache will separately wait for the checkpoint and write it to the hard disk.

Shared Pool function: parses SQL statements and generates execution plans (this is the characteristic of variable binding, so the execution plan does not need to be regenerated ).

Oracle Cache Policy: LRU (least recently used), which is why oracle and aix work closely together (the same cache policy ).

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.