• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

problem in starting TNSListner

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not able to start my TNS Listner. When I start from the services I get this error.

The OracleDB11g_home1TNSListner service on Local computer started and then stopped.
Some services stop automatically if they are not in use by other services or programs



When I try to start the listner from command prompt I get this message

D:\>lsnrctl start

LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 22-JUN-2009 13:45
:12

Copyright (c) 1991, 2008, Oracle. All rights reserved.

Starting tnslsnr: please wait...

TNSLSNR for 32-bit Windows: Version 11.1.0.7.0 - Production
System parameter file is C:\app\Administrator\product\11.1.0\db_1\network\admin\
listener.ora
Log messages written to c:\app\administrator\diag\tnslsnr\WIN-6DRGRVTEEUI\listen
er\alert\log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521
ipc)))
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=WIN-6DRGRVTEEUI.ho
me)(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...


This is the first time happening to me.
I have actually connected to another person internet is it something because of that.
Can someone help me.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic