摘要: 有时候连得上数据库,有时候又连不上. 可能是数据库上当前的连接数目已经超过了它能够处理的最大值. select count(*) from v$process --当前的连接数 select value from v$parameter where name = 'processes' --数据库允 阅读全文
posted @ 2020-05-23 17:15 吾爱春秋 阅读(502) 评论(0) 推荐(0)