题目

The session of user SCOTT receives the following error after executing an UPDATE command on the EMPtable: ERROR at line 1: ORA-00060: deadlock detected while waiting for resource On investigation, you find that a session opened byuser JIM has a transaction that caused the deadlock.  Which two statements are true regarding the session ofSCOTT in this scenario()

A

The session is terminated after receiving the error and JIM can continue with his transaction.

B

SCOTT should perform a COMMIT or ROLLBACK to allow JIM to continue with his transaction.

C

The session is rolled back after receiving the error and JIM can continue with his transaction.

D

SCOTT has to reexecute the last command in the transaction after he commits the transaction.

答案
查看答案
相关试题

class Order3 implements Runnable {  public static void main(String [] args) {  new Thread(new Order3()).start();  for(int x = 0; x 〈 10; x++) System.out.print("m"); }  public void run() {  for(int x = 0; x 〈 10; x++) {  //insert code here  System.out.print("r");  }  }  }  和:  当代码被编译并照此运行时产生 "before" 的输出, 当下列内容插入到代码第8行时产生"after"输出  if (x 〉 3 && x 〈 7) Thread.yield();  对比“before”的输出结果和“after”的输出结果,下面哪一项是正确的?() 

A、输出字符的总数可能改变。

B、当添加额外的代码时,编译将失败。

C、在“after”输出结果中,字符“m”较早出现的可能性较小。

D、在“after”输出结果中,字符“m”较早出现的可能性较大。

Windows系统中的磁盘碎片整理程序__(1)__,这样使系统__(2)__。空白(1)处应选择()

A、仅将卷上的可用空间合并,使其成为连续的区域

B、只能使每个文件占用卷上连续的磁盘空间,合并卷上的可用空间

C、只能使每个文件夹占用卷上连续的磁盘空间,合并卷上的可用空间

D、使每个文件和文件夹占用卷上连续的磁盘空间,合并卷上的可用空间

线缆接头、接地卡做防水抱扎,要按顺序紧密缠绕绝缘胶带和防水胶带(采用3X3处理,即3层绝缘+3层防水+3层绝缘),馈线抱扎后擦启用扎带将抱扎处固定后涂上硅胶。()

A、对

B、错

无线传播环境衰弱方式包括:()

A、慢衰弱

B、阴影衰弱

C、快衰弱

D、以上三个都是

设有如下一段程序:针对上述事件过程,以下叙述中正确的是(  )。

A、变量声明语句有错,应改为Statica(5)AsVariant

B、变量声明语句有错,应改为Statica

C、可以正常运行,在窗体上显示three

D、可以正常运行,在窗体上显示four

最新解答的试题