通过Visual Studio 2010连接远程Oracle数据库
我已经安装了oracle开发工具,odp.net blah blah等供Visual Studio 2010查看,但我不知道如何连接到远程Oracle服务器?也许我可以通过代码来做到这一点,但我想我可以转到Visual Studio中的“数据连接”并添加到oracle数据库的连接?但我不知道要在数据源名称等中放入什么,因为我所拥有的只是 ip、端口和数据库的某些名称或其他内容。
I have installed the oracle develop tools, odp.net blah blah etc for visual studio 2010 to see, but I have no idea how to connect to the remote oracle server? Maybe I can do it via code, but I was thinking that I could go to "Data Connections" in Visual Studio and add a connection to the oracle database? Yet I have no idea what to put in data source name, etc as all I have is an ip, port, and some name of the database or something.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
怎么样 http://www.eggheadcafe.com/community/aspnet/14/10227071/how-to-connect-remote-oracle-database-in-vbnet.aspx?我不知道你使用的工具,所以我可能有点偏离。
How about this 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 use, so I might be a little off.
我有同样的问题。刚刚解决了。最后非常简单。
在用户名和密码下,输入您拥有的凭据。
在“数据源名称”字段中,输入:
<--主机地址-->/<--server_name-->
I had the same issue. Just got it solved. Pretty straightforward by the end.
Under the username and password, enter the credentials you have.
In the 'Data source name' field, enter:
<--host address-->/<--server_name-->
从vs2010菜单中,选择工具-->连接到数据库
在“数据源”下单击“更改”并选择“oracle 数据库”
单击“确定”
输入服务器名称、用户名和密码。
测试连接,如果良好,点击确定
From vs2010 menu, select Tools --> Connect to database
Under 'Data Source' click change and select 'oracle database'
Click ok
Enter server name, username and password.
Test Connection, if good, click ok