Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8060 automatically shutdown and startup scripts the listener not working

Re: Oracle 8060 automatically shutdown and startup scripts the listener not working

From: Roman Mirzaitov <rmirzaitov_at_kt.kg>
Date: Wed, 30 Jan 2002 14:09:30 +0500
Message-ID: <a38d8o$166uj4$1@ID-127142.news.dfncis.de>


> when it comes to lsnrctl it fells. For some reason it won't start or
> shutdown keeps give me a message
> ksh: /bin/lsnrctl: not found
> any help would be appreciated
> Helena

Hi,

Add these lines to script and set ORACLE_HOME according to your environment.

ORACLE_HOME=/oracle/u01/8.1.7
export ORACLE_HOME
...
su oracle -c "$ORACLE_HOME/bin/lsnrctl start" & ...

--
Roman Mirzaitov
Brainbench MVP for Oracle Administration
www.brainbench.com
Received on Wed Jan 30 2002 - 03:09:30 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US