Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Missing lsnrctl utility

Status
Not open for further replies.

dcavitt

Technical User
Nov 9, 2003
1
US
I have installed Oracle9i on a Windows XP standalone PC. When I try to open the SQLPlus and enter scott/tiger with host = home. I get TNS no listener. When I attempt to start the listner using the lsnrctl -- the file is not on my hard drive. Any ideas???? Can I down load the file from a website??? If so, where????
 
You don't need listener on standalone PC at all. Try to omit host string.

Regards, Dima
 
If you still get the error:

In the dos command line type:
1. set oracle_sid=<SID>
2. sqlplus /nolog
3. conn <username>/<password>

The lsnrctl file is in the /bin directory where you installed your oracle software. If it is not there I suspect it was a dodgy installation.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top