ORA-00324 : log file ’string’ translated name ’string’ too long, string characters exceeds string limit

Saturday, March 22nd, 2008

Cause : The translated name for a log file is too long.
Action : Choose an untranslated name that yields a shorter translated name.

Popularity: 2% [?]

ORA-00320 : cannot read file header from log string of thread string

Saturday, March 22nd, 2008

Cause : The file is not available.
Action : Restore the log file.

Popularity: 2% [?]

ORA-00301 : error in adding log file ’string’ - file cannot be created

Saturday, March 22nd, 2008

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.

Popularity: 10% [?]

ORA-00278 : log file ’string’ no longer needed for this recovery

Saturday, March 22nd, 2008

Cause : The specified redo log file is no longer needed for the current recovery.
Action : No action is required. The archived redo log file may be removed from its current location to conserve disk space, if needed. However, the redo log file may still be required for another recovery session in the future.

Popularity: 2% [?]

ORA-00269 : specified log file is part of thread string not string

Saturday, March 22nd, 2008

Cause : The given redo log file is not part of the given thread.
Action : Check that the thread of the redo log file matches the thread on the command line. If not, use a redo log file from the appropriate thread. Retry the command after correcting the error.

Popularity: 2% [?]

ORA-00268 : specified log file does not exist ’string’

Saturday, March 22nd, 2008

Cause : The given redo log file does not exist.
Action : Check the spelling and capitalization of the file name and retry the command.

Popularity: 2% [?]

Close
E-mail It