Delete one database from instance
Hi,I Have one Oracle 11.2.0.2.0 instance with two database ORA3 and ORA5.
ORA5 is production database must by online. ORA3 is still disabled because is dead database. I want remove this database from instance but ORA5 must be still online.
I do it right that:
Set ORACLE_SID=ORA3
run dbca
select delete a Database
select ORA3
Finish
If i do it right that my database ORA5 will by fine and online?
0