Connection string for oracle 11g on remote server to visual studio? -


i have installed oracle on windows server 2012 webserver , trying connect oracle visual studio 2010 on windows 7.

i have installed odp odac tool vs2010.

i adding new data connection , providing data source as:

(description=(address=(protocol=tcp)(host=my_server_ip)(port=1521))(connect_data =(server=dedicated)(service_name=orcl))) 

and specificing userid , password not connecting , showing error of tns timeout.

timeout

what's wrong have done , how remotely access oracle 11g pc.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -