On Oct 13, 12:39*pm, Martin Bowes <martin.bo... (AT) ctsu (DOT) ox.ac.uk> wrote:
Quote:
Hi All,
Is there any good reason why I can't install a security_alarm on a view?
It came as quite a surprise to me that this is not possible.
Eg.
create view x as select * from y;
E_PS04D1 'x' is a view. Security alarms may not be created/dropped on a *view.
If I create the security alarm on the base tables of the view, I won't get an alarm if the user accesses the view.
Martin Bowes |
Just a wild guess, would it require a materialized view for it to work?