当前位置:1Z0-053题库

问题:

[单选]

View the following SQL statements:  
Transaction T1 INSERT INTO hr.regions VALUES (5,’Pole’);COMMIT; 
Transaction T2 UPDATE hr.regions SET region_name=’Poles’ WHERE region_id = 5; COMMIT; 
Transaction T3 UPDATE hr.regions SET region_name=’North and South Poles’ WHERE region_id = 5;  
You want to back out transaction T2. 
Which option would you use?()

A .  It is possible,but transaction T3 also backs out.
B .  It is possible with the NOCASCADE_FORCE option.
C .  It is possible with the NONCONFLICT_ONLY option.
D .  It is not possible because it has conflicts with transaction T3.

民事诉讼与刑事诉讼有何区别? How can you modify the application to return more meaningful error messages to the user?() Create a custom messages table. Include the necessary error handling code in the form modules to display the meaningful custom message instead of the ORA- error message. 。 Provide users with a form in the application to query the ORA- error, that will return a custom message to replace the ORA- message. 。 Eliminate constraints where possible, thereby limiting the number of error messages returned. 。 Create a procedure to include the RETRIEVE_MESSAGE built-in that automatically translates common server errors into meaningful messages for use in Forms.。 简述轴与孔的液压套合法。 Oracle Fusion Middleware Control runs as:()  a module in Oracle HTTP Server。  a PL/SQL module in Oracle Database。  an application in WebLogic Server Administration Server。  an application in WebLogic Server Managed Server。 老年人运动系统主要变化正确的是()。 脊柱纤维弹性变大。 肌肉粗壮。 身高不变。 出现驼背现象。

View the following SQL statements:  
Transaction T1 INSERT INTO hr.regions VALUES (5,’Pole’);COMMIT; 
Transaction T2 UPDATE hr.regions SET region_name=’Poles’ WHERE region_id = 5; COMMIT; 
Transaction T3 UPDATE hr.regions SET region_name=’North and South Poles’ WHERE region_id = 5;  
You want to back out transaction T2. 
Which option would you use?()

参考答案:

  参考解析

本题暂无解析

在线 客服