问题:
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.
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?()
● 参考解析
本题暂无解析
相关内容
相关标签