Sunday , April 28 2024

Flashback Transaction Query In Oracle Database

In today’s article, we will explain the use of the Flashback transaction query to get extra information about the transactions listed by the flashback version queries.

1. We query the data in the table to be changed.

2. DML operations occur on the table.

3. SQL*Plus variable is set to see the time.

4. Observe how the data in the table changes.

5. New updates are made.

6. Let’s find out who made the changes and UNDO_SQL.

The reason why OPERATION is UNKNOWN is because there is not enough UNDO data. For this reason, some parameters are set.

7. Let’s set the parameters where we can see UNDO_SQL.

8. A new DML is run.

9. The changes made are questioned.

10. UNDO_SQL is displayed.

Loading

About Onur ARDAHANLI

Leave a Reply

Your email address will not be published. Required fields are marked *

Categories