From the course: Oracle Database 12c: Backup and Recovery

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using RMAN to check for data corruptions

Using RMAN to check for data corruptions - Oracle Database Tutorial

From the course: Oracle Database 12c: Backup and Recovery

Start my 1-month free trial

Using RMAN to check for data corruptions

- [Instructor] In addition to using RMAN for database backup and recovery and backup management, RMAN can also check your database and detect any corruptions in your data. Either logical corruptions which can occur if due to a software bug in the Oracle software, Oracle requested the disc to write an incorrect block of data, or due to a physical corruption which can occur if Oracle requested the disc to write a valid block but due to a disc subsystem error, either the disc controller or the disc itself caused a bad data block to be written. It's very to easy to request RMAN to scan, validate and check the state of your database and detect any potential logical or physical block corruptions which can lead to data loss. Detecting these corruptions early is very important. So let's see this capability in action. We'll start by opening RMAN and connecting to our target database. So I'll type RMAN target equals backslash and then via a single command, validate data base check logical, I…

Contents