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: How to convert RAC database to single Instance Database

RE: How to convert RAC database to single Instance Database

From: Gogala, Mladen <Mladen.Gogala_at_aetn.com>
Date: Tue, 31 Aug 2004 09:59:18 -0400
Message-ID: <30462D80AA52E74698512ADCC4F7EAA312239701@EXCHANGE>


On nice operating systems, de-installing RAC/ops is done by executing make -f $ORACLE_HOME/rdbms/lib/ins_rdbms.mk no_parropt install I don't really know how is that done on Windows. This step is mandatory, because if this isn't done, then sqlplus will be looking for DLM when connecting as SYSDBA, and will report a TNS error, followed by ORA-3113 when it doesn't find it.

--
Mladen Gogala
A & E TV Network
Ext. 1216



> -----Original Message-----
> From: Tim Gorman [mailto:tim_at_sagelogix.com]
> Sent: Monday, August 30, 2004 8:00 PM
> To: oracle-l_at_freelists.org
> Subject: Re: How to convert RAC database to single Instance Database
>
> Then, you'll want to get rid of the RAC layer of code by
> relinking without it. Someone else might want to help here
> (as I don't have a RAC system handy), but the make script for
> linking the executables should have a RAC or no-RAC flag somewhere.
---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------
Received on Tue Aug 31 2004 - 08:55:01 CDT

Original text of this message

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