Converting RAC Database to Single Instance database
Converting RAC Database to Single Instance database
oleracrs01p.in.sensis.com.au:ONLT21:/home/oratest#sqlplus / as sysdba
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning and Real Application Clusters options
GLOBAL_NAME
--------------------------------------------------------------------------------
ONLT2
PARAMETER VALUE
------------------------------------------------------------------------
Real Application Clusters TRUE
Real Application Testing FALSE
SQL> exit
oleracrs01p.in.sensis.com.au:ONLT21:/home/oratest#. oraenv
ORACLE_SID = [ONLT21] ?
The Oracle base remains unchanged with value /ora/app/oratest
oleracrs01p.in.sensis.com.au:ONLT21:/home/oratest#sqlplus / as sysdba
SQL> startup
ORACLE instance started.
System altered.
System altered.
Database altered.
THREAD# GROUP#
---------- ----------
1 1
1 2
1 3
2 4
2 5
2 6
6 rows selected.
Database altered.
Database altered.
Database altered.
THREAD# GROUP#
---------- ----------
1 1
1 3
1 2
Tablespace dropped.
File created.
startup the database with newly created pfile. In this pfile, make sure you
commented/removed all the thread 2 related entries
==============================================
oleracrs01p.in.sensis.com.au:ONLT21:/ora/app/oratest/product/11.2.0/dbhome_2/dbs#sqlplus / as
sysdba
Create spfile
================
File created.
SQL> startup
ORACLE instance started.
GLOBAL_NAME
--------------------------------------------------------------------------------
ONLT2
even though once after creation of this you RAC option will still show Real Application Cluster as TRUE
only. Why means here we are not cloned oracle home to new location. We need to fire below
commands to unregister from RAC
oleracrs01p.in.sensis.com.au::/ora/app/oratest/product/11.2.0/dbhome_1/rdbms/lib#ls -rlt *rdbms*
-rw-r--r-- 1 oratest oinstall 40678 Sep 17 2011 ins_rdbms.mk
-rw-r--r-- 1 oratest oinstall 142652 Sep 17 2011 env_rdbms.mk
oleracrs01p.in.sensis.com.au::/ora/app/oratest/product/11.2.0/dbhome_1/rdbms/lib# make -f
ins_rdbms.mk rac_off