Listener for oracle HS not starting [message #499940] |
Wed, 16 March 2011 15:33 |
infinitenumbers
Messages: 33 Registered: November 2010
|
Member |
|
|
Hi Guys,
I am done with my configuration for oracle HS to connect to SQLserver. When I tried to start my listener, it is giving the following errors.
-----------------------------------------------------------------
TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
System parameter file is D:\oracle\product\10.2.0\db_1\network\admin\listener.or
a
Log messages written to D:\oracle\product\10.2.0\db_1\network\log\listenersqlodb
c.log
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=CINID180WTAPP.kend
le.com)(PORT=1521)))
TNS-12545: Connect failed because target host or object does not exist
TNS-12560: TNS:protocol adapter error
TNS-00515: Connect failed because target host or object does not exist
32-bit Windows Error: 49: Unknown error
Listener failed to start. See the error message(s) above...
----------------------------------------------------------------
Please help with this.
Contents of my listener.ora file are below
--------------------------------------------------------------
LISTENERSQLODBC =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST=
(ADDRESS= (PROTOCOL = tcp)(HOST = HOSTNAME)(PORT=1521))
(ADDRESS= (PROTOCOL = ipc)(KEY = PNPKEY))
)
)
)
SID_LIST_LISTENERSQLODBC =
(SID_LIST =
(SID_DESC = (SID_NAME = SQLODBC)
(ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
(PROGRAM = HSODBC)
)
)
|
|
|
|