日期:2014-05-17  浏览次数:20747 次

100分求助OCA题目解答(十五)。
You suspect that in one of your applications the 
customer table is being accessed by some unauthorized users. Which option would you use to monitor the queries 
being executed on the customer table?  
A. Monitor the alert.logfile 
B. Enable server-side SQL tracing for user sessions  
C.Enable fine-grained auditing for the customer table  
D.Enable Fine-Grained Access Control (FGAC) for the customer table  
E.Write a database trigger on the customer table on the SELECT event 

【答案是D。据我所知,FGAC是对访问的控制,但题目的意思monitor,那应该是审计啊,觉得应该选C啊。】

------解决方案--------------------
不懂 帮顶 学习.....
------解决方案--------------------
标准答案D明显错的。题目要求是如何监控表上的操作,并不是要限制表上的操作,怎么会选‘细粒度权限控制’呢?
------解决方案--------------------
不懂,等待高手分析
------解决方案--------------------
英文的?我帮顶!
------解决方案--------------------
。。。。。。。。有几道题的答案看着真迷糊
------解决方案--------------------
对于开放的环境来说,存取控制是十分必要的,必须要防患于未然。

A. Monitor the alert.logfile 
B. Enable server-side SQL tracing for user sessions
C.Enable fine-grained auditing for the customer table
--监视日志文件、使用跟踪会话、审计用户表,均为事后诸葛亮,不能有效地阻止别人的误操作或使坏。


E.Write a database trigger on the customer table on the SELECT event 
--insert、update、delete才使用trigger,select是不行的。

D.Enable Fine-Grained Access Control (FGAC) for the customer table
--关键是Access Control,如网上银行的三次密码出错当日锁定,取大量现金的报警系统等。

------解决方案--------------------
学习一下
------解决方案--------------------
这位弟兄写得不错,请LZ仔细阅读一下:

http://www.itpub.net/viewthread.php?tid=1037232
------解决方案--------------------
楼主理解正确,应该选c




引用楼主 firefoxboy 的帖子:
You suspect that in one of your applications the
customer table is being accessed by some unauthorized users. Which option would you use to monitor the queries
being executed on the customer table?
A. Monitor the alert.logfile
B. Enable server-side SQL tracing for user sessions
C.Enable fine-grained auditing for the customer table
D.Enable Fine-Grained Access Control (FGAC) for t…

------解决方案--------------------
字面意思,擺明就是C啦!