SCN

English

Rewinding Time with SCN! A Guide to Using Oracle FLASHBACK TABLE

When operating an Oracle Database, you may encounter a situation where you accidentally delete important records and com...
English

What is Oracle Flashback Transaction Query?

When you perform an erroneous update or deletion in an Oracle Database, there are times when you want to accurately iden...
English

Oracle Flashback Version Query

When operating an Oracle Database, there are times when you want to track the history of "when, by which transaction, an...
English

Oracle Flashback Query (Specifying SCN vs. Timestamp)

When operating an Oracle Database, you often encounter situations where you need to "immediately check data before an up...
English

How to Perform Table-Level Recovery Using Oracle RMAN

When you accidentally delete (DROP) a table, you may want to restore only that specific table without reverting the enti...
Bronze_en

How to restore and recover to a specified point in time

In Oracle Database, when a DROP TABLE ... PURGE command is executed, the table is permanently deleted and does not go in...