zoukankan      html  css  js  c++  java
  • 052-151

    View the Exhibit1, which shows the options that are selected to create the user SL_REP.


    View the Exhibit2 and examine the contents of DATABASE_PROPERTIES.


    Which two statements are true regarding this user? (Choose two.)
    A.The user is authenticated by the operating system.
    B.The objects created by the user are placed in the USERS tablespace.
    C.The user does not require quota on the TEMP tablespace to perform sort operations.
    D.The user is forced to change the password at the first login to the database instance.
    E.The objects created by the user in future are unlocked to be accessed by all the users in the databaseby default.

     从图 1 可以看出是通过 password 进行身份验证,A 错误
    从图 1 看没指定默认表空间,图 2 看出默认表空间为 USERS,B 正确
    从图 2 看出用户的默认临时表空间为 TEMP,不能在临时表空间上指定配额,C 正确
    从图 1 看出 Expire Password now 没有勾选,即口令不会立即失效,D 错误
    从图 1 看出用户以后创建对象,必须要授权,其它用户才能访问,E 错误

  • 相关阅读:
    Linux命令——mkdir
    UNIX 高手的 10 个习惯
    Linux命令——pwd
    Linux命令——cd命令
    Linux命令——ls命令
    denyhost安装脚本
    三台服务器无需密码相互访问
    字符串方法
    nginx简易安装
    shell 条件判断语句整理
  • 原文地址:https://www.cnblogs.com/Babylon/p/8037554.html
Copyright © 2011-2022 走看看