Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway. The content of this website represents a personal opinion and is of the nature of general comment only, and neither purports nor intends to be advice. Readers should not act on the basis of any matter in this website or any related parts without considering and if appropriate taking professional advice with due regard to their own particular circumstances. The author expressly disclaims, to the fullest extent permitted by law, all and any liability to any person or entity for the results of any actions taken based on information on this website or any related parts.
If you run a process that opens and closes connections very fast, the Oracle 10g XE listener fails with the following error:
Connection refused(DESCRIPTION=(TMP=)(VSNNUM=169869568)(ERR=12519)(ERROR_STACK=(ERROR=(CODE=12519)(EMFI=4))))
To fix this problem, simple change the number of processes in the SPFILE to a large number (see example below).
ALTER SYSTEM SET PROCESSES=250 SCOPE=SPFILE
The alter command requires a DB restart.
This seems to have fixed my problem... or delays the error from occuring.
Remember Me