oracle数据库细粒度访问控制方法

1。利用应用上下文实现细粒度访问控制
( 1: Create a PL/SQL Package to Set the Secure Context
2: Create the Secure Context and Associate It with the Package
3: Create the Initialization Script for the Application)
2。利用视图实现细粒度访问控制(禁止对列的访问、屏蔽列的值、控制对列中的值的访问)。
3。使用vpd实现细粒度访问控制(编写策略函数、添加策略、测试)。
4。使用oracle标签安全实现细粒度访问控制
(先创建一个policy,然后在policy中创建level,compartment,group,
之后通过这些定义好的level,compartment,group再定义label,然后
将policy绑定到某张表或者某个schema,最后再给相应的用户设置label)

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/9599/viewspace-472989/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/9599/viewspace-472989/

你可能感兴趣的:(oracle数据库细粒度访问控制方法)