|
Re: create database error [message #132791 is a reply to message #132548] |
Tue, 16 August 2005 04:25 |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
Description of these errors:
ORA-01501: CREATE DATABASE failed
Cause: An error occurred during CREATE DATABASE.
Action: See accompanying errors.
ORA-00301: error in adding log file 'string' - file cannot be created
Cause: The creation of the redo log file failed
Action: Check whether:
1. There is enough storage space on the device
2. The name of the file is valid
3. The device is online
4. An I/O error occurred
Also, it is possible REUSE was specified on the command line and a file of the incorrect size exists. Either do not specify REUSE or use a file of the correct size.
ORA-27038: skgfrcre: file exists
Cause: Trying to create a database file, but file by that name already exists.
Action: Verify that name is correct, specify reuse if necessary.
Now, to start, look at the alert log file for the error text. Delete all files created by last unsuccessful db creation command. & then try again.
Regds
Girish
|
|
|