Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Generate a CRUD matrix
David FitzGerald wrote:
> I've been searching all day how to do this, but with no luck...
>
> Is it possible to generate a CRUD matrix from an Oracle 9i SQL trace
> file?
> If not, is it even possible to get a list of what tables have had
> something selected from, updated or inserted?
>
> I'm new to all this, so please excuse if this is a stupid question...
>
> Thanks,
> David.
You can audit insert, update, and delete (triggers and audit). But select? You really don't want to go there.
DAniel Morgan Received on Thu Feb 27 2003 - 16:24:49 CST
![]() |
![]() |