Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL Server Profiler = Oracle ??
Why not issue:
ALTER SESSION SET SQL_TRACE=TRUE; Then run your query. Then issue:
ALTER SESSION SET SQL_TRACE=FALSE; A trace of that query will be found in USER_DUMP_DEST.
HTH,
Brian
Fernando Ibarra wrote:
>
> Hi,
>
> Somebody knows since I can make a trace of one query in Oracle. I can do
> it in SQL Server, but I do not know the tool that allows to do it in Oracle.
>
> Trank.
Received on Thu Oct 03 2002 - 12:29:53 CDT
![]() |
![]() |