Oracle
1Z0-417 · Question #46
Which two would automatically create an entry in V$SQL_MONITOR?
The correct answer is C. any DML statement F. any DDL statement. https://docs.oracle.com/database/121/TGSQL/tgsql_monit.htm#TGSQL789
SQL Tuning
Question
Which two would automatically create an entry in V$SQL_MONITOR?
Options
- Aa parallelized SQL statement
- Bany SQL statement run
- Cany DML statement
- Da statement that consumes at least 1 second of CPU or I/O time.
- Ea statement that consumes at least 5 second of CPU or I/O time.
- Fany DDL statement
How the community answered
(25 responses)- B4% (1)
- C80% (20)
- D12% (3)
- E4% (1)
Explanation
https://docs.oracle.com/database/121/TGSQL/tgsql_monit.htm#TGSQL789
Topics
#SQL monitoring#V$SQL_MONITOR#parallel execution#SQL execution
Community Discussion
No community discussion yet for this question.