nerdexam
Oracle

1Z0-804 · Question #74

Which three are true?

The correct answer is A. A setAutoCommit (False) method invocation starts a transaction context. B. An instance of Savepoint represents a point in the current transaction context. D. A rollback () method invocation releases any database locks currently held by this connection object. See the full explanation below for the reasoning.

Question

Which three are true?

Options

  • AA setAutoCommit (False) method invocation starts a transaction context.
  • BAn instance of Savepoint represents a point in the current transaction context.
  • CA rollback () method invocation rolls a transaction back to the last savepoint.
  • DA rollback () method invocation releases any database locks currently held by this connection object.
  • EAfter calling rollback (mysavepoint), you must close the savepoint object by calling mySavepoint.close() .

How the community answered

(33 responses)
  • A
    76% (25)
  • C
    6% (2)
  • E
    18% (6)

Community Discussion

No community discussion yet for this question.

Full 1Z0-804 Practice