SQL tutorial | Interview questions | Oracle
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How To Do Clean Up If CREATE DATABASE Failed?

Go down

How To Do Clean Up If CREATE DATABASE Failed? Empty How To Do Clean Up If CREATE DATABASE Failed?

Post by Micheal Tue Jan 19, 2010 7:39 pm

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 \oraclexe\oradata\fyi\ 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 FYI directory: \oraclexe\oradata\fyi\
Run STARTUP NOMOUNT PFILE command to start the empty instance again to be ready for
CREATE DATABASE statement

Micheal
Admin

Posts : 243
Join date : 2010-01-10

http://sql-tutorial.co.cc

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum