Common oracle Database Management System Errors

Source: Internet
Author: User

Common oracle Database Management System Errors

One of the common errors of the oracle database management system is as follows:

Listener refused the connection with the following error:
ORA-12519, TNS: no appropriate service handler found
The Connection descriptor used by the client was:
10.216.4.202: 1521: orcl

 

This problem is that the client connection is always reported to fail intermittently and the connection pool attribute setting of the local configuration is changed. In fact, this problem is caused by the assumption that Oracle cannot connect normally.

You can test whether the database connection is normal. If you can connect to the database, you can run a simple query statement or directly enter the following code in the query statement:

(1) select count (*) from v $ process; obtain the current number of processes in the database.

(2) select value from v $ parameter where name = 'processs'; obtain the maximum number of processes.

(3) select * from v $ license; queries the maximum number of concurrent queries since the database was started.

If the connection reaches the upper limit of the database connection, the database information cannot be accessed.

To solve this problem, modify the processes size in initSID. ora.

Or the first cainiao to work, the only way is to wait! (Or contact the Project Manager) ^ .. ^

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.