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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to start a Listener in Windows XP

426552Jul 31 2004 — edited Aug 5 2004
When I loggin into the DB from EM, I got the message

SQLException

IO : The Network Adapter could not establish the connection

And when I enter the following from prompt
lsnrctl start
Starting tnslsnr: please wait...
Failed to start service, error 3.
TNS-12536: TNS:operation would block
TNS-12560: TNS:protocol adapter error
TNS-00506: Operation would block
32-bit Windows Error: 997: Unknown error

and >> tnsping db_name
Used parameter files:
G:\oracle\product\10.1.0\Db_1\network\admin\sqlnet.ora


Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
(HOST = 127.0.0.1)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = nutri)))
TNS-12541: TNS:no listener

I do not know what is the problem.

Actually I previously install the oracle 10g twice and uninstall it.
But I observe from management console that the listener service on my PC would not be removed.
They are OracleOraDb10g_home1TNSListener and OracleOraDb10g_home2TNSListener.
I try to restart they but failed.
How could I fix this fatal problem.

Thanks a lot
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 2 2004
Added on Jul 31 2004
4 comments
860 views