Home > Database > Mysql Tutorial > XP Oracle客户端进入Linux Oracle服务端

XP Oracle客户端进入Linux Oracle服务端

WBOY
Release: 2016-06-07 16:57:34
Original
1058 people have browsed it

XP Oracle 客户端tnsping 服务名 正常,但就是不能用SQLPLUS进入,报错信息:ORA-12514:TNS:监听程序当前无法识别连接描述符中的

XP Oracle 客户端tnsping 服务名 正常,但就是不能用SQLPLUS进入,报错信息:

ORA-12514:TNS:监听程序当前无法识别连接描述符中的请求服务

检查了相关文件tnsnames.ora,listener.ora都配置正常。

后来/etc/hosts里面设置真实IP,,以前设置的是

127.0.0.1                localhost

添加下列IP后,在XP用SQLPLUS进入成功

10.5.6.172      localhost.localdomain

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template