DEVFYI - Developer Resource - FYI

How can you enable a trace for a session?

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

776. 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