Oracle
1Z0-043 · Question #66
You executed the following query: SELECT operation, undo_sql, table_name FROM flashback_transaction_query Which statement is correct regarding the query output?
The correct answer is D. It would return both active and committed transactions in all the undo segments in the database. See the full explanation below for the reasoning.
Question
You executed the following query:
SELECT operation, undo_sql, table_name FROM flashback_transaction_query Which statement is correct regarding the query output?
Options
- AIt would return information regarding only the last committed transaction.
- BIt would return only the active transactions in all the undo segments in the database.
- CIt would return only the committed transactions in all the undo segments in the database.
- DIt would return both active and committed transactions in all the undo segments in the database.
- EIt would return information regarding the transactions that began and were committed in the last 30 minutes.
How the community answered
(37 responses)- A5% (2)
- B8% (3)
- C3% (1)
- D84% (31)
Community Discussion
No community discussion yet for this question.