Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle database Default port change

user11876003Aug 25 2016 — edited Aug 25 2016

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

This post has been answered by jayapangt on Aug 25 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 22 2016
Added on Aug 25 2016
17 comments
2,534 views