zoukankan      html  css  js  c++  java
  • 12c OCP考试专项 [1z0-062]-Q1:CDB与PDB权限

    In your multitenant container database (CDB) containing pluggable database (PDBs), you
    granted the CREATE TABLE privilege to the common user C##ADMIN in root and all PDBs.
    You execute the following command from the root container:
    SQL > REVOKE create table FROM C##ADMIN;
    What is the result?

    A. It executes successfully and the CREATE TABLE privilege is revoked from C##ADMIN in root only.
    B. It fails and reports an error because the CONTAINER=ALL clause is not used.
    C. It excludes successfully and the CREATE TABLE privilege is revoked from C##ADMIN in root and all PDBs.
    D. It fails and reports an error because the CONTAINER=CURRENT clause is not used.
    E. It executes successfully and the CREATE TABLE privilege is revoked from C##ADMIN in all PDBs.

    Answer: A
    Explanation: 在多租户环境里面,REVOKE…FROM…命令默认缺省选项为 container=current ,也就是回收当前容器数据库的权限。题目告知是在根容器(CDB$ROOT)里面执行的语句,因此只会回收根容器的权限。知识拓展如下图

  • 相关阅读:
    vue如何实现热更新
    vue项目与node项目分离
    vue如何实现热更新
    Vue项目SSR改造实战
    找工作Java面试 题搜集
    html5绘图笔记纪要
    HTML5实现绘制几何图形
    浅谈html5在vr中的应用
    浏览器三种事件处理的模型
    基于html5二个div 连线
  • 原文地址:https://www.cnblogs.com/askscuti/p/12672339.html
Copyright © 2011-2022 走看看