Oracle Database 12c: Advanced Administration — Question 153

Which two statements are true about recovering logically corrupted tables or table partitions from an RMAN backup?

Answer options

Correct answer: A, D

Explanation

Option A is correct because recovering tables or table partitions requires an auxiliary instance to ensure data integrity. Option D is also true, as tables or table partitions from the system and sysaux tablespaces are not recoverable due to their critical nature. The other options are incorrect because foreign key constraints, database state, and not null constraints do not prevent recovery in the context of RMAN backups.