Database Administration (MOSC)

MOSC Banner

DBCA -silent -deleteDatabase

edited Apr 26, 2017 2:06PM in Database Administration (MOSC) 5 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center