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 |
How would you go about increasing the buffer cache hit ratio?
Can we get the deleted Record again if the delete transaction has been committed.
what are all the conversion and interfaces in GL,AP,AR,HRMS with example? otherwise send send link for these
0 Answers Pathway Technologies,
When a user process fails, what background process cleans up after it?
Explain the use of setting GLOBAL_NAMES equal to TRUE.
How do you add a data file to a tablespace?
How would you go about generating an EXPLAIN plan?
Give the stages of instance startup to a usable state where normal users may access it.
how can it possibble to see the report output in excel sheet in oracle applications
Explain the payment term in ar. : oracle accounts receivable
How do you use trigger to create mutating state of table
Describe the P2P cycle ?