Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: trace sql statements
Hello Sybrand
Sybrand Bakker wrote:
> On 24 May 2003 08:19:37 GMT, Urs Stotz <stotz_at_gmx.ch> wrote:
>
>> Is it possible each sql statement to trace of an other oracle session? >> [...]
Thank you for your answer!
I have chose the first one methode.
I have found now this in ORA00382.TRC:
...
tim=103975509 hv=4217551702 ad='1dc87930' SELECT BPANALYSES.BPANA,BPANALYSES.BPANANAME,BPANALYSES.BPANAIK FROM SWCSCDAT.BPANALYSES
WHERE NOT (BPANALYSES.BPANAIK = (:v1 )) AND (BPANALYSES.CREUSR = (:v2 ) OR BPANALYSES.BPAACCESS = (:v3 )) ORDER BY BPANALYSES.BPANAEND OF STMT
FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=1,dep=0,og=4,tim=103975509 FETCH #1:c=0,e=0,p=0,cr=2,cu=0,mis=0,r=8,dep=0,og=4,tim=103975509 =====================
There is only one problem. Is there a way to see also the values? I meen instead of (:v1), (:v2) and (:v3).
Best regards,
Urs
Received on Wed Jun 04 2003 - 05:26:37 CDT
![]() |
![]() |