0

I updated only one column in the table. Now I must update it to the previous value. How can I view the previous value? I disconnected from the session and now dba_2pc_pending returned 0 rows.

Mat
  • 202,337
  • 40
  • 393
  • 406

1 Answers1

2

If flashback queries are enabled in your system you can try those. Otherwise you can be out of luck.

Alex Gitelman
  • 24,429
  • 7
  • 52
  • 49