Node-oracledb: Multiple request failure and getting [Error: ORA-12516: TNS:listener could not find available handler with matching protocol stack聽

Created on 2 Feb 2017  路  2Comments  路  Source: oracle/node-oracledb

While sending multiple request in apache jmeter to test for 100 api requests, I am getting some failed responses and the error corresponding to these failed request is :

[Error: ORA-12516: TNS:listener could not find available handler with matching protocol stack聽

After failing for some requests, the subsequent request are working fine.

My db configuration is :

聽聽"poolMax":100,
聽聽"poolMin":2,
聽聽"poolIncrement":5,
聽聽"poolTimeout":4,
聽聽"poolAlias":"pool1"

Can you please tell me the reason for the same as the maximum pool size is also not reached ?

question

Most helpful comment

Errors

  ORA-12516: TNS:listener could not find available handler with matching protocol stack

or

  ORA-12520: TNS:listener could not find available handler for requested type of server

typically occur if the DB server's processes setting isn't large enough. Bump this up. If you're unsure how, there are command-line steps on p 318 of the free PHP & Oracle book http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html

All 2 comments

Errors

  ORA-12516: TNS:listener could not find available handler with matching protocol stack

or

  ORA-12520: TNS:listener could not find available handler for requested type of server

typically occur if the DB server's processes setting isn't large enough. Bump this up. If you're unsure how, there are command-line steps on p 318 of the free PHP & Oracle book http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html

Thanx @cjbj

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eunier picture eunier  路  4Comments

ainthek picture ainthek  路  3Comments

JocelynDalle picture JocelynDalle  路  3Comments

satodu picture satodu  路  3Comments

ChrisHAdams picture ChrisHAdams  路  3Comments