dbms_fga
From: Wojciech Skrzynecki <wojciech.skrzynecki_at_gmail.com>
Date: Thu, 3 Jan 2008 00:21:31 +0100
Message-ID: <009301c84d96$d2670860$ccb3724d@allianz.local>
Date: Thu, 3 Jan 2008 00:21:31 +0100
Message-ID: <009301c84d96$d2670860$ccb3724d@allianz.local>
Hello
I have table with sensitive data. I would like to audit if specifics "osusers" execute "select" on this table. I use dbms_fga like below
begin
dbms_fga.add_policy
(object_schema => 'CELIA',
object_name => 'HERDS',
policy_name =>'WOJTEK');
end;
Is it possible to audit only specifics "osuser" using dbms_fga package? If not can I monitor select statements on the table of some osuser?
Regards.
Wojtek
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Jan 02 2008 - 17:21:31 CST