网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

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 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_SIZEB. The database instance starts, and Oracle automatically tunes memory and allocates 60 percent to the SGA and 40 percent to the PGAC. The database instance starts, but Automatic Memory Management is disabledD. The database instance will not start because you did not specify the PGA_AGGREGATE_TARGET or SGA_TARGET parameter ” 相关考题
考题 9. _______you _______ stay at home today?A. Do ; have toB. Must; have toC. Have; toD. Do ; must

考题 you, do, eraser, how, spell【连词成句)________________________?

考题 What () you () at eight o'clock tomorrow morning? A、are; doingB、do; youC、will; doD、will; be doing

考题 When setting arguments for a job, which procedure do you use for types that cannot be implicitly converted to and from a VARCHAR2 datatype?() A. SET_JOB_ARGUMENT_VALUEB. SET_JOB_VALUE_ANYDATAC. SET_JOB_ANYDATA_VALUED. SET_SPECIAL_JOB_VALUEE. SET_JOB_ANYTYPE_VALUE

考题 WhichareSRWpackageprocedureorfunctioncouldyouusetocreateandthendropatemporarytableinthesalesreport?() A.SRW.BREAKB.SRW.SET_ALTERC.SRW.REFERENCED.SRW.DO_SQLE.SRW.RUN_REPORTF.SRW.SET_FIELD

考题 You look() What()you()?Atire;did;doBtiring;have;doneCtired;do;doDtired;have;been doing

考题 关于属性的使用正确的是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;} }

考题 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"

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

考题 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;} }