我正在尝试在运行win7的虚拟机上安装JDE EnterpiriseOne,我按照此视频中的说明操作: JDE 9.1 stanalone instalation toturial
我安装了" EnterpiriseOne数据库引擎"当然在安装oracle客户端之后,我无法继续安装" EnterpiriseOne E910独立客户端" ...
oracle通用安装程序找到正在运行的数据库似乎是一个问题,我检查了监听器服务,发现它们正在运行...
在cmd中键入命令(lsnrctl status
),并获得以下内容:
LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 27-JUL-2013 18:38
:12
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.119.128)(PORT=15
21)))
TNS-12535: TNS:operation timed out
TNS-12560: TNS:protocol adapter error
TNS-00505: Operation timed out
64-bit Windows Error: 60: Unknown error
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
ction
Start Date 27-JUL-2013 17:14:33
Uptime 0 days 1 hr. 24 min. 1 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File c:\Oracle\E1Local\network\admin\listener.ora
Listener Log File c:\oracle\diag\tnslsnr\WIN-I3MMKFMQE20\listener\alert\
log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.119.128)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
PLZ任何人我可以做些什么来完成安装?
答案 0 :(得分:1)
在你的tnsnames.ora和listener.ora上尝试更改127.0.0.1的 HOST 值。然后重启数据库和监听器服务。
答案 1 :(得分:0)
而不是127.0.0.1将其更改为主机名。将此更改为主机名后,它对我来说很好。