Interview Questions

How can you enable a trace for a session?

DATABASE Administrator (DBA) Interview Questions and Answers


(Continued from previous question...)

53. How can you enable a trace for a session?

Use the DBMS_SESSION.SET_SQL_TRACE or
Use ALTER SESSION SET SQL_TRACE = TRUE;

(Continued on next question...)

Other Interview Questions