Re: auditing access to object
- From: "Steve" <morriszone@xxxxxxxxxxx>
- Date: 23 Dec 2006 14:09:26 -0800
Database event "Audit Schema Object Access Event", ObjectName column
with one row for each object in the view.
Hi,
I need to audit any access to table (example table creditcards)
profiler work fine if table creditcards referenced
by select/ upadate/delete or procedure
but if I create view
create v_alex
as
select * from creditcards
profiler with all events would show only v_alex
Application modifing and number of views growing ...
Any way to trace accees to creditcards if it referenced by view ?
.
- References:
- auditing access to object
- From: t2581
- auditing access to object
- Prev by Date: Re: auditing access to object
- Next by Date: Re: auditing access to object
- Previous by thread: Re: auditing access to object
- Next by thread: Re: auditing access to object
- Index(es):
Relevant Pages
|
|