Introduction to Oracle system processes and main functions

Source: Internet
Author: User

Introduction to Oracle system processes and main functions
Introduction to major Oracle Processes

Data Writing Process (dbwr): responsible for writing changed data from the database buffer cache to the data file

Log write process (lgwr): writes changes in the redo log buffer to the online redo log file.
System Monitoring (smon): Checks Database Consistency and, if necessary, starts database recovery when the database is opened.

Process Monitoring (pmon): clears resources when an Oracle process fails.

Checkpoint Process (ckpt): updates the database status information in control files and data files whenever changes in the buffer cache are permanently recorded in the database.
Archiving process (arcn): backs up or archives a full log group during each log switch.

Job scheduler (cjq): responsible for scheduling and execution of jobs defined in the system to complete some predefined work.
Restore process (reco): to ensure the consistency of distributed transactions. In distributed transactions, either commit or rollback at the same time;


The following figure shows the main processes of Oracle.


In the middle of this figure, it is SGA. The top part is the RECO, PMON, and SMON processes. The two-way arrows indicate the communication between processes and instances. The lower left side is the DBW0 and LGWR processes. The two processes communicate with the data cache area and the redo log buffer, and access the data files and redo log files respectively.



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.