Oracle的process
Posted 破霜风
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Oracle的process相关的知识,希望对你有一定的参考价值。
个人理解Oracle的process类似于mysql的connection
若连接数超过process时,通过sqlplus登陆Oracle会有如下报错。
ERROR: ORA-00020: maximum number of processes (40) exceeded
使用ps -ef|grep LACAL可以查看Oracle目前连接的会话情况。
在Oracle若当前会话被断开,执行语句会有如下报错。
SQL> SELECT count(*) from v$process ; SELECT count(*) from v$process * ERROR at line 1: ORA-03135: connection lost contact Process ID: 8069 Session ID: 74 Serial number: 85
以上是关于Oracle的process的主要内容,如果未能解决你的问题,请参考以下文章
Nginx——Nginx启动报错Job for nginx.service failed because the control process exited with error code(代码片段
如何在 Toad for Oracle 中使用自定义代码片段?
Client / Server Interoperability Support Matrix for Different Oracle Versions (Doc ID 207303.1)(代码片段