Oracle Cloud Infrastructure 2020 Architect Associate — Question 36
When in the SQL Monitoring tab of the Performance Hub you see a clock icon in the status column.
What does this mean? (Choose the best answer.)
Answer options
- A. The SQL statement is executing.
- B. The SQL statement did not complete either due to an error.
- C. The SQL statement is queued.
- D. The SQL statement completed its execution.
Correct answer: C
Explanation
The clock icon signifies that the SQL statement is currently queued and waiting to be executed. Options A and D indicate that the statement is actively executing or has completed, which is incorrect. Option B suggests there was an error, but the clock icon does not imply that situation.