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: Steps to convert a RAC to a single instance.

Re: Steps to convert a RAC to a single instance.

From: K Gopalakrishnan <kaygopal_at_yahoo.com>
Date: Thu, 02 Oct 2003 11:54:30 -0800
Message-ID: <F001.005D1D76.20031002115430@fatcity.com>


Murali:

Other than init parameter changes, you need to turn the RAC components off from the oracle binaries. Otherwise RAC will be still running in the oracle irrespective of init parameter.

TO Disable RAC.. follow these steps;

  1. Shutdown ALL instances on that oracle home
  2. Go to $OH/rdbms/lib
  3. Use the make command to relink the oracle binaries without RAC Components.. i.e. make -f ins_rdbms.mk rac_off
  4. Relink the binaries i.e make -f ins_rdbms.mk ioracle.

Thats all !!!
Now you have Oracle Binaries without RAC.

--

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

Author: K Gopalakrishnan
  INET: kaygopal_at_yahoo.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 Thu Oct 02 2003 - 14:54:30 CDT

Original text of this message

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