How can you enable a trace for a session?
Answers were Sorted based on User's Feedback
Answer / guest
to enable trace:
alter session set sql_trace=TRUE
to disable trace:
alter session set sql_trace=FALSE
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / anji
to enable the trace in anther session
EXECUTE dbms_support.start_trace_in_session (sid,serial#);
To stop the trace in anther session
EXECUTE dbms_support.start_trace_in_session (sid,serial#);
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the mandatory setup in cyclecount ?
What is the difference between a TEMPORARY tablespace and a PERMANENT tablespace?
Which is the best institute in Hyderabad to learn OBIEE and DataStage?Please tell me faculty name also
What is index? How many types of indexes?
When creating a user, what permissions must you grant to allow them to connect to the database?
can we drop dual table
Give the two types of tables involved in producing a star schema and the type of data they hold.
please explain about oracle
How can you enable a trace for a session?
What is autocashrule set? : oracle accounts receivable
3. Steps in UAT?
Explain an ORA-01555