Re: How to make LISTENER run automatically when database startup

From: smp <no email>
Date: 1996/08/07
Message-ID: <DvrE7r.MrL_at_ddvictor.dundee.NCR.COM>#1/1


>==========Teoh Soh Tin, 05/08/96==========
>
>How to make lsnrctl start automatically when system reboot with
>database startup.
>
>Thanks in advance
>
>

What server are you using? On our NCR 3000 Unix box we have a small script in /etc/rc2.d which starts up the listener. It basically performs the following command

                                       su - oracle -c `lsnrctl start`
(Our system setup is a bit peculiar so it does slightly more than this, but this is the nuts and bolts)
This starts up the listener, no problem at all.

Sally Pearce
WWIS ext2809 Received on Wed Aug 07 1996 - 00:00:00 CEST

Original text of this message