Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Unable to do a 10046 trace on another users session
I've had good success with the following (also posted online at
"http://www.evdbt.com/tools.htm"), in a SQL*Plus script named
"tracetrg.sql":
undef username
spool tracetrg_&&username
create or replace trigger &&username..tracetrg
after logon on &&username..schema
spool off
=================== end clipped text =======================
Please forgive the wrapped text -- be aware that there are only three lines within the body of trigger, each starting with "execute immediate"...
Hope this helps...
-Tim
on 4/26/04 7:01 AM, April Wells at AWells_at_csedge.com wrote:
> I would open an itar. There has to be a way. Oracle is always wanting the
> trace files for Financials... and those are all 10046 traces, some with
> waits, some with binds and waits.
>
> If it can be done in Apps, it can be done ANYWHERE!
>
> -----Original Message-----
> From: biti_rainy [mailto:biti_rainy_at_itpub.net]
> Sent: Monday, April 26, 2004 7:58 AM
> To: oracle-l_at_freelists.org
> Subject: Re: RE: Unable to do a 10046 trace on another users session
>
>
> hi
>
> I had saw some information from metalink but i can not find=
> the URL now.
>
> oracle forms can spawns many session for a single process .=
> as you say :
>
>> called session doesn't inherit the caller's 10046 trace level=
> attribute
-- 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 - 21:57:26 CDT
![]() |
![]() |