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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Bringing down Oracle in a script.

Re: Bringing down Oracle in a script.

From: Arthur Salazar <arthur_at_localhost.localdomain>
Date: Wed, 03 Aug 2005 06:48:09 -0700
Message-Id: <pan.2005.08.03.13.48.09.173497@localhost.localdomain>


See more below.

-arthur

On Tue, 26 Jul 2005 16:53:40 -0700, Arthur Salazar wrote:

> I am writing a script that will bring Oracle 9i or 10g up or down.
>
> Generally I reverse my actions to bring the services down. I notice that
> after I bring things down that there are occationally processes left
> around that appear to be part of Oracle or are at least owned by
> oracle.
>
> Can I safely kill these? Should they even be left around?
>
> Any thoughts would be appreiciated.
>
> Thanks,
>
> -arthur

So as I stated, I ran some more tests. What I found is that I had an error in my setup that caused them to be left on AIX only.

The one exception is that for version 10g on AIX there is a process apparently related to cssd left behind. I comment the line in /etc/inittab and kill -HUP 1 but it stays around.

I am currently killing it without harm. On restart it appears to be ok.

There were some suggesttions to use dbstart and dbshut. I did not for a couple of reasons. The most compelling reason to use it is that it works on several data bases. Currently my requirement is for one instance only.

I will bring this up with the architect in review.

Thanks to everyone for your help.

-arthur Received on Wed Aug 03 2005 - 08:48:09 CDT

Original text of this message

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