Which two actions should you take to monitor the throughput generated by the modules of
an application?(Choose two.)
A.
Use the Resource Manager.
B.
Enable SQL Trace at the session level.
C.
Create a service.
D.
Use a dedicated server configuration.
E.
Use theDBMS_APPLICATION_INFOpackage to define the current module and action
so that they appear inV$SESSION.
C and E are okay.
The others look strange.
A,B
C,E
C & E
B & E
https://docs.oracle.com/database/121/ARPLS/d_appinf.htm#ARPLS003:
Application developers can use the DBMS_APPLICATION_INFO package with Oracle Trace and the SQL trace facility to record names of executing modules or transactions in the database for later use when tracking the performance of various modules and debugging.