Oracle Express Edition (XE) 可以处理多少个连接?

发布于 2024-07-22 02:57:15 字数 157 浏览 8 评论 0原文

我正在构建一个使用 Oracle Database 10g 作为数据库后端的 Web 应用程序。 我意识到 Express 版本有局限性,但我只是想确保连接数不是其中之一。

Oracle Express Edition (XE) 是否限制并发连接数(例如,查看站点的用户数)?

I'm building a web application that uses Oracle Database 10g as the database backend. I realize the Express edition has limitations, but I just wanted to make sure that number of connections wasn't one of them.

Does Oracle Express Edition (XE) limit the amount of concurrent connections (for example, the number of users viewing the site)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

冷血 2024-07-29 02:57:15

根据:
http://forums.oracle.com/forums/thread.jspa?messageID=1673347
(除其他外)

没有硬编码限制,但是有大约 20 个并发连接的有效默认限制,但是您可以通过以下方式扩展该限制:
更改系统设置进程=200范围=spfile
(并重新启动数据库)

实际上,您可能在 200 个连接之前就达到了其他 XE 限制,或者应该一开始就使用更简单的数据库。

According to:
http://forums.oracle.com/forums/thread.jspa?messageID=1673347
(among others)

There's no hardcoded limit, however there is an effective default limit of ~20 concurrent connections, however you can extend that with something like:
ALTER SYSTEM SET processes=200 scope=spfile
(and restart the DB)

In practice you've probably either hit other XE limits well before 200 connections, or should have been using a simpler DB to begin with.

空城仅有旧梦在 2024-07-29 02:57:15

连接数量取决于 RAM 和其他相关因素。

Number of connections depends on RAM and other dependant things.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文