gt; conn sys/oracle@prod as… | Oracle Database 12c: Advanced Administration Q170 | CertBase

Oracle Database 12c: Advanced Administration — Question 170

Examine the commands executed to monitor database operations:

gt; conn sys/oracle@prod as sysdba

SQL> VAR eid NUMBER -
SQL>EXEC :eid := DBMS_SQL_MONITOR.BEGlN_OPERATION('batch_job,FORCED_TRACKING=>'Y');
Which two statements are true?

Answer options

Correct answer: C, E

Explanation

Option C is correct because it specifies the necessary conditions for monitoring database operations, which include the STATISTICS_LEVEL and CONTROL_MANAGEMENT_PACK_ACCESS settings. Option E is also true, as it states that all subsequent commands will be treated as one operation under the monitoring context. The other options are incorrect since they either misrepresent the monitoring criteria or do not capture the scope of operations being monitored.