I'm Using ODAC to connect the oracle server. while open the Oracleserver connection it takes much time to open the endpoint connection. is there anyway to solve this performance issue.

有帮助吗?

解决方案

Sorry, just saw this one.

Have you tried tracing the connection? If you are using something like PL SQL Developer or Toad, they each have a performance tracking. Use that to narrow down if it is that actual connection or weather it is the SQL.

If you are using EF, the linq is transformed into PL SQL that gets executed on the server. Sometimes that translation does not go well so if you can capture what is being sent to the server, that will have narrow it down.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top