Oracle 11G OCP 1Z0-052 58

(58)View the Exhibit and examine the parameters.

User A executes the following command to update the TRANS table:

SQL> UPDATE B.trans SET tr_amt = tr_amt + 500 WHERE c_code = 'C005';

Before user A issues a COMMIT or ROLLBACK command, user B executes the following command on the TRANS table:

SQL> ALTER TABLE trans MODIFY (tr_type VARCHAR2(3));

What would happen in this scenario?

A. The ALTER TABLE command modifies the column successfully.

B. The DDL operation gets higher priority and transaction for user A is rolled back.

C. The ALTER TABLE command waits indefinitely until user A ends the transaction.

D. The ALTER TABLE command fails after waiting for 60 seconds due to the resource being busy.

答案:(D)

解析:

--在一个会话中创建和修改表

scott@TESTDB11>create table emp1 as select * from emp;

Table created.

scott@TESTDB11>update emp1 set sal = sal * 2 where empno = 7788;

1 row updated.

--D. 在另一个会话中修改表的定义,这个错误是立即返回的,本答案稍有瑕疵.

scott@TESTDB11>alter table emp1 modify (ename varchar2(30));

alter table emp1 modify (ename varchar2(30))

            *

ERROR at line 1:

ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/17013648/viewspace-1180139/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/17013648/viewspace-1180139/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值