ocp考试资料群:569933648 验证码:ocp OCP 12c 19c考试题库解析与资料群:钉钉群号:35277291
全部博文(487)
分类: Oracle
2019-11-06 09:38:11
Choose two
Which two statements are true about transactions in the Oracle Database serve?
A) An uncommitted transaction commits automatically if the user exits SQL*Plus
B) Data Manipulation Language (DML) statements always start a new transaction.
C) A user can always see uncomitted updates made by the same user in a dfferert session.
D) A Data Detiniton Language (DDL) statement does a commit automatially only for the data dictionary updates caused by the DDL
E) A session can always see uncomnitted updetes made by itselt.
F) If a session has an uncometted transaction,then a DDL statement issue a COMMIT before starting a new transaction.
Answer:AE
(解析:这道题考的是事务提交和没有提交时的状态,属于常规的理论知识。)