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