Database Administrator (DBA) Question:
How can you enable a trace for a session?
Answer:
Use the DBMS_SESSION.SET_SQL_TRACE or
Use ALTER SESSION SET SQL_TRACE = TRUE;
Use ALTER SESSION SET SQL_TRACE = TRUE;
Previous Question | Next Question |
How can you gather statistics on a table? | What is the difference between the SQL*Loader and IMPORT utilities? |