Oracle Database 12c: Advanced Administration — Question 101

You want to consolidate databases for the CRM, ERP, and SCM applications by migrating them to pluggable databases (PDBs).
You have already created a test system to support the consolidation of databases in a multitenant container database (CDB) that has multiple PDBs.
What is the easiest way to perform capacity planning for consolidation?

Answer options

Correct answer: D

Explanation

The correct answer is D because using the SQL Tuning Advisor on the test system allows for targeted optimization of the most resource-intensive SQL statements, which is crucial for effective capacity planning. Options A and C involve SQL Performance Analyzer and Consolidated Database Replay, which may not provide the same level of focused tuning for individual PDBs. Option B, while capturing workload, does not leverage the SQL Tuning Advisor specifically for optimization.