Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL Trace with Oracle 8
You will need to modify your init.ora. Warning Will Robinson, WARNING!
This will generate a whole lot of data that you most likely will never use.
add this statement to your init.ora.
SQL_TRACE=TRUE You can add another statement that might help in tuning.
timed_statistics=true
--
Bob Fazio
Remove no.spam from my email to reply
<jchernia9012_at_my-deja.com> wrote in message
news:7r7bpu$kr6$1_at_nnrp1.deja.com...
> Folks,
> I'm using Oracle8 for NT. I want to log all SQL statements that come
> into the server to a file (there is a similar utility with MSSQL). Is
> this possible, and how would I do it?
>
> TIA,
> John Cherniavsky
> You can email me at jchernia1_at_yahoo.com
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Wed Sep 08 1999 - 23:50:15 CDT
![]() |
![]() |