Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to capture SQL
Mark Bole <makbo_at_pacbell.net> wrote in
news:bnSUc.4549$QJ3.3033_at_newssvr21.news.prodigy.com:
> Daniel Morgan wrote:
>> Randy Harris wrote: >> >>> Is there a simple means of capturing an SQL statement sent from an >>> application to an Oracle 9i server (on the server end)? I've been >>> looking >>> through the documentation, not sure if this should be done with >>> trace, or auditing or if there is some way to enable SQL logging, or >>> dump the redo log >>> or something else. >> >> >> Look at the DBMS_SUPPORT built-in package. >> http://www.psoug.org/reference/dbms_support.html >>
SELECT statements do not end up in redo logfiles. Received on Wed Aug 18 2004 - 20:08:03 CDT
![]() |
![]() |