Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Disabling DBSNMP & Apache
Search your /etc/rc3.d (if I am not mistaken, runlevel 3 starts network daemons)
directory for startup scripts and simply remove them (or mv them to another
location for the case you would want them back some day). One script
calls lsnrctl dbsnmp_start and another probably calls apache in some way.
There should also be stop scripts in /etc/rc2.d or somewhere close to it - remove
these either for completeness (they won't break anything if left intact though.)
Corrections and additions welcome.
-- Vladimir Zakharychev (bob@dpsp-yes.com) http://www.dpsp-yes.com Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet applications. All opinions are mine and do not necessarily go in line with those of my employer. "Ryan" <mattycruft_at_daemons.net> wrote in message news:pan.2002.09.23.18.35.56.521494.2197_at_daemons.net...Received on Tue Sep 24 2002 - 00:56:40 CDT
> On Mon, 23 Sep 2002 17:51:33 -0400, Daniel Morgan wrote:
>
>
> > And you have a platform and operating system you can share with us?
>
> That might be helpful? ;) I am using Oracle 9.2.0 with
> Redhat linux 7.3.
>