ORA-00377 : Frequent backups of file string causing write operation to stall

Sunday, March 23rd, 2008

Cause : Backups are occurring too frequently on this file. Each time a new backup is started for a file, any writes which have been previously issued (but not completed) have to be re-issued. If hot backups are started very, very frequently, it is possible that some writes will be re-issued repeatedly and never complete.
Action : Increase the interval between begin hot-backup commands for this file.

Popularity: 8% [?]

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-00227 : corrupt block detected in controlfile: (block string, # blocks string)

Saturday, March 22nd, 2008

Cause : A block header corruption or checksum error was detected on reading the control file.
Action : Use the CREATE CONTROLFILE or RECOVER DATABASE USING BACKUP CONTROLFILE command.

Popularity: 10% [?]

Close
E-mail It