Your database has the SRV1 service configured for an application that runs on middle-tier application server. The application has multiple modules. You enable tracing at the service level by executing the following command:<br /> SQL > exec DBMS_MONITOR.SERV_MOD_ACT_TRACE_ENABLE (‘SRV1’);<br /> The possible outcome and actions to aggregate the trace files are as follows:<br /> 1. The command fails because a module name is not specified.<br /> 2. A trace file is created for each session that is running the SRV1 service.<br /> 3. An aggregated trace file is created for all the sessions that are running the SRV1 service.<br /> 4. The trace files may be aggregated by using the trcess utility.<br /> 5. The trace files be aggregated by using the tkprof utility.<br /> Identify the correct outcome and the step to aggregate by using tkprof utility?()
A、1
B、2 and 4
C、2 and 5
D、3 and 4
E、3 and 5