Drop RAC database [message #328405] |
Fri, 20 June 2008 01:34  |
grpatwari
Messages: 288 Registered: June 2008 Location: Hyderabad
|
Senior Member |
|
|
Hi,
I want to drop the RAC database. I am using two ASM environment.(ASM1 and ASM2)
Please give me the steps to follow.
|
|
|
|
|
Re: Drop RAC database [message #328415 is a reply to message #328410] |
Fri, 20 June 2008 02:04   |
 |
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
Same as a regular,single instance database.
Drop the files, clean oratab, clean init.ora files, clean $ORACLE_BASE...
Additonally, you need to use srvctl to remove specific instances and database settings from CRS.
If you are using dedicated diskgroups for ASM, clean them if you want.
Using DBCA is most recommended.
[Updated on: Fri, 20 June 2008 02:05] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Drop RAC database [message #329184 is a reply to message #329175] |
Tue, 24 June 2008 08:00   |
grpatwari
Messages: 288 Registered: June 2008 Location: Hyderabad
|
Senior Member |
|
|
see the below o/p from my database...
SQL> l
1* select * from v$parameter where name='cluster_database'
SQL> set lines 1000
SQL> /
NUM NAME TYPE VALUE
---------- -------------------------------------------------------------------------------- ---------- ------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------------------
DISPLAY_VALUE ISDEFAULT ISSES ISSYS_MOD ISINS ISMODIFIED ISADJ ISDEP DESCRIPTION
------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------- --------- ----- --------- ----- ---------- ----- ----- ------------------------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------
UPDATE_COMMENT HASH
------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------- ----------
548 cluster_database 1 TRUE
TRUE FALSE FALSE FALSE FALSE FALSE FALSE FALSE if TRUE startup in cluster database mode
3044213568
[Updated on: Tue, 24 June 2008 09:16] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|