How to modify the maximum number of connections of Oracle Database 10g Express Edition

Source: Internet
Author: User

Change the maximum number of connections in Oracle Database 10g Express Edition the default number of connections in Oracle XE seems to be 40. If the process exceeds this number, the request for connection again will be rejected. 1. log on to sqlplus system/password @ xe 2 as a system user and run the following command: 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 scope = spfile; alter system set license_sessions_warning = 200 scope = spfile; alter system set processes = 200 scope = spfile; 3. Restart the Oracle XE database service.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.