阅读 222

Oracle后台进程及其作用简介

Oracle后台进程及其作用简介




This background process is available starting with Oracle Database 11   g    Release 2 (11.2.0.2).
describes Oracle Database background processes. In this context, a background process is defined as any process that is listed in V$PROCESS and has a non-null value in the pname column.

The External Properties column lists the type of instance in which the process runs. If the process is specific to a particular feature, then the column names the feature.

NameExpanded NameShort DescriptionLong DescriptionExternal Propertiesversion
ABMRAuto BMR Background ProcessCoordinates execution of tasks such as filtering duplicate block media recovery requests and performing flood controlWhen a process submits a block media recovery request to ABMR, it dynamically spawns slave processes (BMR   n   ) to perform the recovery. ABMR and BMR   n    terminate after being idle for a long time.Database instance
See Also: Oracle Database Backup and Recovery User's Guide
ACFSASM Cluster File System CSS Process Tracks the cluster membership in CSS and informs the file system driver of membership changesACFS delivers CSS membership changes to the Oracle cluster file system. These membership changes are required for the file system to maintain file system consistency within the cluster.ASM instance, Oracle RAC
ACMSAtomic Control File to Memory Service Process    内存服务器原子控制文件Coordinates consistent updates to a control file resource with its SGA counterpart on all instances in an Oracle RAC environmentThe ACMS process works with a coordinating caller to ensure that an operation is executed on every instance in Oracle RAC despite failures. ACMS is the process in which a distributed operation is called. As a result, this process can exhibit a variety of behaviors. In general, ACMS is limited to small, nonblocking state changes for a limited set of cross-instance operations.   仅适用于    RAC    实例中。执行分布式    SGA    更新时,   ACMS    可确保在所有实例上发生更新。如果某个实例上的更新失败,此进程也会在所有实例上回滚更新。可将    ACMS    视为两阶段提交协调器进程,用于    RAC    集群中的    SGA    更新。Database instance, Oracle RAC
AP  nnLogical Standby / Streams Apply Process Coordinator ProcessObtains transactions from the reader server and passes them to apply serversThe coordinator process name is AP   nn   , where    nn    can include letters and numbers.Database instance, Data Guard, Oracle Streams
See Also: Oracle Streams Concepts and Administration
ARB  nASM Rebalance ProcessRebalances data extents within an ASM disk groupPossible processes are ARB0-ARB9 and ARBA.ASM instance
ARC  nArchiver ProcessCopies the redo log files to archival storage when they are full or an online redo log switch occursARC   n    processes exist only when the database is in ARCHIVELOG mode and automatic archiving is enabled, in which case ARC   n    automatically archives online redo log files. LGWR cannot reuse and overwrite an online redo log group until it has been archived.Database instance
The database starts multiple archiver processes as needed to ensure that the archiving of filled online redo logs does not fall behind. Possible processes include ARC0-ARC9 and ARCa-ARCt.
The LOG_ARCHIVE_MAX_PROCESSES initialization parameter specifies the number of ARC   n    processes that the database initially invokes.
See Also:       Oracle Database Concepts    and    Oracle Database Administrator's Guide
ASMBASM Background ProcessCommunicates with the ASM instance, managing storage and providing statisticsASMB runs in ASM instances when the ASMCMD cp command runs or when the database instance first starts if the server parameter file is stored in ASM. ASMB also runs with Oracle Cluster Registry on ASM.Database and ASM instances
AS  nnLogical Standby / Streams Apply Process Reader Server or Apply ServerComputes dependencies between logical change records (LCRs) and assembles messages into transactions (Reader Server)When the reader server finishes computing dependencies between LCRs and assembling transactions, it returns the assembled transactions to the coordinator process. Query V$STREAMS_APPLY_READER for information about the reader server background process.Database instance
Applies LCRs to database objects or passes LCRs and user messages to their appropriate apply handlers (Apply Server)An apply server receives the transactions from the coordinator background process, and either applies database changes in LCRs or sends LCRs or messages to apply handlers. Apply servers can also enqueue a queue. If an apply server encounters an error, then it then tries to resolve the error with a user-specified conflict handler or error handler. If an apply server cannot resolve an error, then it rolls back the transaction and places the entire transaction, including all of its messages, in the error queue. When an apply server commits a completed transaction, this transaction has been applied. When an apply server places a transaction in the error queue and commits, this transaction also has been applied. Query V$STREAMS_APPLY_SERVER for information about the apply server background process.

The coordinator process name is AS   nn   , where    nn    can include letters and numbers.
BMR  nAutomatic Block Media Recovery Slave Pool ProcessFetches blocks from a real-time readable standby databaseWhen a process submits a block media recovery request to ABMR, it dynamically spawns slave processes (BMR   n   ) to perform the recovery. BMR   n    processes fetch blocks from a real-time readable standby database. ABMR and BMR   n    terminate after being idle for a long time.Database instance
See Also: Oracle Database Backup and Recovery User's Guide
B  nnnASM Blocking Slave Process for GMONPerforms maintenance actions on ASM disk groupsB   nnn    performs actions that require waiting for resources on behalf of GMON. GMON must be highly available and cannot wait.ASM instance
A B   nnn    slave is spawned when a disk is taken offline in an ASM disk group. Offline timer processing and drop of the disk are performed in this slave. Up to five process (B000 to B004) can exist depending on the load.
CJQ0Job Queue Coordinator ProcessSelects jobs that need to be run from the data dictionary and spawns job queue slave processes (J   nnn   ) to run the jobsCJQ0 is automatically started and stopped as needed by Oracle Scheduler.Database instance
The JOB_QUEUE_PROCESSES initialization parameter specifies the maximum number of processes that can be created for the execution of jobs. CJQ0 starts only as many job queue processes as required by the number of jobs to run and available resources.
See Also:       Oracle Database Concepts    and    Oracle Database Administrator's Guide
CKPTCheckpoint ProcessSignals DBW   n    at checkpoints and updates all the data files and control files of the database to indicate the most recent checkpointAt specific times CKPT starts a checkpoint request by messaging DBW   n    to begin writing dirty buffers. On completion of individual checkpoint requests, CKPT updates data file headers and control files to record most recent checkpoint.Database and ASM instances
See Also: Oracle Database Concepts
CP  nnStreams Capture ProcessCaptures database changes from the redo log by using the infrastructure of LogMinerThe capture process name is CP   nn   , where    nn can include letters and numbers. The underlying LogMiner process name is MSnn, where nn can include letters and numbers. The capture process includes one reader server that reads the redo log and divides it into regions, one or more preparer servers that scan the redo log, and one builder server that merges redo records from the preparer servers. Each reader server, preparer server, and builder server is a process. Query the V$STREAMS_CAPTURE view for information about this background process.Database instance, Oracle Streams
See Also: Oracle Streams Concepts and Administration
CS  nnI/O Calibration ProcessIssues I/Os to storage as part of storage calibration.CS   nn    slave processes are started on execution of the DBMS_RESOURCE_MANAGER.CALIBRATE_IO() procedure. There is one slave process per CPU on each node of the database.Database instance, Oracle RAC
CTWRChange Tracking Writer ProcessTracks changed data blocks as part of the Recovery Manager block change tracking featureCTWR tracks changed blocks as redo is generated at a primary database and as redo is applied at a standby database. The process is slightly different depending on the type of database.Database instance
See Also: Oracle Database Backup and Recovery User's Guide
CX  nnStreams Propagation Sender ProcessSends LCRs to a propagation receiverThe propagation sender process name is CX   nn   , where    nn    can include letters and numbers. In an Oracle Streams combined capture and apply optimization, the propagation sender sends LCRs directly to the propagation receiver to improve performance. The propagation receiver passes the LCRs to an apply process. Query V$PROPAGATION_SENDER for information about a propagation sender.Database instance, Oracle Streams
DBRMDatabase Resource Manager Process   数据库资源管理器Sets resource plans and performs other tasks related to the Database Resource ManagerIf a resource plan is not enabled, then this process is idle.  执行资源计划和其他与资源管理器相关的任务   ,   数据库资源管理进程   , (The database resource manager process)   ,负责设置资源计划和其他的资源管理的工作。Database instance
See Also: Oracle Database Administrator's Guide
DBW  nDatabase Writer ProcessWrites modified blocks from the database buffer cache to the data filesThe primary responsibility of DBW   n    is to write data blocks to disk. DBW   n    also handles checkpoints, file open synchronization, and logging of Block Written records.Database instance
In many cases the blocks that DBW   n    writes are scattered throughout the disk. Thus, the writes tend to be slower than the sequential writes performed by LGWR. DBW   n    performs multiblock writes when possible to improve efficiency. The number of blocks written in a multiblock write varies by operating system.
The DB_WRITER_PROCESSES initialization parameter specifies the number of DBW   n    processes (DBW0-DBW9 and DBWa-DBWz). The database selects an appropriate default setting for this parameter or adjusts a user-specified setting based on the number of CPUs and processor groups.
See Also:       Oracle Database Concepts    and    Oracle Database Performance Tuning Guide
DIA0Diagnostic Process   诊断进程    0Detects and resolves hangs and deadlocks 检测挂起情况和死锁。将来可能会引入多个进程,因此将名称设置为   diag0   。将来如果引入其他进程,将分别命名为    dia1   、   dia2    等。另一个数据库诊断进程,负责检测   Oracle   数据库中的挂起   (hang)   和死锁的处理ASM and Database instances
DIAGDiagnostic Capture Process   诊断进程Performs diagnostic dumpsDIAG performs diagnostic dumps requested by other processes and dumps triggered by process or instance termination. In Oracle RAC, DIAG performs global diagnostic dumps requested by remote instances.   执行诊断、转储跟踪文件(如有必要)以及执行全局    oradebug    命令   ,   数据库诊断进程,    (The diagnosibility process)    ,负责维护管理各种用于诊断的转储文件,并执行   oradebug   命令。ASM and Database instances
DM  nnData Pump Master ProcessCoordinates the Data Pump job tasks performed by Data Pump worker processes and handles client interactionsThe Data Pump master (control) process is started during job creation and coordinates all tasks performed by the Data Pump job. It handles all client interactions and communication, establishes all job contexts, and coordinates all worker process activities on behalf of the job.Database instance, Data Pump
DMONData Guard Broker Monitor ProcessManages and monitors a database that is part of a Data Guard broker configurationWhen you start the Data Guard broker, a DMON process is created. DMON runs for every database instance that is managed by the broker. DMON interacts with the local database and the DMON processes of the other databases to perform the requested function. DMON also monitors the health of the broker configuration and ensures that every database has a consistent description of the configuration.Database instance, Data Guard
DMON maintains profiles about all database objects in the broker configuration in a binary configuration file. A copy of this file is maintained by the DMON process for each of the databases that belong to the broker configuration. The process is created when the DG_BROKER_START initialization parameter is set to true.
See Also: Oracle Data Guard Broker
D  nnnDispatcher ProcessPerforms network communication in the shared server architectureIn the shared server architecture, clients connect to a dispatcher process, which creates a virtual circuit for each connection. When the client sends data to the server, the dispatcher receives the data into the virtual circuit and places the active circuit on the common queue to be picked up by an idle shared server. The shared server then reads the data from the virtual circuit and performs the database work necessary to complete the request. When the shared server must send data to the client, the server writes the data back into the virtual circuit and the dispatcher sends the data to the client. After the shared server completes the client request, the server releases the virtual circuit back to the dispatcher and is free to handle other clients.Database instance, shared servers
Several initialization parameters relate to shared servers. The principal parameters are: DISPATCHERS, SHARED_SERVERS, MAX_SHARED_SERVERS, LOCAL_LISTENER, REMOTE_LISTENER.
See Also: Oracle Database Concepts
DR  nnASM Disk Resynchronization Slave ProcessResynchronizes the contents of an offline diskWhen a disk online SQL command is issued on a disk or disks that are offline, ASM spawns DR   nn   . Depending on the load, more than one slave may be spawned.ASM Instance
DSKMSlave Diskmon ProcessActs as the conduit between the database, ASM instances, and the Master Diskmon daemon to communicate information to Exadata storageThis process is active only if Exadata Storage is used. DSKM performs operations related to Exadata I/O fencing and Exadata cell failure handling.    负责   oracle    实例、   asm   实例和磁盘的管理进程之间的   io fencing    信息的交换。如果使用   SAGE   的存储,该进程还负责   SAGE   存储的一些信息的管理。ASM instance, Exadata
DW  nnData Pump Worker ProcessPerforms Data Pump tasks as assigned by the Data Pump master processThe Data Pump worker process is responsible for performing tasks that are assigned by the Data Pump master process, such as the loading and unloading of metadata and data.Database instance
EMNCEMON Coordinator ProcessCoordinates database event management and notificationsEMNC coordinates event management and notification activity in the database, including Streams Event Notifications, Continuous Query Notifications, and Fast Application Notifications.Database and ASM instances
E  nnnEMON Slave ProcessPerforms database event management and notificationsThe database event management and notification load is distributed among the EMON slave processes. These processes work on the system notifications in parallel, offering a capability to process a larger volume of notifications, a faster response time, and a lower shared memory use for staging notifications.Database and ASM instances
FBDAFlashback Data Archiver Process    闪回数据存档器Archives historical rows for tracked tables into flashback data archives and manages archive space, organization, and retentionWhen a transaction that modifies a tracked table commits, FBDA stores the pre-image of the rows in the archive. FDBA maintains metadata on the current rows and tracks how much data has been archived.
FBDA is also responsible for automatically managing the flashback data archive for space, organization (partitioning tablespaces), and retention. FBDA also keeps track of how far the archiving of tracked transactions has progressed.Oracle Database 11g    提供新的   “   闪回存档   ”   ,用于写入对表所作的更改。此进程将写入闪回存档。   Flashback Data Archiver Process (FBDA)
The flashback data archiver process (FBDA)archives historical rows of tracked tables into Flashback Data Archives. When a transaction containing DML on a tracked table commits, this process stores the pre-image of the rows into the Flashback Data Archive. It also keeps metadata on the current rows.
 闪回数据归档进程,归档被追踪的表的历史行到闪回数据归档文件里面。当在被追踪的表上面发生了   dml   事务的时候,这个进程存储行的前镜像到闪回数据归档里面。它同样保存当前行的元数据。  
FBDA automatically manages the flashback data archive for space, organization, and retention. Additionally, the process keeps track of how far the archiving of tracked transactions has occurred.
FBDA   自动的管理闪回数据归档文件的空间,组织结构和滞留时间。
Database and ASM instances
See Also: Oracle Database Advanced Application Developer's Guide
FD  nnOracle ASM Stale FD Cleanup Slave ProcessCleans up Oracle ASM stale FDs on foreground processesThis process cleans up Oracle ASM stale FDs on foreground processes if an Oracle ASM disk is globally closed.Database and ASM instances
FMONFile Mapping Monitor ProcessManages mapping information for the Oracle Database file mapping interfaceThe DBMS_STORAGE_MAP package enables you to control the mapping operations. When instructed by the user, FMON builds mapping information and stores it in the SGA, refreshes the information when a change occurs, saves the information to the data dictionary, and restores it to the SGA at instance startup.Database and ASM instances
FMON is started by the database whenever the FILE_MAPPING initialization parameter is set to true.
FSFPData Guard Broker Fast Start Failover Pinger ProcessMaintains fast-start failover state between the primary and target standby databasesFSFP is created when fast-start failover is enabled.Database instance, Data Guard
GCRnGlobal Conflict Resolution Slave ProcessPerforms synchronous tasks on behalf of LMHBGCR   n    processes are transient slaves that are started and stopped as required by LMHB to perform synchronous or resource intensive tasks.Database and ASM instances, Oracle RAC
GEN0General Task Execution ProcessPerforms required tasks including SQL and DML
Database and ASM instances
GMONASM Disk Group Monitor ProcessMonitors all mounted ASM disk groupsGMON monitors all the disk groups mounted in an ASM instance and is responsible for maintaining consistent disk membership and status information. Membership changes result from adding and dropping disks, whereas disk status changes result from taking disks offline or bringing them online.   用于维护   asm   磁盘组的磁盘之间的关系。ASM instance
GTX  nGlobal Transaction Process    全局事务进程    0Provides transparent support for XA global transactions in an Oracle RAC environmentThese processes help maintain the global information about XA global transactions throughout the cluster. Also, the processes help perform two-phase commit for global transactions anywhere in the cluster so that an Oracle RAC database behaves as a single system to the externally coordinated distributed transactions.
The GLOBAL_TXN_PROCESSES initialization parameter specifies the number of GTXn processes, where n is 0-9 or a-j. The database automatically tunes the number of these processes based on the workload of XA global transactions. You can disable these processes by setting the parameter to 0. If you try to run XA global transactions with these process disabled, an error is returned.   在    RAC    集群中,   Oracle Database    现在提供改进的    XA    事务处理。此进程协调    XA    事务。如果    XA    上的数据库负载增长,将自动创建更多进程,分别命名为 GTX1、GTX2,直至 GTXJ。
Database instance, Oracle RAC
See Also: Oracle Real Application Clusters Administration and Deployment Guide
I  nnnDisk and Tape I/O Slave ProcessServes as an I/O slave process spawned on behalf of DBWR, LGWR, or an RMAN backup sessionI/O slave process can be configured on platforms where asynchronous I/O support is not available. These slaves are started by setting the corresponding slave enable parameter in the server parameter file. The I/O slaves simulate the asynchronous I/O behavior when the underlying platform does not have native support for asynchronous I/O.Database instance
INSVData Guard Broker Instance Slave ProcessPerforms Data Guard broker communication among instances in an Oracle RAC environmentINSV is created when the DG_BROKER_START initialization parameter is set to true.Database instance, Data Guard
J  nnnJob Queue Slave ProcessExecutes jobs assigned by the job coordinatorJob slave processes are created or awakened by the job coordinator when it is time for a job to be executed.Database instance
Job slaves gather all the metadata required to run the job from the data dictionary. The slave processes start a database session as the owner of the job, execute triggers, and then execute the job. After the job is complete, the slave processes commit and then execute appropriate triggers and close the session. The slave can repeat this operation in case additional jobs need to be run.
KATE
ASM 临时任务处理器毫无疑问,这是所有新进程中最长的名称。它是在 ASM 实例上出现的,而不是在数据库上出现。(有关新特性“快速磁盘重新同步”的信息,请参阅本系列中有关 ASM 的部分。)当磁盘脱机时,此进程将代替磁盘对 ASM 元文件执行代理 I/O。当ASM的磁盘离线的时候,该进程负责asm的元文件的io读写。

LCK0Instance Enqueue Background ProcessManages global enqueue requests and cross-instance broadcastsThe process handles all requests for resources other than data blocks. For examples, LCK0 manages library and row cache requests.
LCK   进程就是锁进程,它管理在集群中对同一数据块访问的锁管理。
Database and ASM instances, Oracle RAC
LGWRLog Writer ProcessWrites redo entries to the online redo logRedo log entries are generated in the redo log buffer of the system global area (SGA). LGWR writes the redo log entries sequentially into a redo log file. If the database has a multiplexed redo log, then LGWR writes the redo log entries to a group of redo log files.Database and ASM instances
See Also:       Oracle Database Concepts    and    Oracle Database Administrator's Guide
LMD0Global Enqueue Service Daemon 0 Process   全局队列服务  
LMD:Lock Manager Daemon   ,锁管理器
Manages incoming remote resource requests from other instancesLMD0 processes enqueue resources managed under Global Enqueue Service. In particular, LMD0 processes incoming enqueue request messages and controls access to global enqueues. It also performs distributed deadlock detections.
Cache Fusion  的   GES   服务的作用就是在节点之间协调对同一数据块的访问次序,进程   LMD   就是提供   GES   服务。另外,   RAC   环境中   LMD   进程管理各个节点锁资源,生成死锁的   trace   文件,如:   Global Enqueue Services Deadlock detected. More info in file /u01/app/Oracle/diag/rdbms/raclhr/raclhr2/trace/raclhr2_lmd0_19923170.trc.
Database and ASM instances, Oracle RAC
LMHBGlobal Cache/Enqueue Service Heartbeat MonitorMonitor the heartbeat of LMON, LMD, and LMS   n    processesLMHB monitors LMON, LMD, and LMS   n    processes to ensure they are running normally without blocking or spinning.Database and ASM instances, Oracle RAC
LMONGlobal Enqueue Service Monitor ProcessMonitors an Oracle RAC cluster to manage global resourcesLMON maintains instance membership within Oracle RAC. The process detects instance transitions and performs reconfiguration of GES and GCS resources.
在   rac   集群环境中各个节点的实例之间会定期通信,目的是检查各自的当前状态,如对方实例是否异常等信息,这种在节点之间协调通信以完成健康检查的任务就是右   LMON   进程负责。
Database and ASM instances, Oracle RAC
See Also: Oracle Real Application Clusters Administration and Deployment Guide
LMS  nGlobal Cache Service ProcessManages resources and provides resource control among Oracle RAC instancesLMS, where   n    is 0-9 or a-z, maintains a lock database for Global Cache Service (GCS) and buffer cache resources. This process receives, processes, and sends GCS requests, block transfers, and other GCS-related messages.
 我们已经知道   CacheFusion   的   GCS   服务的作用就是在节点之间协调对同一数据块的访问次序,进程   LMD   就是提供   GCS   服务。  
See Also: Oracle Real Application Clusters Administration and Deployment Guide
Database and ASM instances, Oracle RAC
LSP0Logical Standby Coordinator ProcessSchedules transactions for Data Guard SQL ApplyLSP0 is the initial process created upon startup of Data Guard SQL Apply. In addition to managing LogMiner and Apply processes, LSP0 is responsible for maintaining inter-transaction dependencies and appropriately scheduling transactions with applier processes. LSP0 is also responsible for detecting and enabling runtime parameter changes for the SQL Apply product as a whole.Database instance, Data Guard
LSP1Logical Standby Dictionary Build ProcessPerforms a logical standby dictionary build on a primary databaseThe LSP1 process is spawned on a logical standby database that is intended to become the new primary database. A logical standby database becomes a primary database by means of switchover or failover. The dictionary is necessary for logical standby databases to interpret the redo of the new primary database.Database instance, Data Guard
LSP2Logical Standby Set Guard ProcessDetermines which database objects will be protected by the database guardThe LSP2 process is created as needed during startup of SQL Apply to update the list of objects that are protected by the database guard.Database instance, Data Guard
L  nnnPooled Server ProcessHandles client requests in Database Resident Connection PoolingIn Database Resident Connection Pooling, clients connect to a connection broker process. When a connection becomes active, the connection broker hands off the connection to a compatible pooled server process. The pooled server process performs network communication directly on the client connection and processes requests until the client releases the server. After being released, the connection is returned to the broker for monitoring, leaving the server free to handle other clients.Database instance, Database Resident Connection Pooling
See Also: Oracle Database Concepts
MARKMark AU for Resynchronization Coordinator Process  为重新同步协调器标记分配单元Marks ASM allocation units as stale following a missed write to an offline diskMARK essentially tracks which extents require resynchronization for offline disks. This process runs in the database instance and is started when the database instance first begins using the ASM instance. If required, MARK can also be started on demand when disks go offline in the ASM redundancy disk group.  当磁盘出现故障时将会脱机,从而导致写入内容丢失。在这种情况下,此进程会将    ASM    分配单元    (AU)    标记为陈旧。当磁盘联机时,陈旧的段将被刷新。   MARK   :如果有向   asm   离线磁盘的   missed    写请求,该进程将   ASM   分配的单元的状态标记为   stale
FBDA   :涉及到   flashback-data-archive   新特性的一个进程,   The flashback data archiver proces   。用于将   “   轨表   ”(tracked tables)   的历史数据进行归档。当   “   轨表   ”   上的事务提交以后,   fbda   进程负责将数据的前镜像保存到   flashback archive   区域。该进程还负责   flashback   的数据归档的空间管理、分配、保留,跟踪   tracked transactions   。  
 什么是   “   轨表   ”(tracked tables):    是指启用了   flashback archive   特性的表。
Database and ASM instances
MMANMemory Manager ProcessServes as the instance memory managerThis process performs the resizing of memory components on the instance.Database and ASM instances
MMNLManageability Monitor Lite ProcessPerforms tasks relating to manageability, including active session history sampling and metrics computationMMNL performs many tasks relating to manageability, including session history capture and metrics computation.
MMNL  进程负责执行轻量级的且频率较高的和可管理性相关的后台任务,例如捕获会话历史信息,测量值计算等。
Database and ASM instances
MMONManageability Monitor Process   可管理性监视器进程Performs or schedules many manageability tasksMMON performs many tasks related to manageability, including taking Automatic Workload Repository snapshots and performing Automatic Database Diagnostic Monitor analysis.
AWR  主要是由   MMON   (   Manageability Monitor Process   ,可管理性监视器进程)和它的   slave   进程(   Mnnn   )进程来维护的。   MMON   执行很多关于   AWR   的任务,和各种与可管理性相关的后台任务,具体包括以下功能:  
1.   启动   slave   进程   Mnnn   去做   AWR   快照  
2.   当某个测量值(   metrics   )超过了其度量阀值(   threshold value   )时发出   alert   告警  
3.   为最近改变过的   SQL   对象捕获指标信息
Database and ASM instances
M  nnnMMON Slave ProcessPerforms manageability tasks on behalf of MMONM   nnn    performs manageability tasks dispatched to them by MMON. Tasks performed include taking Automatic Workload Repository snapshots and Automatic Database Diagnostic Monitor analysis.Database and ASM instances
MRP0Managed Standby Recovery ProcessCoordinates the application of redo on a physical standby databaseMRP0 is spawned at the start of redo apply on a physical standby database. This process handles the extraction of redo and coordinates the application of that redo on a physical standby database.Database instance, Data Guard
See Also: Oracle Data Guard Concepts and Administration
MS  nnLogMiner Worker ProcessReads redo log files and translates and assembles into transactionsMultiple MS   nn    processes can exists, where    n    is 0-9 or a-Z. A minimum of three MS   nn    processes work as a group to provide transactions to a LogMiner client, for example, a logical standby database. There may be more than one such group, for example, Downstream Capture sessions.Database instance, Logical Standby, Oracle Streams
N  nnnConnection Broker ProcessMonitors idle connections and hands off active connections in Database Resident Connection PoolingIn Database Resident Connection Pooling, clients connect to a connection broker process. When a connection becomes active, the connection broker hands off the connection to a compatible pooled server process. The pooled server process performs network communication directly on the client connection and processes requests until the client releases the server. After being released, the connection is returned to the broker for monitoring, leaving the server free to handle other clients.Database instance, Database Resident Connection Pooling
See Also: Oracle Database Concepts
NSA  nRedo Transport NSA1 ProcessShips redo from current online redo logs to remote standby destinations configured for ASYNC transportNSA   n    can run as multiple processes, where    n    is 1-9 or A-V.Database instance, Data Guard
See Also: Oracle Data Guard Concepts and Administration
NSS  nRedo Transport NSS1 ProcessActs as a slave for LGWR when SYNC transport is configured for a remote standby destinationNSS   n    can run as multiple processes, where    n    is 1-9 or A-V.Database instance, Data Guard
See Also: Oracle Data Guard Concepts and Administration
NSV  nData Guard Broker NetSlave ProcessPerforms broker network communications between databases in a Data Guard environmentNSV   n    is created when a Data Guard broker configuration is enabled. There can be as many NSV   n    processes (where    n    is 0- 9 and A-U) created as there are databases in the Data Guard broker configuration.Database instance, Data Guard
OCF  nASM CF Connection Pool ProcessMaintains a connection to the ASM instance for metadata operations
Database and ASM instances
O  nnnASM Connection Pool ProcessMaintains a connection to the ASM instance for metadata operationsO   nnn slave processes are spawned on demand. These processes communicate with the ASM instance.Database and ASM instances
PINGInterconnect Latency Measurement ProcessAssesses latencies associated with communications for each pair of cluster instancesEvery few seconds, the process in one instance sends messages to each instance. The message is received by PING on the target instance. The time for the round trip is measured and collected.Database and ASM instances, Oracle RAC
PMONProcess MonitorMonitors the other background processes and performs process recovery when a server or dispatcher process terminates abnormallyPMON periodically performs cleanup of all the following:Database and ASM instances
Processes that died abnormally
Sessions that were killed
Detached transactions that have exceeded their idle timeout
Detached network connections which have exceeded their idle timeout
In addition, PMON monitors, spawns, and stops the following as needed:
Dispatcher and shared server processes
Job queue processes
Pooled server processes for database resident connection pooling
Restartable background processes
PMON is also responsible for registering information about the instance and dispatcher processes with the network listener.
See Also:       Oracle Database Concepts    and    Oracle Database Net Services Administrator's Guide
P  nnnParallel Query Slave ProcessPerform parallel execution of a SQL statement (query, DML, or DDL)Parallel Query has two components: a foreground process that acts as query coordinator and a set of parallel slaves (P   nnn   ) that are background processes. These background processes are spawned or reused during the start of a parallel statement. They receive and carry out units of work sent from the query coordinator.Database and ASM instances
The maximum number of P   nnn    processes is controlled by the initialization parameter PARALLEL_MAX_SERVERS. Slave processes are numbered from 0 to the PARALLEL_MAX_SERVERS setting. If the query is a GV$ query, then these background processes are numbered backward, starting from PZ99.
PR  nnParallel Recovery ProcessPerforms tasks assigned by the coordinator process performing parallel recoveryPR   nn    serves as a slave process for the coordinator process performing parallel media recovery and carries out tasks assigned by the coordinator. The default number of these processes is based on number of CPUs.Database instance
PSP0Process Spawner ProcessSpawns Oracle background processes after initial instance startupprocess spawner   ,用于产生   oracle   进程Database and ASM instances
QMNCAQ Coordinator ProcessMonitors AQQMNC is responsible for facilitating various background activities required by AQ and Oracle Streams: time management of messages, management of nonpersistent queues, cleanup of resources, and so on. QMNC dynamically spawns Q   nnn    processes as needed for performing these tasks.Database instance, Advanced Queuing
Note that if the AQ_TM_PROCESSES initialization parameter is set to 0, this process will not start. The database writes the following message to the alert log: WARNING: AQ_TM_PROCESSES is set to 0. System might be adversely affected.
Q  nnnAQ Server Class ProcessPerforms various AQ-related background task for QMNCQ   nnn    acts as a slave process for QMNC and carry out tasks assigned by QMNC. The number of these processes is dynamically managed by QMNC based on load.Database instance
RBALASM Rebalance Master ProcessCoordinates rebalance activityIn an ASM instance, it coordinates rebalance activity for disk groups. In a database instances, it manages ASM disk groups.Database and ASM instances
RCBGResult Cache Background ProcessHandles result cache messagesThis process is used for handling invalidation and other messages generated by server processes attached to other instances in Oracle RAC.Database instance, Oracle RAC
RECORecoverer ProcessResolves distributed transactions that are pending because of a network or system failure in a distributed databaseRECO uses the information in the pending transaction table to finalize the status of in-doubt transactions. At timed intervals, the local RECO attempts to connect to remote databases and automatically complete the commit or rollback of the local portion of any pending distributed transactions. All transactions automatically resolved by RECO are removed from the pending transaction table.Database instance
See Also:       Oracle Database Concepts    and    Oracle Database Net Services Administrator's Guide
RMS  nOracle RAC Management ProcessPerforms manageability tasks for Oracle RACRMS   n    performs a variety of tasks, including creating resources related to Oracle RAC when new instances are added to a cluster.The Oracle RAC management processes,   负责执行   Oracle RAC   的管理任务,比如   RAC   相关资源的创建和集群中新实例的添加。Database instance, Oracle RAC
See Also: Oracle Real Application Clusters Administration and Deployment Guide
R  nnnASM Block Remap Slave ProcessRemaps a block with a read errorA database instance reading from an ASM disk group can encounter an error during a read. If possible, ASM asynchronously schedules a R   nnn    slave process to remap this bad block from a mirror copy.ASM instance
RP  nnCapture Processing Worker ProcessProcesses a set of workload capture filesRP   nn    are worker processes spawned by calling DBMS_WORKLOAD_REPLAY.PROCESS_CAPTURE(capture_dir,parallel_level). Each worker process is assigned a set of workload capture files to process.Database instance
Worker processes execute in parallel without needing to communicate with each other. After each process is finished processing its assigned files, it exits and informs its parent process.
The number of worker processes is controlled by the parallel_level parameter of DBMS_WORKLOAD_REPLAY.PROCESS_CAPTURE. By default, parallel_level is null. Then, the number of worker processes is computed as follows:
SELECT VALUE 
FROM   V$PARAMETER 
WHERE  NAME='cpu_count';
When parallel_level is 1, no worker processes are spawned.
RSM0Data Guard Broker Worker ProcessPerforms monitoring management tasks related to Data Guard on behalf of DMONThe process is created when a Data Guard broker configuration is enabled.Database instance, Data Guard
RSMNRemote Slave Monitor ProcessManages background slave process creation and communication on remote instances in Oracle RACThis background process manages the creation of slave processes and the communication with their coordinators and peers. These background slave processes perform tasks on behalf of a coordinating process running in another cluster instance.Database instance, Oracle RAC
RVWRRecovery Writer ProcessWrites flashback data to the flashback logs in the fast recovery areaRVWR writes flashback data from the flashback buffer in the SGA to the flashback logs. RVWR also creates flashback logs and performs some tasks for flashback log automatic management.Database instance, Flashback Database
SMCOSpace Management Coordinator Process   空间管理器Coordinates the execution of various space management tasksThis background process coordinates the execution of various space management tasks, including proactive space allocation and space reclamation. SMCO dynamically spawns slave processes (W  nnn   ) to implement these tasks.SMCO    是主空间管理进程,可动态分配和回收空间。它将生成从进程    Wnnn    以执行这些任务。   space management coordinator   ,该进程负责空间管理协调管理工作,负责执行空间的分配和回收。   Space Management Coordinator Process (SMCO)
The SMCO process coordinates the execution of various space management related tasks, such as proactive space allocation and space reclamation. SMCO dynamically spawns slave processes (Wnnn) to implement the task.
smco   进程调度执行的多种空间管理相关的任务,比如说提前的空间分配和回收。   smco   自动的生成从属进程   wnnn   去完成任务。
Database instance
SMONSystem Monitor ProcessPerforms critical tasks such as instance recovery and dead transaction recovery, and maintenance tasks such as temporary space reclamation, data dictionary cleanup, and undo tablespace managementSMON performs many database maintenance tasks, including the following:Database instance
Creates and manages the temporary tablespace metadata
Reclaims space used by orphaned temporary segments
Maintains the undo tablespace by onlining, offlining, and shrinking the undo segments based on undo space usage statistics
Cleans up the data dictionary when it is in a transient and inconsistent state
Maintains the SCN to time mapping table used to support Oracle Flashback features
In an Oracle RAC database, the SMON process of one instance can perform instance recovery for other instances that have failed.
SMON is resilient to internal and external errors raised during background activities.
See Also: Oracle Database Concepts
S  nnnShared Server ProcessHandles client requests in the shared server architectureIn the shared server architecture, clients connect to a dispatcher process, which creates a virtual circuit for each connection. When the client sends data to the server, the dispatcher receives the data into the virtual circuit and places the active circuit on the common queue to be picked up by an idle shared server. The shared server then reads the data from the virtual circuit and performs the database work necessary to complete the request. When the shared server must send data to the client, the server writes the data back into the virtual circuit and the dispatcher sends the data to the client. After the shared server completes the client request, the server releases the virtual circuit back to the dispatcher and is free to handle other clients.Database instance, shared servers
Several initialization parameters relate to shared servers. The principal parameters are: DISPATCHERS, SHARED_SERVERS, MAX_SHARED_SERVERS, LOCAL_LISTENER, REMOTE_LISTENER.
See Also: Oracle Database Concepts
TEM  nASM disk Test Error Emulation ProcessEmulates I/O errors on ASM disks through named eventsI/O errors can be emulated on ASM disk I/O through named events. The scope can be the process, instance, or even cluster. Optionally, a set of AUs can be chosen for error emulation.ASM instance
VBG  nVolume Background ProcessCommunicates between the ASM instance and the operating system volume driverVBG   n    handles messages originating from the volume driver in the operating system and sends them to the ASM instance.ASM instance
VBG   n    can run as multiple processes, where    n    is 0-9.
VDBGVolume Driver ProcessForwards ASM requests to perform various volume-related tasksVDBG handles requests to lock or unlock an extent for rebalancing, volume resize, disk offline, add or drop a disk, force and dismount disk group to the Dynamic Volume Manager driver.ASM instance
VKRMVirtual Scheduler for Resource Manager ProcessServes as centralized scheduler for Resource Manager activityVKRM manages the CPU scheduling for all managed Oracle processes. The process schedules managed processes in accordance with an active resource plan.Database instance
VKTMVirtual Keeper of Time Process   虚拟计时器进程Provides a wall clock time and reference time for time interval measurementsVKTM acts as a time publisher for an Oracle instance. VKTM publishes two sets of time: a wall clock time using a seconds interval and a higher resolution time (which is not wall clock time) for interval measurements. The VKTM timer service centralizes time tracking and offloads multiple timer calls from other clients.  提供时钟时间(每秒钟更新一次)。以提升的优先级运行时,此进程每    20    毫秒更新一次。   virtual keeper of time   ,用于提供   wall-clock time   ,(每秒钟更新一次)。提供每二十毫秒更新一次的   reference-time counter   ,看起来有点类似计时器的功能。Database and ASM instances
VMB0Volume Membership ProcessMaintains cluster membership on behalf of the ASM volume driverThis process membership in the cluster as an I/O-capable client on behalf of the ASM volume driver.ASM instance
V  nnnASM Volume I/O Slave ProcessInitializes ASM volume contents during creationThis process is responsible for initializing the ASM volume during creation.ASM instance
W  nnnSpace Management Slave Process    空间管理工作器进程Performs various background space management tasks, including proactive space allocation and space reclamationW   nnn    processes are slave processes dynamically spawned by SMCO to perform space management tasks in the background. These tasks include preallocating space into locally managed tablespace and SecureFiles segments based on space usage growth analysis, and reclaiming space from dropped segments. At most 10 W   nnn    slaves can run on one database instance. After being started, the slave acts as an autonomous agent. After it finishes task execution, it automatically picks up another task from the queue. The process terminates itself after being idle for a long time.   执行从    SMCO    收到的指令。根据需要生成更多进程,命名为    W000   、   W001    等。命名为   W000   ,   W001   ,   W002.....   ,由   SMCO   动态产生执行上述相关任务。Database instance
XDMGExadata Automation ManagerInitiates automation tasks involved in managing Exadata storageXDMG monitors all configured Exadata cells for state changes, such as a bad disk getting replaced, and performs the required tasks for such events. Its primary tasks are to watch for inaccessible disks and cells and when they become accessible again, and to initiate the ASM ONLINE operation. The ONLINE operation is handled by XDWK.ASM instance, Exadata
XDWKExadata Automation ManagerPerforms automation tasks requested by XDMGXDWK gets started when asynchronous actions such as ONLINE, DROP, and ADD an ASM disk are requested by XDMG. After a 5 minute period of inactivity, this process will shut itself down.ASM instance, Exadata
X  nnnASM Disk Expel Slave ProcessPerforms ASM post-rebalance activitiesThis process expels dropped disks at the end of an ASM rebalance.ASM instance
BWnn

可以有   1   到   100   个数据库写进程。前   36   个数据库写进程是    DBW0-DBW9   和   DBWa-DBWz   。第   37   到   100   个数据库写进程是    BW36-BW99   。数据库为    DB_WRITER_PROCESSES    参数选择一个恰当的默认配置或者基于    CPU    和处理器组的个数调整用户指定的配置。
12C
FENCFence Monitor Process
为使用    Oracle ASM    实例的    RDBMS 实例处理 fence 请求。
12C
IPC0IPC Service Background Process
IPC0    (IPC Service Background Process)    常见后台服务器的基本消息和基于    IPC (   进程间通信   )   方式的    RDMA    原语。
12C
LDDnGlobal Enqueue Service Daemon Helper Slave
LDDn    (Global Enqueue Service Daemon Helper Slave)    帮助 LMDn 进程处理各种任务。
12C
LGnnLog Writer Worker
LGnn    (Log Writer Worker)    在多处理器系统中,   LGWR    创建工作进程来提高写重做日志的性能。当存在一个同步备用目的地的时候,不会使用    LGWR    工作进程。可能的进程包括    LG00-LG99   。
12C
LREGListener Registration Process
LREG     (Listener Registration Process)    使用监听器注册实例。
12C
OFSDOracle File Server Background Process
OFSD    (Oracle File Server Background Process)    向    Oracle    实例提交文件系统请求服务。
12C
RPOPInstant Recovery Repopulation Daemon
RPOP    (Instant Recovery Repopulation Daemon)    负责从快照和备份文件中重建       并且   /   或者       重新填充数据文件。
12C
SAnnSGA Allocator
SAnn    (SGA Allocator)    分配    SGA   ,   SAnn    进程以块分配    SGA   。该进程在    SGA    分配完成后退出。
12C
SCRBASM Disk Scrubbing Master Process
SCRB    (ASM Disk Scrubbing Master Process)    协调    Oracle ASM    磁盘清理操作。
12C
SCRnASM Disk Scrubbing Slave Repair Process
SCRn     (ASM Disk Scrubbing Slave Repair Process)    执行    Oracle ASM    磁盘清理修复操作。
12C
SCVnASM Disk Scrubbing Slave Verify Process
SCVn     (ASM Disk Scrubbing Slave Verify Process)    执行    Oracle ASM    磁盘清理验证操作。
12C





进程表现形式简介
SMON  (   System Monitor Process   ,   系统监控进程   )ora_smon_ora11g主要用于清除失效的用户进程,释放用户进程所用的资源。具体有如下的功能:  
1   、清除临时空间  
2   、在系统启动时,完成系统实例恢复  
3   、合并空闲空间  
4   、从不可用的文件中恢复事务的活动  
5   、   OPS   中失败节点的实例恢复  
6   、清除   OBJ$   表  
7   、缩减回滚段  
8   、使回滚段脱机
PMON  (   Process Monitor Process   ,   进程监视进程   )ora_pmon_ora11g1  、在进程失败后执行清除工作:回滚事务、释放锁、释放其它资源  
2   、注册数据库  
3   、检测会话的空闲连接时间
CKPT  (   Checkpoint Process   ,检查点进程)ora_ckpt_ora11gCKPT  工作的主要条件如下:  
1   、在日志切换的时候  
2   、数据库用   IMMEDIATE   、   TRANSACTION   、   NORMAL   或选项   SHUTDOWN   数据库的时候  
3   、根据初始化文件   LOG_CHECKPOINT_INTERVAL   、   LOG_CHECKPOINT_TIMEOUT   、   FAST_START_IO_TARGET   的设置的数值来确定
ARCn  (   Archiver Process   ,归档进程)ora_arc0_ora11g
ora_arc1_ora11g
ARCn  的工作是当   LGWR   把   ONLINE REDO LOG   填满后,   ARCn   把   REDO LOG FILE   的内容拷贝到其它地方。归档日志可以用来做   MEDIA RECOVERY   。   ONLINE REDO LOG   是被用来在实例失败的时候,恢复数据文件。而归档日志是被用来在   MEDIA RECOVERY   的时候,恢复数据文件
DBWn  (   Database Writer Process   ,数据库写进程)ora_dbw0_ora11gDBWn  负责把缓冲区的脏数据写到磁盘上。在   Oracle   发生   SWITCH LOG FILES的时候,会发生CHECKPOINT。CHECKPOINT发生后,在REDO LOG中的数据就可以被覆盖了。如果REDO LOG被填满,且要重新利用REDO LOG来存放新的数据时,而此时CHECKPOINT还未完成,那么Oracle就会返回“CHECKPOINT NOT COMPLETE”
LGWR  (   Log Writer Process   ,日志写进程)ora_lgwr_ora11gLGWR  是把   SGA   中   REDO LOG BUFFER   的信息写到   REDO   日志文件的进程。   LGWR   会在下面情况发生:  
1   、用户发出提交命令(   COMMIT   )  
2   、每隔   3   秒  
3   、重做日志缓冲区空间剩余不到   2/3
4   、重做日志缓冲区内的数据达到   1MB
5   、在发生联机重做日志切换(   Log Switch   )时  
6   、在   DBWn   进程将修改的缓冲区写入磁盘时(如果相应的重做日志数据尚未写入磁盘)
CJQ  (   Job Queue Coordinator Process   ,作业调度器)ora_cjq0_ora11g负责将调度与执行系统中已定义好的  Job   ,完成一些预定义的工作






进程表现形式简介
LMON  (   Global Enqueue Service Monitor   ,全局查询服务监视进程)ora_lmon_  raclhr2这个进程负责维护数据库集群层面的节点关系(  Cluster Group Service   ,   CGS   ),并与其他实例的   LMON   进程定期进行心跳通信。当节点间出现了通信问题时,这个节点负责完成实例层面的重新配置(   reconfiguration   )和   GES   层面的实例恢复。当某一个(或多个)实例离开或加人数据库集群时,这个进程也负责完成实例层面的重新配置。每个数据库实例只会存在一个   LMON   进程。
LMSn  (   Global Cache Service Process   ,全局缓存服务进程)ora_lms0_raclhr2
ora_lms1_raclhr2
是  Cache Fusion   的主要进程,负责数据块在实例间的传递,对应的服务叫作   GCS   (   Global Cache Service   )。这个进程的数量通过参数GCS_SERVER_PROCESSES来控制。
LMD  (   Global Enqueue Service Daemon   ,全局队列服务)ora_lmd0_raclhr2LMD  进程主要负责   GES   相关资源的管理工作,   GES   资源主要是指   Oracle   中的排队(   Enqueue   )资源。由于   RAC   数据库包含很多实例,每个实例都能够对相同的数据进行操作,所以需要   LMD   进程对这些排队资源进行管理和协调。   LMD   进程默认的优先级并不是实时的,而且每个实例只包含一个   LMD   进程(名称为   1md0   )。
LCK  (   Instance Enqueue Process   ,实例队列进程)ora_lck0_raclhr2LCK  进程主要用来管理实例间资源请求和跨实例调用操作,调用操作包括数据字典等对像访问,并处理非   CACEH FUSION   的   CHACE   资源请求。每个实例默认情况下只包含一个LCK进程,进程名为lck0。
DIAG(Diagnostic Capture Process,诊断捕获进程)ora_diag_raclhr2负责转储(  dump   )数据库相关的诊断信息。当系统发现可能出现了性能问题时,   DIAG   进程会响应其他进程发出的   dump   请求,将相关的诊断信息写到自己的跟踪日志文件(   trace file)   中。另外当用户使用   oradebug   进行全局(   global   )级别的   dump   操作时,每个实例的   DIAG   进程都会将本地节点的诊断信息   dump   到自己的跟踪日志文件中。
LMHB(  Global Cache/Enqueue Service Heartbeat Monitor   ,全局缓存/队列服务心跳监控)ora_lmhb_raclhr2这个进程从  11gR2   版本开始出现,它的作用是监控   LMSn   、   LMD   、   LMON   、   LCK   等与   RAC   相关的主要后台进程,以便在它们出现问题时进行相应的操作。

[root@node1 .oracle]# ps -ef|grep oclskd
grid      5614     1  0 20:51 ?        00:00:00 /u01/grid/bin/oclskd.bin
root      5730     1  0 20:51 ?        00:00:00 /u01/grid/bin/oclskd.bin
oracle    6641     1  0 20:52 ?        00:00:00 /u01/grid/bin/oclskd.bin





进程表现形式简介
RBAL  (   ASM Rebalance Master Process   ,   ASM   再平衡主进程)asm_rbal_+ASM
ora_rbal_ora11g
用于协调和管理磁盘组之间的动态平衡,  RBAL   用来进行全局调用,以打开某个磁盘组内的磁盘。
ASMB  (   ASM Background Process   ,   ASM   后台进程)ora_asmb_ora11g
oracle+ASM_asmb_ora11g (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
借助服务器进程建立普通  RDBMS   实例到   ASM   实例的会话,并传递磁盘文件的相关信息。每个数据库实例同时只能与一个   ASM   实例连接,因此数据库只会有一个   ASMB   后台进程。如一个节点上有多个数据库实例,它们只能共享一个   ASM   实例。   ASMB   进程与该节点的   CSS   守护进程进行通信,并接收来自   ASM   实例的文件区间映射信息。   ASMB   还负责为   ASM   实例提供   I/O   统计数据。
GMON  (   ASM Disk Group Monitor Process   ,磁盘组监控进程)asm_gmon_+ASM这个进程负责维护磁盘组中的各个磁盘状态的一致性。当磁盘组中的磁盘成员发生改变时(例如:添加、删除磁盘,或者磁盘出现故障),该进程负责离线(  Offine   )或者上线(   Online   )磁盘。可以说,这是   ASM   实例中最重要的后台进程之一。
ARBn  (   ASM Rebalance Process   ,   ASM   再平衡进程)asm_arba_+ASM在同一时刻可以存在许多此类进程,它们的名字分别为:  ARB0   、   ARB1...ARBA   ,以此类推,执行实际的重新平衡分配单元移动进程。
Onnn  (   ASM Connection Pool Process   ,   ASM   连接池进程)ora_o000_ora11g
oracle+ASM_o000_ora11g (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
这组进程建立了与  ASM   实例的连接,某些长时间操作比如创建数据文件操作,   RDBMS   会通过这些进程向   ASM   发送信息。


文章分类
后端
版权声明:本站是系统测试站点,无实际运营。本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 XXXXXXo@163.com 举报,一经查实,本站将立刻删除。
相关推荐