Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: RAC de-clustering
no, this is incorrect. and so was the last post about srvctl.
if RAC is not linked in (e.g., skgxn.so skgxp.so are the stub
libraries),
your database is essentially non-rac. There is no difference between
a rac and a non-RAC database besides MAXINSTANCES and
threads of redo... in fact, you can create a "RAC" database even
before linking in RAC... that is, you can have MAXINSTANCES>1
and extra theads of redo...then, provided you have clusterware up,
relink Oracle rac_on and boot multiple instances.
just unlink it.
From: David [mailto:thump_at_cosmiccooler.org] Sent: Wednesday, November 16, 2005 8:24 AM To: kevinc_at_polyserve.com; oracle-l_at_freelists.org Subject: RE: RAC de-clustering I presume he also means what to do about the tablespaces likesystem that are shared.
Simplest way is create new db and export/import
Could also recreate ctl and copy datafiles, use rman duplicate, etc
-----Original Message----- From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Kevin Closson Sent: Wednesday, November 16, 2005 7:36 AM To: oracle-l_at_freelists.org Subject: RE: RAC de-clustering unless I am missing your question, you can simply relink Oracle rac_off. If libskgxn.so is a stub (rac_off), CRS is not anissue.
You'll still have multiple threads of redo, but no matter... it wont
be RAC.
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Nov 16 2005 - 14:33:20 CST