To maximize performance and accommodate many users, a multiprocess Oracle
system uses some additional Oracle processes called background processes.
An Oracle instance can have many background processes; not all are always present.
There are numerous background processes. See the V$BGPROCESS view for more
information on the background processes. The background processes in an Oracle
instance can include the following:
■ Database Writer Process (DBWn)
■ Log Writer Process (LGWR)
■ Checkpoint Process (CKPT)
■ System Monitor Process (SMON)
■ Process Monitor Process (PMON)
■ Recoverer Process (RECO)
■ Job Queue Processes
■ Archiver Processes (ARCn)
■ Queue Monitor Processes (QMNn)
■ Other Background Processes
On many operating systems, background processes are created automatically when an
instance is started.
后台进程
1. 通过视图v$BGPROCESS可查询后台进程的信息
2. 包括数据库写进程 , 系统监视进程 等
3. 当实例启动的时候 , 后台进程被自动启动
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-979559/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-979559/
本文介绍了Oracle数据库系统中使用的多种后台进程及其作用,如数据库写进程(DBWn)、日志写进程(LGWR)等,并指出这些进程在实例启动时会自动创建。还提供了查询后台进程信息的方法。
1429

被折叠的 条评论
为什么被折叠?



