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: Charlie Mengler <charliem_at_mwh.com>
Date: Tue, 16 Jan 2001 12:34:41 -0800
Message-Id: <10743.126833@fatcity.com>


I'm not sure you'll smack into the same problem I found myself last week.

I had two instances running off the same "product tree"; /u01/app/oracle/product/8.1.6
One was a DEV instance & the other was a PROD instance. I wanted to apply the V8.1.6.3 patch to just the DEV for testing. So I cloned the old tree to be /u01/app/oracle/product/8.1.6.3 and proceeded to get the DEV instance running of the new tree. I ran that way for a couple of days to make sure that all was OK. So then I started to apply the V8.1.6.3 patchset only to have the OUI inform me that no upgrade was possible. Because this new "HOME" was not reflected within the oraInventory directory, the OUI refused to proceed with the upgrade. GOTCHA!

HTH & YMMV! Steve Orr wrote:
>
> 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).

-- 
Charlie Mengler               Maintenance Warehouse  
charliem_at_mwh.com              10641 Scripps Summit Ct   
858-831-2229                  San Diego, CA 92131    
Received on Tue Jan 16 2001 - 14:34:41 CST

Original text of this message

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