我在这里安装了
widows server 2008 64
orale 11g r2 64
现在我想从我设置为我的服务器不工作的IP地址访问它我无法通过IP地址访问......
当我在我的应用程序上使用时.....本地主机它可以连接但是当我添加 ip 例如 10.0.0.2 时它没有连接
现在,当我写 IP 地址时,它也只是在本地,它没有连接,但使用 localhost 可以正常工作.....
所以即使我用过监听器。跑完之后
C:\>lsnrctl status
LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 10-NOV-2013 02:28
:36
Copyright (c) 1991, 2010, Oracle. All rights reserved.
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 10-NOV-2013 02:18:36
Uptime 0 days 0 hr. 10 min. 2 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File C:\app\Administrator\product\11.2.0\dbhome_1\network\a
dmin\listener.ora
Listener Log File c:\app\administrator\diag\tnslsnr\WIN-3ALDRUD96NE\list
ener\alert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "pat_live" has 1 instance(s).
Instance "patlive", status READY, has 1 handler(s) for this service...
Service "pat_test" has 1 instance(s).
Instance "pattest", status READY, has 1 handler(s) for this service...
Service "patliveXDB" has 1 instance(s).
Instance "patlive", status READY, has 1 handler(s) for this service...
Service "pattestXDB" has 1 instance(s).
Instance "pattest", status READY, has 1 handler(s) for this service...
The command completed successfully
C:\>
问候