Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: dbms_system.set_sql_trace_in_session(SID,SERIAL#,TRUE) not working
Hi,
Try
execute dbms_system.set_sql_trace_in_session(SID,SERIAL#,TRUE)
to start the trace
and
execute dbms_system.set_sql_trace_in_session(SID,SERIAL#,FALSE)
to stop the trace
Thanks,
Ashish
In article <3a3a6aca.1288719039_at_news.earthlink.net>,
andreyNSPAM_at_bookexchange.net (NetComrade) wrote:
> if I set sql_trace on system level, it works
> if i use ALTER SESSION SET SQL_TRACE=TRUE, it works
> if I 'execute dbms_system.set_sql_trace_in_session(SID,SERIAL#,FALSE)'
> it doesn't
>
> OWNER OBJECT_NAME
> OBJECT_TYPE STATUS
> ------------------------------
> ----------------------------------------------------------------------
Sent via Deja.com
http://www.deja.com/
Received on Fri Dec 15 2000 - 13:49:46 CST
![]() |
![]() |