当前位置: 代码迷 >> Oracle认证考试 >> 042-13题 ,不懂,求解答解决思路
  详细解决方案

042-13题 ,不懂,求解答解决思路

热度:458   发布时间:2016-04-24 03:51:03.0
042-13题 ,不懂,求解答
13. The SAVE_AMT column in the ACCOUNTS table contains the balance details of customers in a bank.
As part of the yearend
tax and interest calculation process, all the rows in the table need to be accessed.
The bank authorities want to track access to the rows containing balance amounts exceeding $200,000,
and then send an alert message to the administrator.
Which method would you suggest to the bank for achieving this task?
A. implementing valuebased
auditing by using triggers
B. implementing finegrained
auditing with audit condition and event handler
C. performing standard database auditing to audit object privileges by setting the AUDIT_TRAIL
parameter to EXTENDED
D. performing standard database auditing to audit SQL statements with granularity level set to ACCESS
Answer: B

------解决方案--------------------
 finegrained FGA Oracle 的细粒度审计。可以判断表内的数据。
  相关解决方案