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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Generate a CRUD matrix

Re: Generate a CRUD matrix

From: DA Morgan <damorgan_at_exesolutions.com>
Date: Fri, 28 Feb 2003 08:21:33 -0800
Message-ID: <3E5F8C8D.5ADEDF1@exesolutions.com>


David FitzGerald wrote:

> DA Morgan <damorgan_at_exesolutions.com> wrote in message
>
> > You can audit insert, update, and delete (triggers and audit). But
> > select? You really don't want to go there.
>
> I think you misunderstand slightly... I don't want to see every
> select, insert, undate or delte -- all I want to know is if that table
> was accessed whatsoever during a given session.
>
> <snipped>
>
>
> Many thanks,
>
> David.

Same answer. There is no way to audit SELECTs other than by brute force looking at open cursors, etc. And then there's dynamic SQL with bind variables.

Daniel Morgan Received on Fri Feb 28 2003 - 10:21:33 CST

Original text of this message

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