Is it mission impossible to corrupt an Oracle database?
Some authors said, 'It is impossible to corrupt an Oracle database. The mechanism of instance recovery,
where redo and undo are used to return the database to a consistent state after an
instance failure, guarantees that. It is, however, possible to lose data following media
failure if the DBA has not taken appropriate precautions. The precautions are simple:
to run the database in archivelog mode; to multiplex the controlfile, the online logfiles,
and the archive logfiles; and to back up datafiles and archivelog files.'
The question is, if all the precautions are made, is it possible to corrupt an Oracle database?
0