PMON started with pid=2, OS id=4107
PSP0 started with pid=3, OS id=4109
MMAN started with pid=4, OS id=4111
DBW0 started with pid=5, OS id=4113
LGWR started with pid=6, OS id=4115
CKPT started with pid=7, OS id=4117
SMON started with pid=8, OS id=4119
RECO started with pid=9, OS id=4121
MMON started with pid=10, OS id=4123
MMNL started with pid=11, OS id=4125
查看了一些alert日志,发现里面有些进程不知道是什么东西,又人能够解释一下吗?

解决方案 »

  1.   

    PMON:监视用户连接状态
    CKPT:用户整合控制文件和数据文件,
    SMON:系统监视器,监视整个RDBMS
    LGWR:在SGA中重做日志文件,重做日志缓冲区的内容写入
      

  2.   

    你讲的我知道了,我想问一下PSPO,DBWO,RECO这三个是什么东西
      

  3.   

    PSP0:Process spawner process,应该是叫做:并行恢复进程
         初期instance启动后,启动oracle的后台进程
    DBW0:数据库写进程
         把已更改的数据块从数据库缓冲区告诉写入数据文件
    REC0:复苏进程
         解决保持了一个分布式数据库,由于网络或系统故障导致的分布式事务问题OK?
      

  4.   

    嗯,很好!还知道DBWO,RECO全称吗?
      

  5.   

    很多事 自己可以解决 比如Baidu google
      

  6.   

    Database Writer Process 
    Recovery process  帖子都结了,呵呵,回的晚了!
    楼主也自己多查查资料,学习下