How can you enable a trace for a session?

Answers were Sorted based on User's Feedback



How can you enable a trace for a session?..

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

How can you enable a trace for a session?..

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

Post New Answer

More Oracle AllOther Interview Questions

What do you mean by hz_ in customer tables? : oracle accounts receivable

0 Answers  


What is Virtual Memory?

1 Answers  


How do you use trigger to create mutating state of table

2 Answers   TCS,


What is the Symbol use for Inner Join

1 Answers   Oracle, TCS,


can we use lexical perameter in oracle plsql if yes how

0 Answers  






What is the difference between recovery and restoring of the oracle database?

0 Answers  


Compare and contrast TRUNCATE and DELETE for a table.

3 Answers  


please explain about oracle

1 Answers  


When the procedures or packagess become invalidate

3 Answers   TCS,


What is the mandatory setup in cyclecount ?

0 Answers   Oracle,


How many segment are present in Oracle Manufacturing

0 Answers   Oracle,


What is the disk migration? what is the steps involved in oracle disk migration?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)