Database Administrator (DBA) Question:

How can you enable a trace for a session?

Tweet Share WhatsApp

Answer:

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

Read All 253 Database Administrator (DBA) Questions
Previous QuestionNext Question
How can you gather statistics on a table?What is the difference between the SQL*Loader and IMPORT utilities?