Oracle Database is really not neat

Source: Internet
Author: User

From Installing oracle on Linux to using Oracle for just a few days, hundreds of problems are encountered. Listener refused the connection with the following error ora-12519 listener refused the connection with the following error: ORA-12519, TNS: no appropriate service handler foundthe connection descriptor used by the client was: XXX

At the beginning, I thought that the listener client was not good. After a long time, the connection was still not successful.

Later I log on to the database server, execute sqlplus to check whether the database is normal, but there is a ORA-00020: Maximum number of processes (% s) exceeded error, this was suddenly realized. A waste of time.

 

I searched the internet and found the solution.

1. Put your application firstProgramTo reduce the number of Oracle connections.

2. log on to the database as sysdba

3. Run show parameter process to check the value of processes.

4. Execute alter system set processes = <number greater than the processes value you just saw> scope = spfile

5. Shutdown immediate

6. startup

 

Try again. The above error will not occur.

 

 

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.