您的位置:首页 > 其它

ocp-427

2015-10-15 15:55 225 查看
QUESTION NO: 427

Examine the following PL/SQL block:

DECLARE

my_plans pls_integer;

BEGIN

my_plans := DBMS_SPM.LOAD_PLANS_FROM_CURSOR_CACHE (sql_id => ?9twu5t2dn5xd?;

END;

Which statement is true about the plan being loaded into the SQL plan baseline by the above command?

A. It is loaded with the FIXED status.

B. It is loaded with the ACCEPTED status.

C. It is not loaded with the ENABLED status. D.

It is not loaded with the ACCEPTED status.

Answer: B

关于以上命令中被加载到SQL计划基线的计划,哪种说法是正确的?

B.它带着可接受的状态被装载。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: