Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle and AIX: starting tnslsnr
Hi Dinis
The following line is needs to be added to the /etc/inittab file:
rcoracle:2:wait:/etc/rc.oracle > /dev/console 2>&1 # Start all Oracle Services
( you probably already have a /etc/rc.nnnnn file to start up the database )
Add this line to that file:
su - oracle -c $ORACLE_HOME/bin/lsnrctl start
That's it.
Good luck,
Andreas
Dinis Paes <dmp_at_elefante.fe.up.pt> wrote in article
<3438CA0D.41C6_at_elefante.fe.up.pt>...
> Hello,
>
> In AIX, how do I make tnslsnr start automagically when
> the machine boots?
>
> Thanks for your time,
>
>
> Dinis Paes
>
> dmp_at_elefante.fe.up.pt
> Faculdade de Engenharia da Universidade do Porto, Portugal
>
Received on Tue Oct 07 1997 - 00:00:00 CDT
![]() |
![]() |