You specify a nonzero value for the MEMORY_TARGET initialization parameter, but do not set the PGA_AGGREGATE_TARGET or the SGA_TARGET parameters. You restart your database instance.Which statement about the result is true?()A. The database instance starts

题目

You specify a nonzero value for the MEMORY_TARGET initialization parameter, but do not set the PGA_AGGREGATE_TARGET or the SGA_TARGET parameters. You restart your database instance.Which statement about the result is true?()

A. The database instance starts, and Oracle sets the default value of SGA_TARGET to the same value as SGA_MAX_SIZE

B. The database instance starts, and Oracle automatically tunes memory and allocates 60 percent to the SGA and 40 percent to the PGA

C. The database instance starts, but Automatic Memory Management is disabled

D. The database instance will not start because you did not specify the PGA_AGGREGATE_TARGET or SGA_TARGET parameter


相似考题
更多“You specify a nonzero value for the MEMORY_TARGET initialization parameter, but do not set ”相关问题
  • 第1题:

    WhichareSRWpackageprocedureorfunctioncouldyouusetocreateandthendropatemporarytableinthesalesreport?()

    A.SRW.BREAK

    B.SRW.SET_ALTER

    C.SRW.REFERENCE

    D.SRW.DO_SQL

    E.SRW.RUN_REPORT

    F.SRW.SET_FIELD


    参考答案:D

  • 第2题:

    关于属性的使用正确的是

    A.private int num; public string Num { get{return num;} set{num=value;} }

    B.private int num; public int Num { get{return num;} set{num=value;} }

    C.private int num; public int Num { get{num=value;} set{return num;} }

    D.private int num; private int Num { get{return num;} set{num=value;} }


    private int num; public int Num { get{return num;} set{num=value;} }

  • 第3题:

    【填空题】Set指令可以将do1信号置位结果为()


    1

  • 第4题:

    You look() What()you()?

    Atire;did;do

    Btiring;have;done

    Ctired;do;do

    Dtired;have;been doing


    D

  • 第5题:

    3、在 struts 开发中有页面内容: < a herf=”oprator.do?method=add”> 添加</a> < a herf=”oprator.do?method=modify”> 修改</a> 添加 修改 完成 struts-config.xml 的配置 <action path="/base" type="struts.action.BaseAction" /> 在下划线上填入()。

    A.parameter="action"

    B.parameter="method"

    C.attribute="method"

    D.attribute="action"


    正确

  • 第6题:

    6、关于属性的使用正确的是

    A.private int num; public string Num { get{return num;} set{num=value;} }

    B.private int num; public int Num { get{return num;} set{num=value;} }

    C.private int num; public int Num { get{num=value;} set{return num;} }

    D.private int num; private int Num { get{return num;} set{num=value;} }


    private int num; public int Num { get{return num;} set{num=value;} }