Hello!
Listening threadThe listening thread is responsible for processing client requests and supports TCP and IPC2 protocols.
Working thread poolThe working thread pool efficiently manages the scheduling of internal working threads and avoids the overhead of thread creation and destruction.
Redo logWrites logs in log buffer to disks.
Check PointWrites dirty pages (Dirty Page) to disks and updates control files.
MonitoringMonitors system status, such as detecting deadlock and rectifying abnormal sessions.
Scheduled taskSchedule customized background tasks.
ArchiveArchive log files.
Log replication