Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Unable to do a 10046 trace on another users session

Re: Unable to do a 10046 trace on another users session

From: Arghadeep Chatterjee <dba_at_magma.co.in>
Date: Mon, 26 Apr 2004 16:53:27 +0530
Message-ID: <001601c42b80$e6c3b3d0$e20710ac@dba>


I detected the sid and serial# from v$session then exec
sys.dbms_system.set_bool_param_in_session(sid=>sid,serial#=>serial#,parnam=> 'timed_statistics',bval=>true);
then
exec

sys.dbms_system.set_int_param_in_session(sid=>sid,serial#=>serial#,parnam=>'
max_dump_file_size',intval=2147483647);
sys.dbms_system.set_ev(sid,serial#,10046,12,'');
thats it the resulting trace file shows till set_ev and nothing of the traced session.
Thanks
Deep
----- Original Message -----
From: "Jamadagni, Rajendra" <Rajendra.Jamadagni_at_espn.com> To: <oracle-l_at_freelists.org>
Sent: Monday, April 26, 2004 4:08 PM
Subject: RE: Unable to do a 10046 trace on another users session

> It would help us if you showed what you 'typed' ... Or the script that
> you used.
>
> Raj
> ------------------------------------------------------------------------
> --------=20
> Rajendra dot Jamadagni at nospamespn dot com=20
> All Views expressed in this email are strictly personal.=20
> select standard_disclaimer from company_requirements;=20
> QOTD: Any clod can have facts, having an opinion is an art !
>
> -----Original Message-----
> From: oracle-l-bounce_at_freelists.org
> [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Arghadeep Chatterjee
> Sent: Monday, April 26, 2004 6:18 AM
> To: oracle-l_at_freelists.org
> Subject: Unable to do a 10046 trace on another users session
>
> Hi All,
> I am trying to trace another users session (10046 trace) by using
> DBMS_SYSTEM as mentioned in Cary's book my problem is though everything
> runs out fine the resulting trace file only shows the last line of my
> current SQL and doesnt report any SQL of the application I am trying to
> trace.I am enabling the trace form SQLPLUS while the application is
> Oracle Forms 6i.Any ideas the steps I have followed is exact replica of
> one shown in hotsos.Thanks Regards Arghadeep Chatterjee DBA "KSPL"
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org put
> 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------
>
>
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Mon Apr 26 2004 - 06:30:48 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US