Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Auditing...
You can achive this by having triggers on the table in question. Triggers
will allow you to manage user access on tables by logging the actions to
another table. You can record before and after views of the data that is
subject to an update and much more.
Phil
Jimmy <c6635500_at_comp.polyu.edu.hk> wrote in article
<353D4FAE.72F0_at_comp.polyu.edu.hk>...
> Hello all,
>
> Is it possible to record who access table A in Oracle server? The
> access include select, update, delete and insert. I know that Oracle
> server can do audit in table level. Is it possible to audit in record
> level? i.e. to record which record in table A has been accessed?
>
> Thanks,
> Jimmy
>
Received on Tue Apr 21 1998 - 07:52:14 CDT
![]() |
![]() |