Home » Infrastructure » Linux » TNSLSNR program is not starting automatically
TNSLSNR program is not starting automatically [message #355621] Sun, 26 October 2008 10:28 Go to next message
alwosaby
Messages: 26
Registered: November 2007
Junior Member
After I install oracle 10g on Unbreakable oracle Linux
I Noted that TNSLSNR program is not starting automatically when the system start

i create the file Start.sh and Write the following code

/u01/app/oracle/10g/bin/lsnrctl start

and copy the file in

/etc/init.d

and then run the following command on the above file

chmod x start.sh

But the problem is still going on


Re: TNSLSNR program is not starting automatically [message #355633 is a reply to message #355621] Sun, 26 October 2008 12:26 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Did you set ORACLE_HOME and other variables to include Oracle bin, librairies... like PATH...

Regards
Michel
Re: TNSLSNR program is not starting automatically [message #355650 is a reply to message #355621] Sun, 26 October 2008 19:09 Go to previous messageGo to next message
ebrian
Messages: 2794
Registered: April 2006
Senior Member
Check Automating Database Startup and Shutdown.
Re: TNSLSNR program is not starting automatically [message #355664 is a reply to message #355633] Mon, 27 October 2008 00:05 Go to previous messageGo to next message
alwosaby
Messages: 26
Registered: November 2007
Junior Member
yes i set both ORACLE_HOME AND PATH
Re: TNSLSNR program is not starting automatically [message #359463 is a reply to message #355664] Sun, 16 November 2008 12:51 Go to previous message
smunir362
Messages: 310
Registered: September 2007
Senior Member
just use

startup.sh

su - oracle
"$ORACLE_HOME/bin/lsnrctl start";
exit

also add all the environment belongs to oracle user in .bash_profile file.
Previous Topic: SQL ERROR
Next Topic: Oracle 9i on LInux x86_64
Goto Forum:
  


Current Time: Thu Mar 28 17:11:54 CDT 2024