Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 9i and request log

Re: Oracle 9i and request log

From: <Kenneth>
Date: Tue, 21 Mar 2006 20:02:13 GMT
Message-ID: <442059c9.2771562@news.inet.tele.dk>


On Tue, 21 Mar 2006 17:12:14 +0100, Laurent Rahuel <lrahuel.notgood_at_voila.fr> wrote:

>Hi,
>
>Is there any place I could find a logfile user requests to the database ??
>
>Regards,
>
>Laurent

Depends on what "requests" means.

AUDITING is the tool of....surprise... auditing an Oracle database. Check the manual about this. You can audit about any user action with it.

Logminer, as suggested by Daniel, is only capabale of tracking changes in the DB, it does not record queries. It also has the drawback of only reaching so far back as your archivelogs do. Needless to say, it also, unlike AUDITING, requires ARCHIVELOG mode.

Received on Tue Mar 21 2006 - 14:02:13 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US