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!

Lsnrctl command connecting to port 1521 where as TNS has port 5500

3752786Sep 24 2018 — edited Sep 24 2018

Hi,

I am trying to reload the TNS so i run the command

Lsnrctl>reload

output is as follows:

Connecting to (Address=( Protocol=tcp)(HOST=)(PORT=1521))

This command completed successfully

where as my TNS has entry

ORCL =

  (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = <my machine name>)(PORT = 5500))

    (CONNECT_DATA =

      (SERVER = DEDICATED)

      (SERVICE_NAME = <orgname>)

    )

  )

Please help

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 22 2018
Added on Sep 24 2018
2 comments
2,485 views