Under Oracle when unit tests open and close lots of connections in a short time, the connection manager (which is a separate Oracle process) sometimes fails to keep up and returns an error:
Listener refused the connection with the following error: ORA-12519, TNS:no appropriate service handler found
We must improve our connection opening to deal with this.
- is required by
-
NXP-11360 Fix Oracle connection failure on many quick directory open/close
- Resolved