Oracle
1Z0-883 · Question #1
Consider the events_% tables in performance Schema. Which two methods will clear or reset the collected events in the tables?
The correct answer is D. Using TRUNCATE statements, for example, E. Disabling and re-enabling all instruments. See the full explanation below for the reasoning.
Question
Consider the events_% tables in performance Schema. Which two methods will clear or reset the collected events in the tables?
Options
- AUsing DELETE statements, for example, DELETE FROM
- BUsing the statement RESET PERFORMANCE CACHE;
- CUsing the statement FLUSH PERFORMANCE CACHE;
- DUsing TRUNCATE statements, for example,
- EDisabling and re-enabling all instruments
- FRestarting Mysql
How the community answered
(27 responses)- A11% (3)
- B7% (2)
- C4% (1)
- D78% (21)
Community Discussion
No community discussion yet for this question.