多选题Identify three benefits of Unified Auditing.()ADecreased use of storage to store audit trail rows in the database.BIt improves overall auditing performance.CIt guarantees zero-loss auditing.DThe audit trail cannot be easily modified because it is read-

题目
多选题
Identify three benefits of Unified Auditing.()
A

Decreased use of storage to store audit trail rows in the database.

B

It improves overall auditing performance.

C

It guarantees zero-loss auditing.

D

The audit trail cannot be easily modified because it is read-only.

E

It automatically audits Recovery Manager (RMAN) events.


相似考题
更多“多选题Identify three benefits of Unified Auditing.()ADecreased use of storage to store audit trail rows in the database.BIt improves overall auditing performance.CIt guarantees zero-loss auditing.DThe audit trail cannot be easily modified because it is read-”相关问题
  • 第1题:

    To make audit information more productive, the DBA executes the following command before startingan audit operation:  SQL> ALTER SYSTEM SET AUDIT_TRAIL=DB,EXTENDED SCOPE=SPFILE;  Which statement is true regarding the audit record generated when auditing starts after restarting thedatabase()

    • A、It contains only the plan for the SQL statement executed by the user.
    • B、It contains the SQL text executed by the user and the bind variables used with it.
    • C、It contains the plan and statistics associated with the SQL statement executed by the user.
    • D、It contains the plan for the SQL statement executed by the user and the bind variables used with it.

    正确答案:B

  • 第2题:

    Oracle数据库中,初始化参数AUDIT_TRAIL为静态参数,使用以下()命令可以修改其参数值。

    • A、ALTER SYSTEM SETAUDIT_TRAIL=DB
    • B、ALTER SYSTEM SETAUDIT_TRAIL=DBDEFERRED
    • C、ALTER SESSION SETAUDIT_TRAIL=DB
    • D、ALTER SYSTEM SETAUDIT_TRAIL=DBSCOPE=SPFILE

    正确答案:D

  • 第3题:

    An administrator requires a summary of current configuration for each system. This is needed for an  audit trail.  Which of the following will provide this information()

    • A、configassist
    • B、prtconf
    • C、Isattr
    • D、listdgrp

    正确答案:B

  • 第4题:

    The SAVE_AMT column in the ACCOUNTS table contains the balance details of customers in a bank. As part of the year/x7fend tax and interest calculation process, all the rows in the table need to be accessed. The bank authorities want to track access to the rows containing balance amounts exceeding $200,000, and then send an alert message to the administrator.  Which method would you suggest to the bank for achieving this task?()

    • A、implementing value­based auditing by using triggers
    • B、implementing fine­grained auditing with audit condition and event handler
    • C、performing standard database auditing to audit object privileges by setting the AUDIT_TRAIL parameter to EXTENDED
    • D、performing standard database auditing to audit SQL statements with granularity level set to ACCESS

    正确答案:B

  • 第5题:

    Which three statements are true regarding the fine/x7fgrained auditing (FGA)?()

    • A、FGA is possible on SELECT statements only.
    • B、The audit trail for FGA is stored in the FGA_LOG$ table.
    • C、The audit trail for FGA is stored in the AUD_LOG$ table.
    • D、FGA enables a SQL predicate to define when to audit an event.
    • E、FGA audits DELETE statements only when audit columns are specified.
    • F、FGA includes the SQL statement used by the user as part of the audit event entry.

    正确答案:B,D,F

  • 第6题:

    You need to identify each help desk user who bypasses the new corporate security policy. What should you do?()

    • A、Configure Audit Special Logon and define Special Groups.
    • B、Configure Audit Other Privilege Use Events and define Special Groups.
    • C、Configure Audit Sensitive Privilege Use and configure auditing for the HelpDesk group.
    • D、Configure Audit Object Access and modify the auditing settings for the HelpDesk group.

    正确答案:A

  • 第7题:

    多选题
    All consultants belong to a global group named TempWorkers.     You place three file servers in a new organizational unit named SecureServers. The three file  servers contain confidential data located in shared folders.     You need to record any failed attempts made by the consultants to access the confidential data.     Which two actions should you perform()
    A

    Create and link a new GPO to the SecureServers organizational unit. Configure the Audit privilege use Failure audi

    B

    Create and link a new GPO to the SecureServers organizational unit. Configure the Audit object access Failure aud

    C

    Create and link a new GPO to the SecureServers organizational unit. Configure the Deny access to this computer f

    D

    On each shared folder on the three file servers, add the three servers to the Auditing tab.  Configure the Failed Full control setting in the Auditing Entry dialog box.

    E

    On each shared folder on the three file servers, add the TempWorkers global group to the Auditing tab. Configure th


    正确答案: B,E
    解析: 暂无解析

  • 第8题:

    多选题
    You installed Oracle Database 11g afresh. Which statements are true regarding the default audit settings in this database?()
    A

    The audit trail is stored in an operating system file.

    B

    Auditing is disabled for all privileges.

    C

    The audit trail is stored in the database.

    D

    Auditing is enabled for all privileges.

    E

    Auditing is enabled for certain privileges related to database security.


    正确答案: B,D
    解析: 暂无解析

  • 第9题:

    多选题
    Which three statements are true regarding the fine-grained auditing (FGA)?()
    A

    FGA is possible on SELECT statements only.

    B

    The audit trail for FGA is stored in the FGA_LOG$ table.

    C

    The audit trail for FGA is stored in the AUD_LOG$ table.

    D

    FGA enables a SQL predicate to define when to audit an event.

    E

    FGA audits DELETE statements only when audit columns are specified.

    F

    FGA includes the SQL statement used by the user as part of the audit event entry.


    正确答案: B,D
    解析: 暂无解析

  • 第10题:

    多选题
    All consultants belong to a global group named TempWorkers.   You place three file servers in a new organizational unit named SecureServers. The three file servers  contain confidential data located in shared folders.   You need to record any failed attempts made by the consultants to access the confidential data.  Which two actions should you perform()
    A

    Create and link a new GPO to the SecureServers organizational unit. Configure the Audit privilege use  Failure audit policy setting.

    B

    Create and link a new GPO to the SecureServers organizational unit. Configure the Audit object  access Failure audit policy setting.

    C

    Create and link a new GPO to the SecureServers organizational unit. Configure the Deny access to  this computer from the network user rights setting for the TempWorkers global group.

    D

    On each shared folder on the three file servers, add the three servers to the Auditing tab. Configure the  Failed Full control setting in the Auditing Entry dialog box.

    E

    On each shared folder on the three file servers, add the TempWorkers global group to the Auditing tab.  Configure the Failed Full control setting in the Auditing Entry dialog box.


    正确答案: A,D
    解析: 暂无解析

  • 第11题:

    单选题
    To make audit information more productive, the DBA executes the following command before starting an auditoperation: SQL> ALTER SYSTEM SET AUDIT_TRAIL=DB,EXTENDED SCOPE=SPFILE; Which statement is true regarding the audit record generated when auditing starts after restarting Thedatabase()
    A

    It contains only the plan for the SQL statement executed by the user.

    B

    It contains the SQL text executed by the user and the bind variables used with it.

    C

    It contains the plan and statistics associated with the SQL statement executed by the user.

    D

    It contains the plan for the SQL statement executed by the user and the bind variables used with it


    正确答案: C
    解析: 暂无解析

  • 第12题:

    单选题
    The cisco wireless location appliance provides an audit trail for each device tracked for up to how many days?()
    A

    45

    B

    60

    C

    15

    D

    30


    正确答案: D
    解析: 暂无解析

  • 第13题:

    Oracle不设置必要的日志审核,就无法追踪回溯安全事件,修改数据库初始化文件init_实例名.ora设置AUDIT_TRAIL选项便于记录供日后检查,以下哪个AUDIT_TRAIL的取值是不存在的?()

    • A、NONE(不审核)
    • B、DB(记录到数据库)
    • C、FILE(记录到文件)
    • D、OS(记录到系统日志)

    正确答案:C

  • 第14题:

    The cisco wireless location appliance provides an audit trail for each device tracked for up to how many days?()

    • A、45
    • B、60
    • C、15
    • D、30

    正确答案:D

  • 第15题:

    Identify three benefits of Unified Auditing.()

    • A、Decreased use of storage to store audit trail rows in the database.
    • B、It improves overall auditing performance.
    • C、It guarantees zero-loss auditing.
    • D、The audit trail cannot be easily modified because it is read-only.
    • E、It automatically audits Recovery Manager (RMAN) events.

    正确答案:A,B,E

  • 第16题:

    You installed Oracle Database 11g afresh. Which statements are true regarding the default audit settings in this database?() 

    • A、 The audit trail is stored in an operating system file.
    • B、 Auditing is disabled for all privileges.
    • C、 The audit trail is stored in the database.
    • D、 Auditing is enabled for all privileges.
    • E、 Auditing is enabled for certain privileges related to database security.

    正确答案:C,E

  • 第17题:

    All consultants belong to a global group named TempWorkers.   You place three file servers in a new organizational unit named SecureServers. The three file servers  contain confidential data located in shared folders.   You need to record any failed attempts made by the consultants to access the confidential data.  Which two actions should you perform()

    • A、Create and link a new GPO to the SecureServers organizational unit. Configure the Audit privilege use  Failure audit policy setting.
    • B、Create and link a new GPO to the SecureServers organizational unit. Configure the Audit object  access Failure audit policy setting.
    • C、Create and link a new GPO to the SecureServers organizational unit. Configure the Deny access to  this computer from the network user rights setting for the TempWorkers global group.
    • D、On each shared folder on the three file servers, add the three servers to the Auditing tab. Configure the  Failed Full control setting in the Auditing Entry dialog box.
    • E、On each shared folder on the three file servers, add the TempWorkers global group to the Auditing tab.  Configure the Failed Full control setting in the Auditing Entry dialog box.

    正确答案:B,E

  • 第18题:

    he DBA is about to enable auditing on the Oracle database in an attempt to discover some suspicious activity. Audit trail information is stored in which of the following database object names?()

    • A、SYS.SOURCE$ 
    • B、SYS.AUD$ 
    • C、DBA_SOURCE 
    • D、DBA_AUDIT_TRAIL

    正确答案:B

  • 第19题:

    多选题
    In WebLogic 10.3.6 and 12c, transaction logs can optionally write to a JDBC store instead of a file store on the file system. Identify the three benefits as a result of this capability.()
    A

    simplified disaster recovery architecture and efforts

    B

    better performance than writing logs to a file store

    C

    common storage of transaction logs with application data

    D

    common replication of transaction logs with application data

    E

    higher transaction throughput


    正确答案: D,A
    解析: 暂无解析

  • 第20题:

    多选题
    All consultants belong to a global group named TempWorkers. You place three file servers in a new organizational unit named SecureServers. The three file servers contain confidential data located in shared folders. You need to record any failed attempts made by the consultants to access the confidential data. Which two actions should you perform()
    A

    Create and link a new GPO to the SecureServers organizational unit Configure the Audit privilege use Failure audit policy setting.

    B

    Create and link a new GPO to the SecureServers organizational unit Configure the Audit object access Failure audit policy setting.

    C

    Create and link a new GPO to the SecureServers organizational unit Configure the Deny access to this computer from the network user rights setting for the TempWorkers global group.

    D

    On each shared folder on the three file servers, add the three servers to the Auditing tab Configure the Failed Full control setting in the Auditing Entry dialog.

    E

    On each shared folder on the three file servers, add the TempWorkers global group to the Auditing tab Configure the Failed Full control setting in the Auditing Entry dialog box.


    正确答案: C,A
    解析: 暂无解析

  • 第21题:

    多选题
    Oracle中如何设置audittrail审计,正确的说法是:()
    A

    在init.ora文件中设置“audit_trail=true”或者“audit_trail=db”

    B

    以SYSDBA身份使用AUDITALLONSYS.AUD$BYACCESS,语句对audittrail审计

    C

    Oracle不支持对audittrail的审计

    D

    在设置audittrail审计前,要保证已经打开Oracle的审计机制


    正确答案: C,B
    解析: 暂无解析

  • 第22题:

    多选题
    You work as a database administrator for Certkiller .com. In your development environmentenvironment, the developers are responsible for modifying the table structure according to the application requirements. However, you want to keep track of the ALTER TABLE commands being executed by developers, so you enable auditing to achieve this objective.  Which two views would you refer to find out the audit information?()
    A

    DBA_AUDIT_TRAIL

    B

    DBA_AUDIT_SESSION

    C

    DBA_FGA_AUDIT_TRAIL

    D

    DBA_COMMON_AUDIT_TRAIL


    正确答案: D,B
    解析: 暂无解析

  • 第23题:

    单选题
    To make audit information more productive, the DBA executes the following command before startingan audit operation:  SQL> ALTER SYSTEM SET AUDIT_TRAIL=DB,EXTENDED SCOPE=SPFILE;  Which statement is true regarding the audit record generated when auditing starts after restarting thedatabase()
    A

    It contains only the plan for the SQL statement executed by the user.

    B

    It contains the SQL text executed by the user and the bind variables used with it.

    C

    It contains the plan and statistics associated with the SQL statement executed by the user.

    D

    It contains the plan for the SQL statement executed by the user and the bind variables used with it.


    正确答案: B
    解析: 暂无解析