OCP-1Z0-053-200题-165题-141

编程知识 更新时间:2023-05-02 19:10:16

QUESTION 165

View the Exhibit for some of the current parameter settings. A user logs in to the HR schema and issues the

following commands:

SQL> CREATE TABLE emp

(empno NUMBER(3),

ename VARCHAR2(20),

sal NUMBER(8,2));

SQL> INSERT INTO emp(empno,ename) VALUES(1,'JAMES');

At this moment, a second user also logs in to the HRschema and issues the following command:

SQL> ALTER TABLE emp MODIFY sal NUMBER(10,2);

What happens in the above scenario?


A. The second user's session immediately produces theresource busy error.

B. The second user's command executes successfully.

C. The second user's session waits for a time periodbefore producing the resource busy error.

D. A deadlock is created.

Answer: C

同141题:http://blog.csdn/rlhua/article/details/16844811


Explanation/Reference:

Section: Managing Database Performance & Tuning

更多推荐

OCP-1Z0-053-200题-165题-141

本文发布于:2023-04-28 04:56:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/3a65f843ab7ace383e127a823956647b.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:OCP

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 107752文章数
  • 27244阅读数
  • 0评论数