Oracle Database 12c: RAC and Grid Infrastructure Administration — Question 46

Which four statements are true regarding SQL Apply filters for a logical standby database?

Answer options

Correct answer: A, C, F, G

Explanation

The correct answers A, C, F, and G pertain to valid uses of SQL Apply filters in a logical standby database. Option A is correct as filters can skip DML triggers while executing the DML. Option C is accurate since SQL Apply can be halted upon encountering an error. Option F is correct because filters can skip ALTER TABLE commands on specified tables, and option G is valid as filters can also skip CREATE TABLE commands. Options B, D, and E are incorrect as they do not accurately describe the capabilities of SQL Apply filters.