Connect to remote oracle database through visual studio 2010

I installed oracle development tools, odp.net blah blah, etc. for visual studio 2010 to see, but I have no idea how to connect to a remote oracle server? Maybe I can do this with code, but I thought I could go to the "Data Connections" in Visual Studio and add an oracle database connection? However, I have no idea what to enter the name of the data source, etc., since all I have is ip, port and some database name or something like that.

+3
source share
3 answers

What about http://www.eggheadcafe.com/community/aspnet/14/10227071/how-to-connect-remote-oracle-database-in-vbnet.aspx ? I don’t know about the tool you are using, so I may be a little bit.

0
source

I had the same problem. Just decided. Pretty simple to the end.

Under the username and password, enter the credentials that you have.

In the "Data Source Name" field, enter: <--host address-->/<--server_name-->

0
source

vs2010 →

" " "" " "

ok

, .

Check connection, if ok, click ok

0
source

All Articles