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: HansF <News.Hans_at_telus.net>
Date: Thu, 28 Jul 2005 23:08:08 GMT
Message-Id: <pan.2005.07.28.23.11.10.880882@telus.net>


On Thu, 28 Jul 2005 09:02:24 -0700, Arthur Salazar interested us by writing:

> I am not using db{start,shut} for a couple of reasons. Both scripts
> clearly state that they are for use at boot time.

Use them as a template, instead of writing your own from scratch. The 'use at boot time' is an obvious, but not restricted, use.

The others ... after setting Oracle_Home

Apache:

	apachectl stop
	apachectl start

Listener

	lsnrctl stop
	lsnrctl start

can be injected in db{start,shut} at the right point.

Biggest reason for using the db? are they roll thru oratab to manage all instances.

-- 
Hans Forbrich                           
Canada-wide Oracle training and consulting
mailto: Fuzzy.GreyBeard_at_gmail.com   
*** I no longer assist with top-posted newsgroup queries ***
Received on Thu Jul 28 2005 - 18:08:08 CDT

Original text of this message

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