Another Oracle blog

  • Home
  • About
  • About

Monthly Archives: January 2023

Home / 2023 / January

How to drop a database using DBCA in silence mode

I have a 19c database which I would like to drop it using DBCA utility. If we cannot use GUI, we have this command instead: Let’s see how it goes on my side: Looks good 🙂

January 9, 2023mardaffDatabasedbca, drop, silent, sourcedb

DBCA cannot Delete Existing Database with DBT-10201

This is happening when one is trying to delete a database using DBCA utility. The reason for the failure is that there is no information about the database in /etc/oratab: Let’s reproduce it: Let’s add the information of the database into /etc/oratab file: Let’s try again to drop it: Happy ending 🙂

January 9, 2023mardaffDatabasedbca, DBT-10201, deleteDatabase
ora-base.com