Questions tagged [flashback]

*Flashback* is an Oracle technology that enables users to view previous states of the database.

Oracle Flashback is a group of database technologies and commands that lets users and database administrators view / restore previous states of the database. It is used mostly after data was erroneously deleted / updated, and the changes were committed before the error was noticed.

See Oracle documentation for Flashback

61 questions
-3
votes
2 answers

Undoing sql scripts

I have a problem to solve which requires undo operation of each executed sql file in Oracle Database. I execute them in an xml file with MSBuild - exec command sqlplus with log in and @*.sql. Obviously rollback won't do, because it can't rollback…
user1284257
  • 27
  • 2
  • 2
1 2 3 4
5