Hi I am trying to delete the RAC database in the Silent mode and have executed the following command
The database is open in READ/WRITE mode
bin/dbca -silent -deleteDatabase -sourceDB test -sid test1.
While executing this command I am getting following error message
ORA-00304: requested INSTANCE_NUMBER is busy and the database didn't get deleted.
I have following queries
1) What is the reason for getting this error
2)Possible solution