Q12
Single choice
A database supports three applications: CRM, ERP, and ACC. These applications connect to the database by using three different services: CRM_SRV for the
CRM application, ERP_SRV for the ERP application, and ACC_SRV for the ACC application.
You enable tracing for the ACC_SRV service by issuing the following command:
SQL> EXECUTE DBMS for the ACC_SRV service by issuing the following command: SQL> EXECUITIVE DBMS_MONITOR. SERV_MOD_ACT_TRACE_ENABLE (service_name => `ACC_SRV', waits => TRUE, binds = > FALSE, instance_name = > `inst1');
Which statement is true?