通过Visual Studio 2010连接远程Oracle数据库

发布于 2024-10-22 02:23:05 字数 197 浏览 6 评论 0原文

我已经安装了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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

沉睡月亮 2024-10-29 02:23:05

怎么样 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.

流云如水 2024-10-29 02:23:05

我有同样的问题。刚刚解决了。最后非常简单。

在用户名和密码下,输入您拥有的凭据。

在“数据源名称”字段中,输入:<--主机地址-->/<--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-->

您的好友蓝忘机已上羡 2024-10-29 02:23:05

从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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文