ORA-12519: TNS: noappropriateservicehandlerfound Solution

Source: Internet
Author: User

Recently encountered a connection to Oracle project problem, error such as: ORA-12519: TNS: no appropriate service handler found, it should be some of the project algorithm to all connections are occupied, there is no way to increase data connections. The specific method is as follows:

Select count (*) from v $ process -- current number of connections select value from v $ parameter where name = 'processs' -- maximum number of connections allowed by the database to change the maximum number of connections: alter system set processes = 300 scope = spfile; restart Database: shutdown immediate; startup; -- check which users are currently using data SELECT osuser,. username, cpu_time/executions/1000000 |'s, SQL _fulltext, machine from v $ session a, v $ sqlarea bwhere. SQL _address = B. address order by cpu_time/executions desc;

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.