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 错误

  • 相关阅读:
    NOIP普及组2003经验总结
    Day6上午 DP练习题
    Day4 图论
    Day3 数据结构
    使用ettercap进行dns欺骗和获取目标浏览的图片
    flask入门
    攻防世界-web-unserialize3
    数据结构课设作业-----飞机订票系统
    bugku NaNNaNNaNNaN-Batman
    it's a test
  • 原文地址:https://www.cnblogs.com/Babylon/p/8037554.html
Copyright © 2011-2022 走看看