Oracle 11G OCP 1Z0-052 27

LuiseDalian發表於2014-06-06
(27)Which two statements are true regarding transactions in an Oracle database? (Choose two.)

A.Multiple transactions can use the same undo segment.

B.A transaction is assigned an undo segment when it is started.

C.More than one transaction cannot share the same extent in the undo tablespace.

D.The transactions use system undo segment to store undo data if all the segments in the undo tablespace are used.

答案:(A、B)

解析:

C(X). 多個事務可以共享一個段,而段是由extent組成的,所以多個事務可以共享多個extent

D(X). 應該是迴圈使用



來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17013648/viewspace-1176658/,如需轉載,請註明出處,否則將追究法律責任。

相關文章