nerdexam
Oracle

1Z0-117 · Question #26

A database instance is configured in the shared server mode and it supports multiple applications running on a middle tier. These applications connect to the database by using different services and…

The correct answer is C. DBA_ENABLED_TRACES view. DBA_ENABLED_TRACES displays information about enabled SQL traces. A: The DBMS_SERVICE package lets you create, delete, activate, and deactivate services for a single instance. B: The DBMS_MONITOR package let you use PL/SQL for controlling additional tracing and statistics…

Monitoring and Analyzing SQL Performance

Question

A database instance is configured in the shared server mode and it supports multiple applications running on a middle tier. These applications connect to the database by using different services and tracing is enabled for the services. You want to view the detailed tracing setting for particular service. What would you use to view the tracing information?

Options

  • ADBMS_SERVICE package
  • BDBMS_MONITOR package
  • CDBA_ENABLED_TRACES view
  • DTrcsess and tkprof

How the community answered

(42 responses)
  • A
    5% (2)
  • B
    2% (1)
  • C
    81% (34)
  • D
    12% (5)

Explanation

DBA_ENABLED_TRACES displays information about enabled SQL traces. A: The DBMS_SERVICE package lets you create, delete, activate, and deactivate services for a single instance. B: The DBMS_MONITOR package let you use PL/SQL for controlling additional tracing and statistics gathering.

Topics

#SQL tracing#DBA_ENABLED_TRACES#service tracing#shared server

Community Discussion

No community discussion yet for this question.

Full 1Z0-117 Practice