Multiple choice technology web technology

As per the Oracle Performance Tuning source, the major reason for poor performance is

  1. Design

  2. Database

  3. System

  4. Program

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Oracle's performance tuning philosophy emphasizes that most performance problems (often cited as 80%) stem from poorly written SQL code and application logic, not from database configuration or system resources. This is why SQL tuning and application design are the primary focus areas.