18 Replies
@Rana Can you show the full stack trace?
@Kouhai how do it ?
wrap the code in GetData with a try catch and log the stack trace of the exception
Something like
Wait, nvm you should actually have it already
Yeah, instead of just returning Message, return the StackTrace
ex.Message
to ex.StackTrace
What version of Oracle.ManagedDataAccess are you using?
@Rana Try to increase the Connection timeout to something high like 600
If it doesn't work, try with pooling=False
the same
With pooling false as well?
yes
I have no clue then, I guess knowledgeable people at #database might help
are u closing the connections? sorry but there is not much code to go about here
probably show connection string, connections manager, closing etc
No code showing db code, not much to action on here
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.