错误:ORA-00020:maximum number of processes(50)exceeded 请高手解决.

shinboy_zsl 2002-04-29 09:47:32
服务器端:RedHat Linux + Oracle8.16
运行时有此问题,请高手指点,谢谢!
...全文
447 10 打赏 收藏 转发到动态 举报
写回复
用AI写文章
10 条回复
切换为时间正序
请发表友善的回复…
发表回复
hanps 2002-04-29
  • 打赏
  • 举报
回复
在你数据库的实例init*.ora中
增加processes数,把数据库重新启动,然后ok
thingsfly 2002-04-29
  • 打赏
  • 举报
回复
用vi修改参数文件
PROCESSES=100
重新启动数据库。
bzszp 2002-04-29
  • 打赏
  • 举报
回复
此参数在你数据库的INIT.ORA文件里面
xinpingf 2002-04-29
  • 打赏
  • 举报
回复
ORA-00020 maximum number of processes num exceeded

Cause: An operation requested a resource that was unavailable. The maximum number of processes is specified by the initialization parameter PROCESSES. When this maximum is reached, no more requests are processed.
Action: Try the operation again in a few minutes. If this message occurs often, shut down Oracle, increase the PROCESSES parameter in the initialization parameter file, and restart Oracle.


把初始参数 processes设大点,
xinpingf 2002-04-29
  • 打赏
  • 举报
回复
ORA-00020 maximum number of processes num exceeded

Cause: An operation requested a resource that was unavailable. The maximum number of processes is specified by the initialization parameter PROCESSES. When this maximum is reached, no more requests are processed.
Action: Try the operation again in a few minutes. If this message occurs often, shut down Oracle, increase the PROCESSES parameter in the initialization parameter file, and restart Oracle.


把初始参数 processes设大点,
bzszp 2002-04-29
  • 打赏
  • 举报
回复
增大PROCESSES的值
zero_wgh 2002-04-29
  • 打赏
  • 举报
回复
agree up!
hrb_qiuyb 2002-04-29
  • 打赏
  • 举报
回复
境加init<SID>.ora中的processes参数就可以了,但别忘记重起下数据库。

其实大家回答够细致的了,该结贴了!
shipatrioc 2002-04-29
  • 打赏
  • 举报
回复
出现这问题,主要是因为processes到了最大值。
你可以以system身份登陆,执行以下:
select * from v$process。
如果你开启的oracle进程没这么多,那么导致这种原因
是因为,你在应用程序里,没有及时的断开连接。例如:
for(i=0;;i++)
{
exec sql connect :username identified by :pwd;
...
}
那么,你就是把init.ora里的初始值改为最大也不能解决问题
当然,如果你真的需要这么多processes,只要添加了,呵呵!
tomhuang 2002-04-29
  • 打赏
  • 举报
回复
修改INIT。ORA数据库配置文件中的PROCESSES项为一个更大的值

2,596

社区成员

发帖
与我相关
我的任务
社区描述
Sybase相关技术讨论区
社区管理员
  • Sybase社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧