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: Moving Oracle Server Software

RE: Moving Oracle Server Software

From: Norrell, Brian <BNorrell_at_QuadraMed.com>
Date: Tue, 16 Jan 2001 15:10:58 -0600
Message-Id: <10743.126839@fatcity.com>


<PARANOID>
1a. Cold backup of everything, in triplicate. <_PARANOID>

Brian Norrell
Senior Software Engineer
QuadraMed
972-831-6600

-----Original Message-----
From: Steve Orr [mailto:sorr_at_arzoo.com]
Sent: Tuesday, January 16, 2001 1:40 PM
To: Multiple recipients of list ORACLE-L Subject: Moving Oracle Server Software

In order to implement a triple mirror I need to move the Oracle Server software (8.1.6.). Rather than re-install Oracle I'm thinking about just moving everything to a different mount point (another volume). What are the steps?

  1. shutdown the database.
  2. copy software from oldmount01 to newmount01 as follows:
    $ cd /oldmount01
    $ find . -depth -print | cpio -pdmv /newmount01
  3. edit init.ora file as necessary
  4. edit oratab file as necessary
  5. change path and environment variables in .profile of oracle account.
  6. edit all supporting shell scripts as necessary
  7. edit listener.ora file as necessary (references $ORACLE_HOME)
  8. cross fingers and restart the database
  9. clean/remove up oldmount01 files

Anything else I need to consider? Recommendations?

TIA!!!
Steve Orr

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Steve Orr
  INET: sorr_at_arzoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Tue Jan 16 2001 - 15:10:58 CST

Original text of this message

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