One of the connections intermittently fails and it also affect other connections. The profile has an ORACLE ODBC connection and all other similar profiles and connections work fine.
Custom query profile "cursor" configuration can affect the performance of the profile.
Cursor types are defined as follows:
sql_response IM Configuration
Server: allows you to create the cursor in the database server. This setting delivers realistic data about the database performance, but reduces performance when the net-traffic increases.
Client: allows you to transfer the record set to the client machine by ADO and manage the cursor there. This option provides better performance, but the results are buffered (depending on the ADO provider) and can hide actual database performance.
If failing process is running Server Cursor type, turn the cursor configuration from Server to Client.