Question 96

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?
  • Question 97

    Which two tasks can be performed on an external table? (Choose two.)
  • Question 98

    An application repeatedly accesses small lookup tables, causing a lot of physical I/O operations.
    What do you recommend to minimize this?
  • Question 99

    Which three statements are true about adaptive SQL plan management?
  • Question 100

    Your database is configured in ARCHIVELOGmode.
    Examine the RMAN configuration parameters:

    Examine the command:
    RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;
    Which two are true? (Choose two.)