Hello,
I have installed oracle 11g on windows 2008R2 server.
Now I want to change the default port to another new port .
I have changed the listener.ora file and reload the port using lsnrctl reload
when I check the lsnrctl status it showed to me everything fine with changed port
C:\Users\Administrator>lsnrctl status
LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 25-AUG-2016 11:59:10
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ITDBTEST)(PORT=1531)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
Start Date 25-AUG-2016 11:43:26
Uptime 0 days 0 hr. 15 min. 43 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File D:\app\Administrator\product\11.2.0\dbhome_2\network\admin\listener.ora
Listener Log File d:\app\administrator\diag\tnslsnr\ITDBTEST\listener\alert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ITDBTEST)(PORT=1531)))
Services Summary...
Service "STND" has 1 instance(s).
Instance "STND", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
But the thing is when I using the sqldeveloper
status:Failure no more data to read from socket
Why is that ?
Anyone help me to solve this port change ?
Thank you