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: Auditing the selection SQL issuing by users in Oracle 8i

Re: Auditing the selection SQL issuing by users in Oracle 8i

From: Joe Kazimierczyk <joseph.kazimierczyk_at_bms.com>
Date: Tue, 24 Jul 2001 07:19:40 -0400
Message-ID: <3B5D59CC.FA17273B@bms.com>

You can AUDIT SELECT ON tablename; for every object you are interested in. Or AUDIT SELECT TABLE; to audit selects on all objects. This can generate a large audit trail, so watch out! And it only tells you that a certain user did a select on a certain object. You don't see what the actual select was.

RLC wrote:
>
> I would like to know is there any possible solution to record every
> selection SQL commands issuing by users in Oracle 8i ??
Received on Tue Jul 24 2001 - 06:19:40 CDT

Original text of this message

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