|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
我在另一台机器上装上了oracle,然后在本地机器上安装了oracle客户端,然后想在本地安装compiere2.5.3a的时候到compiere服务器配置这一步,填写完信息点测试,后台的控制台提示
error:
ORA-12154:TNS:could not resolve the connect identifier specified
之后就安装不了了,我已经在客户端配置了网络和监听,并且测试成功,客户端的
sqlnet.ora内容如下:
# sqlnet.ora Network Configuration File: D:\oracle\product\10.2.0\client_2\network\admin\sqlnet.ora
# Generated by Oracle configuration tools.
# This file is actually generated by netca. But if customers choose to
# install "Software Only", this file wont exist and without the native
# authentication, they will not be able to connect to the database on NT.
SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (EZCONNECT, TNSNAMES, LDAP)
NAMES.NIS.META_MAP = XE
tnsnames.ora内容如下:
# tnsnames.ora Network Configuration File: D:\oracle\product\10.2.0\client_2\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
XE =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.100.98)(PORT = 1522))
)
(CONNECT_DATA =
(SERVICE_NAME = XE)
)
)
请高手帮忙解决! |
|