READ Free Dumps For Oracle- 1z0-898
Question ID 4566 | An application that uses container-managed transaction demarcation creates a query within an active transaction and receives a QueryTimeoutException. Which of those scenarios describes what happens to the active transaction? |
Option A | A. The statement and the transaction continue. |
Option B | B. The query is recreated within the current transaction. |
Option C | C. The statement and the transaction are marked for rollback. |
Option D | D. The statement is rolled back, but the transaction continues. |
Correct Answer | D |
Question ID 4567 | The developer has defined the following entity class office: |
Option A | A. Public static volatile CollectionAttribute<Room> rooms; |
Option B | B. Public static volatile ListAttribute<Room> rooms; |
Option C | C. Public static volatile ListAttribute<Office, Room> rooms; |
Option D | D. Public static volatile SingleAttribute<Room> rooms; |
Correct Answer | C |