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

  • 相关阅读:
    二分图匹配详解
    树状数组略解
    质数算法略解
    主席树详解
    线段树略解
    【题解】Luogu P2073 送花
    【题解】Luogu P1533 可怜的狗狗
    分块入门
    【题解】Luogu CF86D Powerful array
    【题解】Luogu UVA12345 Dynamic len(set(a[L:R]))
  • 原文地址:https://www.cnblogs.com/Babylon/p/8037554.html
Copyright © 2011-2022 走看看