How To Do Clean Up If CREATE DATABASE Failed?

Submitted by: Administrator
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.

Submitted by: Administrator

Read Online Oracle Database Job Interview Questions And Answers