Which Oracle Database component is audited by default if the unified Auditing option is enabled?()A. Oracle Data PumpB. Oracle Recovery Manager (RMAN)C. Oracle Label SecurityD. Oracle Database VaultE. Oracle Real Application Security

题目
Which Oracle Database component is audited by default if the unified Auditing option is enabled?()

A. Oracle Data Pump

B. Oracle Recovery Manager (RMAN)

C. Oracle Label Security

D. Oracle Database Vault

E. Oracle Real Application Security


相似考题
参考答案和解析
参考答案:B
更多“Which Oracle Database component is audited by default if the unified Auditing option is enabled?() ”相关问题
  • 第1题:

    如果要为控件设置焦点,则下列属性值是真(.T.)的是( )。

    A)Enabled和cancel

    B)Enabled和Visible

    C)Default和Cancel

    D)Visible和Cancel


    正确答案:B
    在表单的控件中,SetFocus可以让控件获得焦点,使其成为活动对象。如果一个控件的Enabled属性值和Visible属性值为.F,将不能获得焦点,如果一个控件获得焦点,则Enabled属性值和Visible属性值为.T.。

  • 第2题:

    程序运行后,要使单选按钮Option1为选中状态,下面语句正确的是_________。

    A.Option1.Value = True

    B.Option1.CheckState = True

    C.Option1.Visible = True

    D.Option1.Enabled = True


    Option1.Value = True

  • 第3题:

    建立登录用户时若不指定DEFAULT_DATABASE选项,默认数据库为master数据库。()


    正确

  • 第4题:

    如果要为控件设置焦点,则下列属性值是真(.T.)的是

    A.Enabled和Default
    B.Enabled和Visible
    C.Default和Cancel
    D.Visible和Default

    答案:B
    解析:

  • 第5题:

    要得到如图所示的对话框,应使用的语句是()

    A.JOptionPane.showConfirmDialog(null,“今天有雨吗”,”请确认”,DEFAULT_OPTION);

    B.JOptionPane.showConfirmDialog(null,”请确认”,”今天有雨吗”,JOptionPane.YES_OPTION);

    C.JOptionPane.showConfirmDialog(null,”今天有雨吗”,”请确认”,JOptionPane.YES_OPTION);

    D.JOptionPane.showConfirmDialog(null,”请确认”,”今天有雨吗”,JOptionPane.DEFAULT_OPTION);


    数字

  • 第6题:

    程序运行后,要使单选按钮Option1为选中状态,下面语句正确的是_________。

    A.Option1.CheckState = True

    B.Option1.Value = True

    C.Option1.Visible = True

    D.Option1.Enabled = True


    Option1.Value = True