Oraclefga審計有這幾個特性
fga審計有這幾個特性:
本文為原創文章,轉載請注明出處:
http://blog.csdn.net/msdnchina/article/details/38409057
1.select * from table_xxx where 1=2 --該語句是不會被審計到dba_fga_audit_trail中的,原因我猜測是沒有任何記錄被select到
2.以sys用戶登陸 一個會話,執行select * from user.table_xxx ,是不會被fga審計到的(也就是不往dba_fga_audit_trail裡邊寫入審計記錄) ,原因是sys用戶是不被fga審計的。