• Oracle DBA 审计数据库试题


    Q. 1 : What feature in oracle allows you to monitor Suspicious Activity on the Datbase
      
      1. Replication
      2. Auditing
      3. Monitoring
      4. Tuning
      
      Q. 2 : Auditing can be turned on by setting this parameter
      
      1. DB_AUDIT_TRAIL
      2. AUDIT_TRAIL
      3. AUDIT_DB
      4. None of the above
       
      Q. 3 : What are the valid values for AUDIT_TRAIL Parameter
      
      1. DB
      2. OS
      3. NONE
      4. All of the above
      
      Q. 4 : Where are the records stored if the following value is set in the PARAMETER file. "AUDIT_TRAIL=DB"
      
      1. Database
      2. Operating System File
      3. Tape
      4. None of the above
      
      Q. 5 : Where is the audit information written to when the AUDIT_TRAIL parameter is set to NONE
      
      1. Parameter File
      2. Redo Log
      3. OS File
      4. Audit Trail is not turned on
      
      Q. 6 : Which data dictionary object holds the information about audit codes and their associated names
      
      1. AUDIT_INFO
      2. DBA_AUDIT_INFO
      3. AUDIT_ACTIONS
      4. None of the above  
      
      Q. 7 : Audit Data is Stored in
      
      1. SYS.X$AUDIT
      2. SYS.V$AUD
      3. SYS.AUD$
      4. None of the above
      
      Q. 8 : Instance Startup Audit Records are Placed in
      
      1. ALERT.LOG
      2. USER.TRC
      3. AUDIT_FILE_DEST
      4. AUDIT_REC_DEST
      
      Q. 9 : The db is running with session audit and the audit table is full. What happens to new sessions
      
      1. Nothing, They are not audited
      2. New Connections are Not Allowed
      3. Session allowed, with audit record to alert.log
      4. None of the abvoe
      
      Q. 10 : After Audit_Trail is set to NONE, the audit trail is disabled by
      
      1. Restarting the Database
      2. Disabling Restricted Mode
      3. Grant Audit_trail to public
      4. None of the above
       
      Answer:

      1=>2,
      2=>2,
      3=>4,
      4=>1,
      5=>4,
      6=>3,
      7=>3,
      8=>3,
      9=>2,
      10=>1,
  • 相关阅读:
    二阶段项目所遇问题 加载分页信息并且加入删除摁钮 限制权限可见
    用kryonet时kryo报buffer underflow错误
    《深入理解Java虚拟机》读书笔记七
    《深入理解Java虚拟机》读书笔记六
    《深入理解Java虚拟机》读书笔记五
    《深入理解Java虚拟机》读书笔记四
    《深入理解Java虚拟机》读书笔记三
    《深入理解Java虚拟机》读书笔记二
    《深入理解Java虚拟机》读书笔记一
    《实战Java高并发程序设计》读书笔记六
  • 原文地址:https://www.cnblogs.com/HondaHsu/p/790764.html
Copyright © 2020-2023  润新知