Question 76
Which statement is true about Enterprise Manager (EM) express in Oracle Database 12c?
Question 77
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:
SQL > exec DBMS_MONITOR.SERV_MOD_ACT_TRACE_ENABLE (`SRV1');
The possible outcome and actions to aggregate the trace files are as follows:
1. The command fails because a module name is not specified.
2. A trace file is created for each session that is running the SRV1
service.
3. An aggregated trace file is created for all the sessions that are
running the SRV1 service.
4. The trace files may be aggregated by using the trcess utility.
5. The trace files be aggregated by using the tkprof utility.
Identify the correct outcome and the step to aggregate by using tkprof utility?
SQL > exec DBMS_MONITOR.SERV_MOD_ACT_TRACE_ENABLE (`SRV1');
The possible outcome and actions to aggregate the trace files are as follows:
1. The command fails because a module name is not specified.
2. A trace file is created for each session that is running the SRV1
service.
3. An aggregated trace file is created for all the sessions that are
running the SRV1 service.
4. The trace files may be aggregated by using the trcess utility.
5. The trace files be aggregated by using the tkprof utility.
Identify the correct outcome and the step to aggregate by using tkprof utility?
Question 78
Which four actions are possible during an Online Data file Move operation?
Question 79
Examine the query and its output executed In an RDBMS Instance:

Which three statements are true about the users (other than sys) in the output?

Which three statements are true about the users (other than sys) in the output?
Question 80
Which three actions are possible during an Online Data file Move operation?