Windows 7 上的全能自动化 PL/SQL Developer - TNS over IP 连接到远程数据库

发布于 2024-09-26 17:47:56 字数 331 浏览 5 评论 0原文

我真的很难让 PL/SQL Developer PL/SQL Developer 在我的 Windows 7 上工作64 位操作系统。我已经安装了 Oracle 10g 标准版。我尝试使用 PL/SQL Developer 版本 7 和 8,但没有成功。有人尝试过这样做吗? 主要目标是从 PL/SQL 开发人员建立到远程 Oracle 10g 数据库的 TCP over IP 连接。 PL/SQL 开发者网站声称它支持 Windows 7,但这让我抓狂。

I am really having very hard time making PL/SQL developer PL/SQL Developer work on my windows 7 64-bit OS. I have Oracle 10g standard edition installed already. I tried with PL/SQL developer version 7 and 8 with no luck. Do anyone tried doing it?. Main objective is to just establish a TCP over IP connection to a remote Oracle 10g database from PL/SQL developer. The PL/SQL developer website states it supports windows 7 though but it's making me crazy.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

深者入戏 2024-10-03 17:47:56

我终于让 PL/SQL Developer 在我的 Windows 7 操作系统上运行了。这是我如何做到这一点的分步说明。

  • 首先安装 Oracle 10g 32 位客户端运行时环境,该环境足以从 PL/SQL Developer 打开到远程 Oracle 10g 数据库的 TCP over IP 连接。还可以使用 Oracle InstantClient(更轻,只有 300 Kb)进行连接 InstantClient_PL/SQL
  • 安装 PL/SQL Developer 版本 8.0.4(目前最新)并将 tnsnames.ora 文件复制到 C:\oracle\product\10.2.0\client_1\NETWORK\ADMIN。
  • 现在,我可以打开远程数据库的 VPN 连接,并使用 TNS over IP 连接从 PL/SQL Developer 直接连接到远程数据库。
  • 这里唯一需要注意的是以管理员身份打开 PL/SQL Developer。这就是我出错的地方,PL/SQL Developer 因空白窗口而崩溃。

I finally got PL/SQL Developer working on my Windows 7 OS. Here goes the step by step instructions on how I did it.

  • First installed Oracle 10g 32-bit client runtime environment which is sufficient enough for opening a TCP over IP connection to a remote Oracle 10g database from PL/SQL Developer. It is also possible to connect using Oracle InstantClient (which is more light only 300 Kb) InstantClient_PL/SQL.
  • Than installed PL/SQL Developer version 8.0.4 (latest as of now) and copied over tnsnames.ora file into C:\oracle\product\10.2.0\client_1\NETWORK\ADMIN.
  • Now I can open a vpn connection for a remote database and connect directly to the remote db from PL/SQL developer using a TNS over IP connection.
  • The only caveat here is to open PL/SQL Developer as an administrator. This is where I went wrong and PL/SQL developer crapped out with a blank window.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文