wnameless / docker-oracle-xe-11g

Dockerfile of Oracle Database Express Edition 11g Release 2
Apache License 2.0
1.34k stars 800 forks source link

Fix ORA-12516, allow burst of many short lived connections #136

Closed mvorisek closed 2 years ago

mvorisek commented 2 years ago

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

This PR issues with the Oracle XE server when many short lived connections are created in a sequence. Yes, in sequence, eg. when only a few connections are active in parallel, the Oracle XE server does not clean the connections instantly when they are closed