문제

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