大家论坛-大家学习网论坛计算机专区IT认证论坛 → Oracle DBA 用户管理试题选


  共有3631人关注过本帖树形打印

主题:Oracle DBA 用户管理试题选

帅哥哟,离线,有人找我吗?
沙漠飞鱼
  1楼 个性首页 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:贵宾 贴子:1481 金钱:272 金币:0 积分:4 魅力:0 精华:3 注册:2007-3-16 18:01:00
Oracle DBA 用户管理试题选  发贴心情 Post By:2007-4-16 10:24:00

   注:答案在选项后面

   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,


0  回到顶部
帅哥哟,离线,有人找我吗?
williamlui00
  2楼 个性首页 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:大家网学前班 贴子:7 金钱:107 金币:0 积分:7 魅力:0 精华:0 注册:2008-3-1 23:31:00
  发贴心情 Post By:2008-3-3 13:01:00

再頂

图片点击可在新窗口打开查看

0  回到顶部