免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 2509 | 回复: 12
打印 上一主题 下一主题

初学者:TNS 错误 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-07-20 15:09 |只看该作者 |倒序浏览
我在W2K上使用sqlplus访问LAN内的solaris+oracle817,结果显示:

ORA-12154: TNS: 无法处理服务名

我已经设置了客户端的tnsnames.ora和服务器端的listener.ora,听说得启动listener监听进程(1521端口),可我的服务器并没启动,我应该如何做呀?
另外,如何查看服务器的service name,还有客户端的sqlplus登录中中“主机字符串”应该填什么呀?

论坛徽章:
0
2 [报告]
发表于 2004-07-22 10:33 |只看该作者

初学者:TNS 错误

在服务器端执行以下命令启动监听器
lsnrctl start

在客户端的sqlplus登录中主机字符串填写SID_IP
其中SID是服务名service name
IP就是服务器的IP

据我理解,这个service name和instance name是同一个概念
可通过select instance_name from v$instance查询
不知道正确否

论坛徽章:
0
3 [报告]
发表于 2004-07-22 11:01 |只看该作者

初学者:TNS 错误

谢谢好心的老兄了,我使用图形化的sqlplus工具还有DOS下的都试了
sqlplus dbuser/oracle@orcl_192.168.0.74
还是不行呀,还是TNS错误,难道是我的listenser.ora和tnanames.ora配置有问题?有没有这方面的资料呀,希望多多帮忙呀!我现在只能telnet 0.74那台机器去使用oracle了,真不方便呀

SQL>; select instance_name from v$instance
  2  ;

INSTANCE_NAME
----------------
orcl

LSNRCTL>; status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for Solaris: Version 8.1.7.0.0 - Production
Start Date                20-JUL-2004 11:19:54
Uptime                    1 days 19 hr. 23 min. 38 sec
Trace Level               off
Security                  OFF
SNMP                      OFF
Listener Parameter File   /var/data/oracle/product/8.1.7/network/admin/listener.
ora
Listener Log File         /var/data/oracle/product/8.1.7/network/log/listener.lo
g
Services Summary...
  PLSExtProc            has 1 service handler(s)
  orcl          has 1 service handler(s)
  orcl          has 2 service handler(s)
The command completed successfully

论坛徽章:
0
4 [报告]
发表于 2004-07-22 11:07 |只看该作者

初学者:TNS 错误

12154, 00000, "TNS:could not resolve service name"
// *Cause:  The service name specified is not defined correctly in the
// TNSNAMES.ORA file.
// *Action:  Make the following checks and correct the error:
//           - Verify that a TNSNAMES.ORA file exists and is in the proper
//             place and accessible. See the operating system specific manual
//             for details on the required name and location.
//           - Check to see that the service name exists in one of the
//             TNSNAMES.ORA files and add it if necessary.
//           - Make sure there are no syntax errors anywhere in the file.
//             Particularly look for unmatched parentheses or stray characters.
//             Any error in a TNSNAMES.ORA file makes it unusable. See
//             Chapter 4 in the SQL*Net V2 Administrator's Guide. If
//             possible, regenerate the configuration files using the Oracle
//             Network Manager.
    

论坛徽章:
0
5 [报告]
发表于 2004-07-22 12:18 |只看该作者

初学者:TNS 错误

我问一下,我看到系统的目录下有有一个sampler的目录,里面的文件是大写的,而系统所使用的文件是小写的,系统应该是使用大写还小写的?
我按照这样样本修改一下是不是就行了?

论坛徽章:
0
6 [报告]
发表于 2004-07-22 13:36 |只看该作者

初学者:TNS 错误

我的oracle的TNS也是不行,环境:windows2000+oracle,有没有关于TNS方面的资料啊,希望高手能指点一下

论坛徽章:
0
7 [报告]
发表于 2004-07-22 16:27 |只看该作者

初学者:TNS 错误

你到服务器上能进来吗? 如能,只是客户端联不上,那就

在服务器端执行以下命令启动监听器
lsnrctl start
jieli 该用户已被删除
8 [报告]
发表于 2004-07-22 17:09 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
9 [报告]
发表于 2004-07-22 19:08 |只看该作者

初学者:TNS 错误

lsnrctl start

论坛徽章:
0
10 [报告]
发表于 2004-07-23 09:08 |只看该作者

初学者:TNS 错误

我已经起了侦听服务了,在本机上用tnsping 192.168.0.74没有问题,我就这个服务器端tnsname.ora内容拷到了windows客户端的tnsnames.ora,还是在客户机上tnsping 192.168.0.74还是不行,不知道为什么呀?请高手指点呀
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP