c# - Entity Framework: Server did not respond within the specified time out interval -
i trying access remote oracle database using vpn connection. using oracle sql developer tool able connect database. when use ado.net model , devart dotconnect oracle, gives me error server did not respond in specified timeout interval.
any 1 has face issue?
update: increases timeout 60s default 15s. getting error:
ora-12154: tns:could not resolve connect identifier specified
1st issue quiet common server did not respond in defined time, increasing connection time should trick. append ;connection timeout = 60; (here time in seconds) connection string.
2nd after update looks tns not resolved properly: can check:
do tnsping (db name in tns ora file). see should not error , connection should ok.
if problem still persist check oracle home in registry have correct path in case have multiple client.
Comments
Post a Comment