Operating System - HP-UX
1752565 Members
5576 Online
108788 Solutions
New Discussion юеВ

Re: HPUX Error: 239: Connection refused

 
Court Campbell
Honored Contributor

Re: HPUX Error: 239: Connection refused

It also looks like there is and extra parenthesis in this line:

(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = xxx)(PORT = 1521))

try this:

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = xxx)(PORT = 1521))
)
)
)
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Jon H
Advisor

Re: HPUX Error: 239: Connection refused

TNS-01150: The address of the specified listener name is incorrect

Listener failed to start. See the error message(s) above...


I believe that ( was needed after all... at least according to the way I counted.

thanks for the help so far... let me know if there is anything else. I may end up reinstalling oracle shortly here.
Court Campbell
Honored Contributor

Re: HPUX Error: 239: Connection refused

I will use your info and lay out the line as I have it in my listener.ora files:

LISTENER =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = xxx)(PORT = 1521))))
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Court Campbell
Honored Contributor

Re: HPUX Error: 239: Connection refused

Man, my eyes are bugging out looking at this. sorry, try this:

LISTENER =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(ADDRESS = (PROTOCOL = TCP)(HOST = xxx)(PORT = 1521))))
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Jon H
Advisor

Re: HPUX Error: 239: Connection refused

Still have the same error.
Court Campbell
Honored Contributor

Re: HPUX Error: 239: Connection refused

Ok, moving on. Is TNS_ADMIN set correctly?
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
Jon H
Advisor

Re: HPUX Error: 239: Connection refused

Yes
SHLIB_PATH=/oracle/product/10.1.0/lib:/usr/lib
PATH=/oracle/product/10.1.0/bin:/usr/bin:/etc:/usr/ccs/bin:/usr/openwin/bin:/usr
/local/bin:.
ORACLE_BASE=/oracle
LOGNAME=oracle
ORACLE_SID=tempia11
SHLIB=/oracle/product/10.1.0/lib:/usr/lib
TNS_ADMIN=/oracle/product/10.1.0/network/admin
ORACLE_ADMIN=/oracle/product/admin
HOME=/home/oracle
ORACLE_HOME=/oracle/product/10.1.0
Jon H
Advisor

Re: HPUX Error: 239: Connection refused

seemed to be sqlnet.ora or listener.ora file.

Thanks for all the help.
Jon H
Advisor

Re: HPUX Error: 239: Connection refused

new oracle files...
not HPUX security.