showparameterlicense_max_sessions//查看最大并发数,如果是0,则默认是无限制,但如果在
在初始化文件里说明了,就以初始化文件为主
1.selectcount(*)fromv$process;取得数据库目前的进程数。
2.selectvaluefromv$parameterwherename='processes';取得进程数的上限。
转载于:https://blog.51cto.com/hangxin/1313062
showparameterlicense_max_sessions//查看最大并发数,如果是0,则默认是无限制,但如果在
在初始化文件里说明了,就以初始化文件为主
1.selectcount(*)fromv$process;取得数据库目前的进程数。
2.selectvaluefromv$parameterwherename='processes';取得进程数的上限。
转载于:https://blog.51cto.com/hangxin/1313062