Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I am supporting a .NET code that is running on ArcGIS Server 10.1, and communicating with ArcSDE Application Server 9.3

There is part of the code that is doing long loop. And when it comes back to communicate to the database (to ArcSDE), it is raising this exception ORA-03113: end-of-file on communication channel

It seems a timeout error. Anybody has any idea how to fix this?

share|improve this question
without more details- you should step through manual connect using the same parameters from your code. if that throws no exception you should verify port status between server and app server. – Brad Nesom Mar 11 at 15:41
Did this previously work? Have you tried connecting to Oracle using SQLPlus from that server? Does the code open the SDE connection before looping or after? Is there a firewall between the two servers? Have you checked the SDE logs to see what happened? Have you checked the oracle logs? – Jamie Mar 11 at 18:00

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.