DBCA -silent -deleteDatabase
Hi All
I am trying to delete database using the following command:
dbca -silent -deleteDatabase -sourceDB <DB_Name>
This does not work for standby database and fails with
ORA-01219: database not open
DBCA log shows the above command is running SELECT tablespace_name FROM sys.dba_tablespaces where contents !='TEMPORARY' ORDER BY 1 and expectedly failing with ORA-01219.
Is there any way to force this operation (DBCA GUI mode allows it with a pop-up-cofirmation) ?
Cheers
BPradhan