MACBOOK M1 上的 ORACLE SQL 开发人员连接错误

发布于 2025-01-10 08:40:54 字数 1549 浏览 0 评论 0原文

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

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

发布评论

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

评论(1

世态炎凉 2025-01-17 08:40:54

请检查监听器是否已关闭:-

ps -ef | grep tns

如果您没有找到监听器的输出,则必须启动它。

来自 Oracle 社区:

如果Oracle客户端已安装11.1.2.3 TNS_ADMIN
将指向 \user_projects\config\dbclient 在该文件夹中
应该是 tnsnames.ora,如果 Oracle DB 位于您的同一台机器上
可能想要将数据库 tnsnames 文件夹的内容复制到
TNS_ADMIN 文件夹或按照建议更改环境变量。

Please check the listener to see if it is down:-

ps -ef | grep tns

If you do not find the output of the listener then you have to start it.

From the Oracle community:

If the Oracle clients have been installed with 11.1.2.3 the TNS_ADMIN
will be point to \user_projects\config\dbclient In that folder there
should be a tnsnames.ora, if the Oracle DB is on the same machine you
may want to copy the contents of database tnsnames folder to the
TNS_ADMIN folder or as suggested change the environment variable.

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