ORA-00313 : open failed for members of log group string of thread string

Saturday, March 22nd, 2008

Cause : The online log cannot be opened. The file may not be in the expected location.
Action : Specify the correct redo log file or make the log available, if necessary. Also, see the accompanying messages.

Popularity: 12% [?]

ORA-00305 : log string of thread string inconsistent; belongs to another database

Saturday, March 22nd, 2008

Cause : The database ID in the redo log file does not match the database ID in the control file. This redo log file is not from the current database.
Action : Specify the correct redo log file, and then retry the operation.

Popularity: 9% [?]

ORA-00293 : controlfile out of sync with redo log

Saturday, March 22nd, 2008

Cause : The redo log file and control file are out of sync because a non-current control file was specified when the instance was started.
Action : Retry the RECOVER command using the current control file, or retry the RECOVER command using the USING BACKUP CONTROLFILE clause.

Popularity: 14% [?]

ORA-00252 : log string of thread string is empty, cannot archive

Saturday, March 22nd, 2008

Cause : A log must be used for redo generation before it can be archived. The specified redo log was not been used since it was introduced to the database. However, it is possible that the instance died during a log switch and the log
was empty.
Action : Empty logs do not need to be archived. Do not attempt to archive the redo log file.

Popularity: 8% [?]

Close
E-mail It