zoukankan      html  css  js  c++  java
  • Oracle DBA 用户管理试题

    注:答案在选项后面

       Q. 1 : The default tablespace clause in the create user command sets the location for
      
      1. Database Objects created by the user
      2. Temporary Objects Created By the User
      3. System Objects Created by the user
      4. None of the above
      
      Q. 2 : What does sessions_per_user in a resource limit set
      
      1. No of Concurrent Sessions for the database
      2. No of Sessions Per User
      3. No of Processes Per User
      4. None of the above
      
      Q. 3 : What keyword during the create user command, limits the space used by users objects in the database
      
      1. Size
      2. Next_Extent
      3. Max_Extents
      4. Quota
      
      
      Q. 4 : What value sets the no activity time in minutes before a user is disconnected
      
      1. IDLE_TIME
      2. DISCONNECT_TIME
      3. CONNECT_TIME
      4. NONE OF THE ABOVE
      
      Q. 5 : What operations are limited by the Quota on a tablespace
      
      1. Update
      2. Delete
      3. Create
      4. All of the above
      
      Q. 6 : Which of the following statements is incorrect when used with : Alter User James
      
      1. Add Quota 5m
      2. indentified by james
      3. Defaul tablespace system
      4. None of the above
      
      Q. 7 : What view consists information about the resource usage parameters for each profile
      
      1. DBA_PROFILE
      2. DBA_PROFILES
      3. DBA_USERS
      4. DBA_RESOURCES
      
      Q. 8 : What 2 values are required to kill a User Session
      
      1. SID, Process ID
      2. SID, Serial #
      3. Serial #, Process ID
      4. None of the above  
      
      Q. 9 : What view contains the information about all users and the roles granted to them

      
      1. DBA_ROLES
      2. DBA_ROLE_PRIVS
      3. DBA_USERS
      4. None of the above
      
      Q. 10 : Where can you obtain the SID and Serial # from
      
      1. DBA_PROCESS
      2. DBA_SESSION
      3. V$SESSION
      4. None of the above
      
      Q. 11 : What is the effect of the following command " Alter system kill session ‘12,123‘;
      
      1. Kill Session with PID=12 and Serial=123
      2. Kill Session with SID=12 and Serial =123
      3. Kill Session with Serial =123 and SID=12
      4. None of the above
      
      Q. 12 : What parameter in Init.ora enables the resource limits
      
      1. RESOURCE=TRUE
      2. RESOURCE_LIMIT=TRUE
      3. RES_LIMIT=TRUE
      4. They are enabled by default
      
      Answer:

      1=>1,
      2=>2,
      3=>4,
      4=>1 : IDLE_TIME (in user profile) limits periods of continious inactive time during a session, expressed in minutes. Oracle Net8 configuration parameter SQLNET.EXPIRE_TIME enables dead connection detection sending probe packets from sever to client in a user defined interval.
      5=>3,
      6=>1,
      7=>2,
      8=>2,
      9=>2,
      10=>3,
      11=>2,
      12=>2,

  • 相关阅读:
    Node.js运行Vue项目
    DotNetCore知识栈
    Building gRPC Client iOS Swift Note Taking App
    React Native
    Node.js 教程
    SQL 在线教程&在线练习平台
    RxSwift + Moya + ObjectMapper
    浅谈常用的几种web攻击方式
    让MyEclipse支持mac的Retina屏解决字体模糊的问题
    Java设计模式中的单例模式
  • 原文地址:https://www.cnblogs.com/HondaHsu/p/790776.html
Copyright © 2011-2022 走看看