zoukankan      html  css  js  c++  java
  • 12c OCP考试专项 [1z0-071]-Q1:系统权限/对象权限/角色(2020.06.12)

    which three are true about privileges?

    A.A combination of object and system privileges can be granted to a role.
    B.All type of schema object have associated object privileges.
    C.Schema owners can grant object privileges on object in their schema to any other user or role.
    D.Object privileges granted on a table automatically apply to all sysnonyms for that table.
    E.Only users with the GRANT ANY PRIVILEGES privilege can grent and revoke system privileges from other users.
    F.Only user with the DBA role can create roles.

    Answer: CDE

    Explanation:
    A:可以将对象权限和系统权限组合授权给角色。错误,不能组合授权,但可以分别将系统权限和对象权限授权给同一个角色。
    B:所有类型的模式对象都有关联的对象权限。错误,clusters, indexes, triggers, and database links 这些没有关联的对象权限。
    F:只有DBA角色的用户才能创建角色。错误,普通用户只要有 create role 系统权限就可以创建角色。

    提示:答案为个人理解和解答,难免有错,也欢迎大家及时指正。

  • 相关阅读:
    常见排序算法总结(一)
    27.移除元素
    556. 下一个更大元素 III
    503. 下一个更大元素 II
    496.下一个更大元素Ⅰ
    汇编基础
    SQL回顾
    Pandas整理
    爬取中公网新闻时政
    Python合并Excel表格
  • 原文地址:https://www.cnblogs.com/askscuti/p/13099186.html
Copyright © 2011-2022 走看看