当我们尝试将程序与 oracle 连接时出现错误

发布于 2024-10-10 20:34:43 字数 335 浏览 5 评论 0原文

当我尝试使用此命令

sqlplus crbt/crbt@crbt_new将我们的程序与oracle连接时,这里crbt是用户名,crbt_new是密码。

它给出了错误

SQL*Plus: Release 9.2.0.4.0 - Production on Tue Jan 4 10:32:42 2011
Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
ERROR:ORA-12541: TNS:no listener

所以请告诉我哪里出了问题

when i try to connect our programme with oracle with this command

sqlplus crbt/crbt@crbt_new here crbt is the username and crbt_new is the password.

it is giving error this

SQL*Plus: Release 9.2.0.4.0 - Production on Tue Jan 4 10:32:42 2011
Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
ERROR:ORA-12541: TNS:no listener

So please tell me where this is wrong

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

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

发布评论

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

评论(1

穿透光 2024-10-17 20:34:43

以下是这种情况的可能性:

1) 侦听器可能已关闭

2) 当数据库未启动时,出现“TNS:无侦听器”错误

3) 如果 TNS 条目不正确。

例如:crbt_new 数据库的 TNS 条目可能具有提到的端口号 1531,但实际上数据库将侦听端口 1521

Below are the possibilities for this:

1) Listener might be down

2) When database is not up, 'TNS: no listener' error appears

3) If the TNS entries are not correct.

Ex: The TNS entry of crbt_new database might have the port number mentioned as 1531, but in real the Database would be listening on port 1521

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