ORA-00368 : checksum error in redo log block

Sunday, March 23rd, 2008

Cause : The redo block indicated by the accompanying error, is not valid. It has a checksum that does not match the block contents.
Action : Perform recovery with a good version of the log or do time-based recovery up to the indicated time. If this happens when archiving, archiving of the problem log can be skipped by clearing the log with the UNARCHIVED option. This must be followed by a backup of every datafile to insure recoverability of the database. Restore the correct file or reset logs.

Popularity: 15% [?]

ORA-00366 : log string of thread string, checksum error in the file header

Sunday, March 23rd, 2008

Cause : The file header for the redo log contains a checksum that does not match the value calculated from the file header as read from disk. This means the file header is corrupted.
Action : Find and install correct version of the log or reset the logs.

Popularity: 13% [?]

ORA-00354 : corrupt redo log block header

Sunday, March 23rd, 2008

Cause : The block header on the redo block indicated by the accompanying error is not valid. The block number and time-stamp are given in an accompanying message.
Action : Perform recovery with a good version of the redo log or perform cancel-based recovery up to, but not including, the corrupted redo log file. If this happens when archiving, archiving of the problem log can be skipped by clearing the log with the UNARCHIVED option. This must be followed by a backup of every datafile to insure recoverability of the database.

Popularity: 16% [?]

ORA-00347 : log string of thread string, expected block size string doesn’t match string

Saturday, March 22nd, 2008

Cause : During online recovery, the block size specified in the control file did not match the block size contained in the redo log file.
Action : Restore the correct redo file from a backup or reset the online redo log files.

Popularity: 17% [?]

ORA-00345 : redo log write error block string count string

Saturday, March 22nd, 2008

Cause : An I/O error occurred while writing the log.
Action : Correct the cause of the error, and then restart the system. If the log is lost, apply media/incomplete recovery.

Popularity: 16% [?]

ORA-00333 : redo log read error block string count string

Saturday, March 22nd, 2008

Cause : An I/O error occurred while reading the log described in the accompanying error.
Action : Restore accessibility to file, or get another copy of the file.

Popularity: 13% [?]

ORA-00272 : error writing archive log string

Saturday, March 22nd, 2008

Cause : An I/O error occurred while archiving a redo log file.
Action : Check that the output device is still available and correct any device errors that may have occurred. Also, make certain that sufficient space for archiving is available on the output device.

Popularity: 16% [?]

ORA-00271 : there are no logs that need archiving

Saturday, March 22nd, 2008

Cause : An attempt was made to archive the unarchived redo log files manually, but there are no files that need to be archived.
Action : No action is required.

Popularity: 8% [?]

Close
E-mail It