Top "Flashback" questions

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

How to rollback my DB changes after a commit?

I did a DB update without using a where clause and commit without taking any backup. All the rows in …

database oracle flashback
How to restore the data in a Oracle table?

I did a terrible mistake on my work, I executed an updated query on a oracle table without the 'where' …

oracle oracle10g flashback
I dropped a table in Oracle, how can I retrieve it from the undo tablespace?

I accidentally dropped a fairly large table -- recycling bin is not enabled. I'm fairly certain the data still exists …

sql oracle undo flashback sql-drop
Postgresql equivalent of flashback

I'm Oracle Dba and want to learn Postgresql. Does it have equivalent of flashback in Postgresql?

postgresql flashback
What's the difference between Oracle Flashback Database and the Oracle (guaranteed) Restore Points?

My team is planning a very large set of updates to our apps soon, including some hefty DB updates (Oracle 11…

oracle restore rollback flashback