Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 'Inteligent' Agent (DBSNMP)
I did more or less the same. I also start my listener and database in the
same script
but those f* <defunct> prosesses are back! #@$@#^&
Maybe it's a timing problem, when i was using truss to trace what dbsnmp
does the
agent strated working, so no trace of what was going wrong. :( But truss
takes some time...
Tomorrow I'll put in a sleep between strating the db/listener and starting the agent ....
Do you start your db/listener in the same script and/or about the same time (rc2.d)?
I also tried running the agent on solaris 2.5.1: same stuff .... <defunct>
Michiel
>>>>
Frederic DEBRUS wrote in message <01bf044c$f4506bc0$3e35a99e_at_gal159a>...
>I use a little shell script in /etc/init.d to start my DBSNMP daemon with
>the following lines
>
>case '$1' in
>
> 'start') su - oracle -c "lsnrctl dbsnmp_start";;
>
> 'stop') su - oracle -c "lsnrctl dbsnmp_start";;
>
>esac
Received on Tue Sep 21 1999 - 12:04:29 CDT
![]() |
![]() |