Oracle Database Administration I — Question 78

You want to use table compression suitable for OLTP that will:
1. Compress rows for all DML statements on that table
2. Minimize the overheads associated with compression
Which compression option is best suited for this?

Answer options

Correct answer: E

Explanation

The ROW STORE COMPRESS ADVANCED option is designed specifically for OLTP workloads, providing effective row compression while minimizing performance impacts. The other options either cater to specific query or archive needs, or do not optimize for the performance requirements of DML operations in an OLTP environment.