Basic Oracle Concepts and Programming Question:

How To Do Clean Up If CREATE DATABASE Failed?

Tweet Share WhatsApp

Answer:

To better organize data files, you should create a dedicated directory for each Oracle database. This can be done by using Windows file explorer to create the oraclexeoradataggl directory. Try the CREATE DATABASE statement again, when you have the directory ready.

If your CREATE DATABASE statement failed half way again, you may have to clean up the partial result of the CREATE DATABASE statement. Here is a list of suggestions for you:

► Run SHUTDOWN command to stop the partial started database instance.
► Remove all files in ggl directory: oraclexeoradataggl
► Run STARTUP NOMOUNT PFILE command to start the empty instance again to be ready for CREATE DATABASE statement.


Download Oracle Database PDF Read All 430 Oracle Database Questions
Previous QuestionNext Question
How To Run CREATE DATABASE Statement?How To Run CREATE DATABASE Statement Again?