Leonard

In theory, there is no difference between theory and practice. But, in practice, there is.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2010年12月22日

摘要: Oracle XE默认连接数好像是40个,如果process超出这个数字,再次申请连接就会被拒绝。1,用system用户登录:sqlplus system/password@xe2,执行以下命令:alter system set session_cached_cursors=200 scope=spfile;alter system set session_max_open_files=200 scope=spfile;alter system set sessions=20 scope=spfile;alter system set license_max_sessions=200 scop 阅读全文
posted @ 2010-12-22 11:51 Leonard Tse 阅读(1330) 评论(0) 推荐(0) 编辑