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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: more questions

RE: more questions

From: Sinardy Xing <SinardyXing_at_bkgcomsvc.com>
Date: Mon, 01 Sep 2003 20:09:26 -0800
Message-ID: <F001.005CE74B.20030901200926@fatcity.com>


how to startup oracle after machine
is bootup?
you must configure your /etc/oratab
Ans:
add this line

        your_sid:your_oracle_home:AUTO (auto is keyword)

how to shutdown oracle before Unix is shutdown? Ans:
I don't think that Oracle provide such feature, but you can write OS script add to your in your init.d

or simpler way replace your init binary file with your own for example

        # init 6

        your new init

		/where is my shutdown script/shutdown oracle.sh
		/or perhaps you want to shutdown listener too or other application do it here/bla.sh
		sync
		sync
		original_init $1

It seems to me that I cannot multiplex data files. Is that true?

Ans:

Yes Oracle only allow you to multiplex your control files and redolog files but not your data files, however Oracle do recommend you to do RAID 0 + 1 if you have the $$$.

Sinardy

-----Original Message-----
Sent: 02 September 2003 11:29
To: Multiple recipients of list ORACLE-L

Hi Greetings,

We are using solaris. I wonder how to startup oracle after machine is bootup and how to shutdown oracle before unix is shutdown? I know how to multiplex control files and redo files. It seems to me that I cannot multiplex data files. Is that true?

Thanks!
Jin

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: CHEN,JIN
  INET: jinchen_at_ufl.edu

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Sinardy Xing
  INET: SinardyXing_at_bkgcomsvc.com
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Sep 01 2003 - 23:09:26 CDT

Original text of this message

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