Re: Random error System.Threading.ThreadAbortException on connector v8.2
Posted by: Chris L
Date: November 27, 2023 10:15AM

It seems that the connector did not open a new connection to the database. Otherwise, the connection would timeout in 15 seconds instead of 2 minutes. The connector tried to get an existing one from the connection pool. Maybe there were some leaks or memory corruptions, the execution did not return in time, resulting the runtime aborting the thread. That is why I did not see connection timeout error.

Options: ReplyQuote




Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.